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 67F5BA04B5; Tue, 27 Oct 2020 02:35:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A6D711E2B; Tue, 27 Oct 2020 02:35:50 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 77209100C for ; Tue, 27 Oct 2020 02:35:49 +0100 (CET) IronPort-SDR: /l9egz2eC5KcfS0O3UwU0Dl1YFYByl+uuYkfyK49ywshnfs7yXsE5q7swDS7PHhfjl/S2xsEhC 9j4tpjxQjSAQ== X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="164513323" X-IronPort-AV: E=Sophos;i="5.77,422,1596524400"; d="scan'208";a="164513323" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2020 18:35:47 -0700 IronPort-SDR: MVsA6g3F/bbXl5noT8dobCZkFdBZEomcUYRpHnUTc3SLbB623p+uPt4ZHN8Yu83E4jQpN3xWwR k174Fz5BdgWQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,422,1596524400"; d="scan'208";a="350100241" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 26 Oct 2020 18:35:46 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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.1713.5; Mon, 26 Oct 2020 18:35:45 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 27 Oct 2020 09:35:43 +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; Tue, 27 Oct 2020 09:35:43 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Guo, Jia" , "Chen, Zhaoyan" , "Yang, Qiming" , Ray Kinsella , Neil Horman Thread-Topic: [PATCH v3] net/ice: refactor the protocol extraction design Thread-Index: AQHWq2bPWLRXBl1AnECRwvyHlDd1Bamqq/Gg Date: Tue, 27 Oct 2020 01:35:43 +0000 Message-ID: <4b56d30f7be6489faf198240962abf6a@intel.com> References: <20201025071352.221953-1-haiyue.wang@intel.com> <20201026065525.632361-1-haiyue.wang@intel.com> In-Reply-To: <20201026065525.632361-1-haiyue.wang@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.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 v3] net/ice: refactor the protocol extraction design 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: Wang, Haiyue > Sent: Monday, October 26, 2020 2:55 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Guo, Jia ; > Zhang, Qi Z ; Chen, Zhaoyan > ; Wang, Haiyue ; Yang, > Qiming ; Ray Kinsella ; Neil > Horman > Subject: [PATCH v3] net/ice: refactor the protocol extraction design >=20 > Change the protocol extraction dynamic mbuf usage from register API to > lookup API, so the application can decide to read the metadata or not at = the > run time, in other words, PMD will check this at Rx queue start time. >=20 > This design makes the API simple now: it just needs to export the name st= ring, > not the whole dynamic mbuf data objects. >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi