From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9441EA04A5; Tue, 25 Jan 2022 02:15:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D108427D5; Tue, 25 Jan 2022 02:15:40 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B1DA441186 for ; Tue, 25 Jan 2022 02:15:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643073338; x=1674609338; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Ef/7kMaFVYr8zDhj2eZRKDGfRQcXwYgW7IetTS7TotA=; b=Z9LUbmkDXUPSdxiV40Ow1hpAR3uEIe1bVfxOovNX3tDaJC9d27v3fsNJ v7Pw8fqpHBf1ri1XolSNYCMnZSAWdz5Yy5LIA0DIWSCqmQojsS5zIo4Fo x4CeQKHIwnXukpmWrJnbJ9bcFp2HjMthSIGwb890Z6zE/lLSUA0Ub6N39 vGnR1h30pL8ifCGFw2UWaG4TzHvHXOBK7rhllmQtKmBknOxZepv6Zqwed Opa+dBWWV1a7YIHo0kXWIMLEq4aplc9nnCFT/HT5s841PkfDpnyiDLsUh 0kz6tELwC59k0v3xCadK9bVVyUEp2BBi6EJFRX3LcdopkjlzwTblDIdDl Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10237"; a="306905485" X-IronPort-AV: E=Sophos;i="5.88,313,1635231600"; d="scan'208";a="306905485" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2022 17:15:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,313,1635231600"; d="scan'208";a="627717337" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga004.jf.intel.com with ESMTP; 24 Jan 2022 17:15:37 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 24 Jan 2022 17:15:37 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 25 Jan 2022 09:15:35 +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.2308.020; Tue, 25 Jan 2022 09:15:35 +0800 From: "Zhang, Qi Z" To: "Yang, SteveX" , "dev@dpdk.org" CC: "Zhang, Yuying" , "Singh, Aman Deep" , "Yang, Qiming" Subject: RE: [PATCH 1/2] net/ice: add module EEPROM ops for ice Thread-Topic: [PATCH 1/2] net/ice: add module EEPROM ops for ice Thread-Index: AQHYDaqssq3fI0NF6k+DiaXU3ck/b6xy9qZA Date: Tue, 25 Jan 2022 01:15:35 +0000 Message-ID: References: <20220120025931.574106-1-stevex.yang@intel.com> <20220120025931.574106-2-stevex.yang@intel.com> In-Reply-To: <20220120025931.574106-2-stevex.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 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 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 > -----Original Message----- > From: Yang, SteveX > Sent: Thursday, January 20, 2022 11:00 AM > To: dev@dpdk.org > Cc: Zhang, Yuying ; Singh, Aman Deep > ; Yang, Qiming ; > Zhang, Qi Z ; Yang, SteveX > Subject: [PATCH 1/2] net/ice: add module EEPROM ops for ice >=20 > Add new callbacks for eth_dev_ops of ice to get the information and data = of > plugin module EEPROM. >=20 > Signed-off-by: Steve Yang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi