Re: [dpdk-dev] [PATCH 0/3] ethdev: add API to get preferred mbuf pool ops

2017-12-13 Thread Thomas Monjalon
13/12/2017 20:55, Pavan Nikhilesh: > This patch set provides new API to get and set the preferred mbuf mempool > ops across all the probed ethernet devices. > The API depends relies on ethernet devices to provide their preferred > mempool through `rte_eth_dev_pool_ops_supported`. Note that this ne

[dpdk-dev] [PATCH 0/3] ethdev: add API to get preferred mbuf pool ops

2017-12-13 Thread Pavan Nikhilesh
This patch set provides new API to get and set the preferred mbuf mempool ops across all the probed ethernet devices. The API depends relies on ethernet devices to provide their preferred mempool through `rte_eth_dev_pool_ops_supported`. Currently, this patchset modifies only testpmd to used the A