Re: [dpdk-dev] [PATCH v6 5/8] mempool: get the mempool capability

2017-09-25 Thread Olivier MATZ
On Thu, Sep 07, 2017 at 09:00:39PM +0530, Santosh Shukla wrote: > Allow the mempool driver to advertise his pool capabilities. > For that pupose, an api(rte_mempool_ops_get_capabilities) > and ->get_capabilities() handler has been introduced. > - Upon ->get_capabilities() call, mempool driver will

[dpdk-dev] [PATCH v6 5/8] mempool: get the mempool capability

2017-09-07 Thread Santosh Shukla
Allow the mempool driver to advertise his pool capabilities. For that pupose, an api(rte_mempool_ops_get_capabilities) and ->get_capabilities() handler has been introduced. - Upon ->get_capabilities() call, mempool driver will advertise his capabilities to mempool flags param. Signed-off-by: Santo