From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v5 00/11] Add API to get packet type info Date: Mon, 29 Feb 2016 18:01:03 +0100 Message-ID: <20160229170103.GI27079@6wind.com> References: <1451544799-70776-1-git-send-email-jianfeng.tan@intel.com> <1456472067-2721-1-git-send-email-jianfeng.tan@intel.com> <2601191342CEEE43887BDE71AB97725836B0C44F@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Ananyev, Konstantin" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id DC9B7558C for ; Mon, 29 Feb 2016 18:01:18 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so54318904wmp.0 for ; Mon, 29 Feb 2016 09:01:18 -0800 (PST) Content-Disposition: inline In-Reply-To: <2601191342CEEE43887BDE71AB97725836B0C44F@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Feb 29, 2016 at 04:54:19PM +0000, Ananyev, Konstantin wrote: > > > > -----Original Message----- > > From: Tan, Jianfeng > > Sent: Friday, February 26, 2016 7:34 AM > > To: dev@dpdk.org > > Cc: Zhang, Helin; Ananyev, Konstantin; nelio.laranjeiro@6wind.com; adrien.mazarguil@6wind.com; rahul.lakkireddy@chelsio.com; > > Tan, Jianfeng > > Subject: [PATCH v5 00/11] Add API to get packet type info > > > > To achieve this, a new function pointer, dev_ptype_info_get, is added > > into struct eth_dev_ops. For those devices who do not implement it, it > > means it will not provide any ptype info. > > > > v5: > > - Exclude l3fwd change from this series, as a separated one. > > - Fix malposition of mlx4 code in mlx5 commit introduced in v4. > > > > v4: > > - Change how to use this API: to previously agreement reached in mail. > > > > v3: > > - Change how to use this API: api to allocate mem for storing ptype > > array; and caller to free the mem. > > - Change how to return back ptypes from PMDs: return a pointer to > > corresponding static const array of supported ptypes, terminated > > by RTE_PTYPE_UNKNOWN. > > - Fix l3fwd parse_packet_type() when EXACT_MATCH is enabled. > > - Fix l3fwd memory leak when calling the API. > > > > v2: > > - Move ptype_mask filter function from each PMDs into ether layer. > > - Add ixgbe vPMD's ptype info. > > - Fix code style issues. > > > > Signed-off-by: Jianfeng Tan > > > > Acked-by: Konstantin Ananyev Fine for me as well. Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND