Re: [dpdk-dev] [PATCH] mempool: add notice to change mempool API/ABI

2017-07-20 Thread Thomas Monjalon
20/07/2017 12:27, santosh: > On Thursday 20 July 2017 02:16 PM, Olivier Matz wrote: > > > On Thu, 13 Jul 2017 09:12:31 +, Santosh Shukla > > wrote: > >> [PATCH] mempool: add notice to change mempool API/ABI > > I think the usual titles for these notices are more: > > > > doc: announce API/AB

Re: [dpdk-dev] [PATCH] mempool: add notice to change mempool API/ABI

2017-07-20 Thread santosh
On Thursday 20 July 2017 02:16 PM, Olivier Matz wrote: > On Thu, 13 Jul 2017 09:12:31 +, Santosh Shukla > wrote: >> [PATCH] mempool: add notice to change mempool API/ABI > I think the usual titles for these notices are more: > > doc: announce API/ABI changes for mempool in v2. > Ideally, t

Re: [dpdk-dev] [PATCH] mempool: add notice to change mempool API/ABI

2017-07-20 Thread Olivier Matz
On Thu, 13 Jul 2017 09:12:31 +, Santosh Shukla wrote: > [PATCH] mempool: add notice to change mempool API/ABI I think the usual titles for these notices are more: doc: announce API/ABI changes for mempool Ideally, the title should describe more precisely the kind of changes. In that partic

[dpdk-dev] [PATCH] mempool: add notice to change mempool API/ABI

2017-07-13 Thread Santosh Shukla
An API/ABI change is planned for 17.11 to change following * Remove unused flag param from rte_mempool_generic_get and _put. * Change data type for mempool 'flag' from int to unsigned int. Refer [1]. * Add struct rte_mempool * param into func rte_mempool_xmem_size, rte_mempool_xmem_usage to ma