From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 10 Mar 2016 06:55:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="63580024" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.166]) by fmsmga004.fm.intel.com with SMTP; 10 Mar 2016 06:55:38 -0800 Received: by (sSMTP sendmail emulation); Thu, 10 Mar 2016 14:55:38 +0025 Date: Thu, 10 Mar 2016 14:55:37 +0000 From: Bruce Richardson To: Jianfeng Tan 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 Content-Disposition: inline In-Reply-To: <1457551895-12077-1-git-send-email-jianfeng.tan@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 00/11] Add API to get packet type info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 14:55:41 -0000 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