From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh Subject: Re: [PATCH v5 2/2] ethdev: get the supported pool for a port Date: Fri, 6 Oct 2017 09:02:26 +0530 Message-ID: <344e7eab-7289-46ce-aeee-9a5f5e520d98@caviumnetworks.com> References: <20170911151837.25092-1-santosh.shukla@caviumnetworks.com> <20171001091440.10232-1-santosh.shukla@caviumnetworks.com> <20171001091440.10232-3-santosh.shukla@caviumnetworks.com> <83744006.YTy4NB4gtR@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Thomas Monjalon Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0071.outbound.protection.outlook.com [104.47.42.71]) by dpdk.org (Postfix) with ESMTP id 8BDF21B217 for ; Fri, 6 Oct 2017 05:32:49 +0200 (CEST) In-Reply-To: <83744006.YTy4NB4gtR@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Friday 06 October 2017 06:00 AM, Thomas Monjalon wrote: > 01/10/2017 11:14, Santosh Shukla: >> --- a/lib/librte_ether/rte_ethdev_version.map >> +++ b/lib/librte_ether/rte_ethdev_version.map >> @@ -192,5 +192,6 @@ DPDK_17.11 { >> global: >> >> rte_eth_dev_reset; >> + rte_eth_dev_pool_ops_supported; > You missed the alphabetical order here :) > Another valid comment, Sending v6. Need this series in -rc1 a _big_ note. Thanks.