From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0BE78A04B6; Thu, 17 Sep 2020 07:49:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 480CB1D547; Thu, 17 Sep 2020 07:49:36 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 600431D545 for ; Thu, 17 Sep 2020 07:49:34 +0200 (CEST) IronPort-SDR: c3tObjj72HVkVvxo7HeIe9DNNtv6WHEZVAa0cZG6b4JYerly6sSOHWJlroaoJbfUkUcBuDxo6f ainUijQ1KJCA== X-IronPort-AV: E=McAfee;i="6000,8403,9746"; a="221184072" X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="scan'208";a="221184072" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 22:49:33 -0700 IronPort-SDR: iugRHIquLrAysjnyl04p4ns+wO4YwlNp1nUaTTKhdJ1D/1eyAUk4lp482o6maAT80QADv8mmgb iVfJ9UmAFo8w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="scan'208";a="288612849" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga008.fm.intel.com with ESMTP; 16 Sep 2020 22:49:33 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 16 Sep 2020 22:49:31 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 17 Sep 2020 13:49:29 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Thu, 17 Sep 2020 13:49:29 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH] net/ice: add support for new device type Thread-Index: AQHWjLFhUyVt+hc7EkqrgGi394M+GKlrxzYAgACL5oA= Date: Thu, 17 Sep 2020 05:49:29 +0000 Message-ID: <4c64fd0d756b416d9421bba754dd82c8@intel.com> References: <20200917051808.171875-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: add support for new device type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Yang, Qiming > Sent: Thursday, September 17, 2020 1:28 PM > To: Zhang, Qi Z > Cc: Zhang, Helin ; dev@dpdk.org > Subject: RE: [PATCH] net/ice: add support for new device type >=20 > Acked-by: Qiming Yang >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Thursday, September 17, 2020 13:18 > > To: Yang, Qiming > > Cc: Zhang, Helin ; dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH] net/ice: add support for new device type > > > > Added support for below new devices: > > > > ICE_DEV_ID_E822L_BACKPLANE 0x1897 > > ICE_DEV_ID_E822L_SFP 0x1898 > > ICE_DEV_ID_E822L_10G_BASE_T 0x1899 > > ICE_DEV_ID_E822L_SGMII 0x189A > > > > The patch also reordered items in pci_id_ice_map to align with > > ice_devids.h > > > > Signed-off-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi