From patchwork Mon Aug 15 07:12:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 114970 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 12304A00C3; Mon, 15 Aug 2022 01:04:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9EA842B9F; Mon, 15 Aug 2022 01:03:34 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id C6ECC42825 for ; Mon, 15 Aug 2022 01:03:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660518213; x=1692054213; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SLqnbMvg8Yke4kCy4ap7TjNcqn18DMIvXYZqONRW11w=; b=d2srZ/FWG4aI992n7qJSFJbsFXD9rZ81MxFHvvhxUjYcBrl5pvyS+RDu TZBd3pSKTXgoGnEVgvhQ9fqCSSdEFuqqp8bEvvybauPjx5gHAUYaQuwKQ KLR8dFzJR/zqqIhocse5BxYVt1mTgtpufGxUT/pWR1qrxI+eArc+Wd0fj nEpanu+24hFSqmrTNEvO9xLbf53mnjz6EMU9vBNffS7d7F9D34VQP6wm4 nkiNjVMgGWhqkkpozQZZAtK506Hi+kmXNXbxefvPByrFuNIVXMc+GqJzF /Knd3LkbBqtODYc5S8dS6bwAVLw4W8iHeXV9p85H4e5okBug8CEPu6h4C A==; X-IronPort-AV: E=McAfee;i="6400,9594,10439"; a="289427564" X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="289427564" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2022 16:03:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="934296600" Received: from dpdk-qzhan15-test02.sh.intel.com ([10.67.115.4]) by fmsmga005.fm.intel.com with ESMTP; 14 Aug 2022 16:03:31 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: dev@dpdk.org, Qi Zhang , Sergey Temerkhanov Subject: [PATCH 13/70] net/ice/base: add PHY 56G destination address Date: Mon, 15 Aug 2022 03:12:09 -0400 Message-Id: <20220815071306.2910599-14-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220815071306.2910599-1-qi.z.zhang@intel.com> References: <20220815071306.2910599-1-qi.z.zhang@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add PHY 56G destination address. PHY56G is a single device incorporating all SerDes lanes Signed-off-by: Sergey Temerkhanov Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_sbq_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ice/base/ice_sbq_cmd.h b/drivers/net/ice/base/ice_sbq_cmd.h index a5fe43bf26..76c718b252 100644 --- a/drivers/net/ice/base/ice_sbq_cmd.h +++ b/drivers/net/ice/base/ice_sbq_cmd.h @@ -48,6 +48,7 @@ struct ice_sbq_evt_desc { }; enum ice_sbq_msg_dev { + phy_56g = 0x02, rmn_0 = 0x02, rmn_1 = 0x03, rmn_2 = 0x04,