[dpdk-dev] [PATCH v14 1/3] mempool: support mempool handler operations

2016-06-19 Thread Hunt, David
On 17/6/2016 3:35 PM, Jan Viktorin wrote: > Hi David, > > still few nits... Do you like the upstreaming process? :) I hope finish this > patchset soon. The major issues seem to be OK. > > [...] > >> + >> +/** >> + * @internal Get the mempool ops struct from its index. >> + * >> + * @param

[dpdk-dev] [PATCH v14 1/3] mempool: support mempool handler operations

2016-06-17 Thread Jan Viktorin
Hi David, still few nits... Do you like the upstreaming process? :) I hope finish this patchset soon. The major issues seem to be OK. [...] > + > +/** > + * @internal Get the mempool ops struct from its index. > + * > + * @param ops_index > + * The index of the ops struct in the ops struct

[dpdk-dev] [PATCH v14 1/3] mempool: support mempool handler operations

2016-06-17 Thread David Hunt
Until now, the objects stored in a mempool were internally stored in a ring. This patch introduces the possibility to register external handlers replacing the ring. The default behavior remains unchanged, but calling the new function rte_mempool_set_ops_byname() right after