From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v7 00/11] Add API to get packet type info Date: Thu, 10 Mar 2016 14:55:37 +0000 Message-ID: <20160310145537.GE18264@bricha3-MOBL3> References: <1451544799-70776-1-git-send-email-jianfeng.tan@intel.com> <1457551895-12077-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jianfeng Tan Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 34C1F2B9D for ; Thu, 10 Mar 2016 15:55:41 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457551895-12077-1-git-send-email-jianfeng.tan@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 Thu, Mar 10, 2016 at 03:31:24AM +0800, Jianfeng Tan wrote: > 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 does not provide any ptype info. > FYI: If doing a V8, please remove the "pmd/" from the prefixes of the titles. It will save me removing them manually on apply. :-) /Bruce