From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E9D9839EA for ; Mon, 14 Mar 2016 18:14:33 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 14 Mar 2016 10:14:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,336,1455004800"; d="scan'208";a="933567530" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.165]) ([10.237.220.165]) by orsmga002.jf.intel.com with ESMTP; 14 Mar 2016 10:14:31 -0700 To: Jianfeng Tan , dev@dpdk.org References: <1451544799-70776-1-git-send-email-jianfeng.tan@intel.com> <1457941376-15852-1-git-send-email-jianfeng.tan@intel.com> <1457941376-15852-2-git-send-email-jianfeng.tan@intel.com> Cc: helin.zhang@intel.com, konstantin.ananyev@intel.com, adrien.mazarguil@6wind.com From: Ferruh Yigit Message-ID: <56E6F176.80304@intel.com> Date: Mon, 14 Mar 2016 17:14:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457941376-15852-2-git-send-email-jianfeng.tan@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v8 01/11] ethdev: add API to query supported packet types 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: Mon, 14 Mar 2016 17:14:34 -0000 On 3/14/2016 7:42 AM, Jianfeng Tan wrote: > Add a new API rte_eth_dev_get_supported_ptypes to query what packet types > can be filled by given already started device (or its pmd rx burst function > has already been decided). > > Signed-off-by: Jianfeng Tan > Acked-by: Konstantin Ananyev > Acked-by: Adrien Mazarguil > --- <...> > +DPDK_16.04 { > + rte_eth_dev_get_supported_ptypes; Other script files tends to put a blank line before function names. > + > + local: *; This line is not required. > +} DPDK_2.2; >