From patchwork Mon Aug 15 07:31: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: 115041 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 124B2A00C3; Mon, 15 Aug 2022 01:23:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CF4342BD1; Mon, 15 Aug 2022 01:22:38 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id F092E42B91 for ; Mon, 15 Aug 2022 01:22:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660519356; x=1692055356; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SLqnbMvg8Yke4kCy4ap7TjNcqn18DMIvXYZqONRW11w=; b=l305L9bw0i+8gEIW9WhCjf2aNcxPinxB7ngRC5rxIggBZ1ieDdCHc7Y+ xmBhkpI0vo5lDQAOKn5Ir4s2z5hlGBfN7AIPxO2c3Mb67rFS6TR9Ki8w6 q6TSCJPFpM5VMgtu07/7x0MVXWtsZP/FmGqrRyuLl7EKJ4enoFTQGI5Rq vIy98yi29BV4fSgNFwuy6D7J+OK3tmTsLQbJP4mbQTDtBbm3XDDDXh2TH Q0n/lS1DTjwY2XHJDQrdhtzAug7kb5n4aeEsqfT0qihB/9InB2/+sEDog 6He5d2sx7nDY9AW8e32FiLe9LfP3HFZYbdpzIVZ09/MO2ZMQuZoyFlEgF Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10439"; a="291857934" X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="291857934" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2022 16:22:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="635283050" Received: from dpdk-qzhan15-test02.sh.intel.com ([10.67.115.4]) by orsmga008.jf.intel.com with ESMTP; 14 Aug 2022 16:22:34 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: dev@dpdk.org, Qi Zhang , Sergey Temerkhanov Subject: [PATCH v2 13/70] net/ice/base: add PHY 56G destination address Date: Mon, 15 Aug 2022 03:31:09 -0400 Message-Id: <20220815073206.2917968-14-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220815073206.2917968-1-qi.z.zhang@intel.com> References: <20220815071306.2910599-1-qi.z.zhang@intel.com> <20220815073206.2917968-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,