Re: [dpdk-dev] [PATCH v7 0/7] Dynamic HW Mempool Detection Support

2018-01-29 Thread Thomas Monjalon
29/01/2018 09:10, Hemant Agrawal: > Hemant Agrawal (6): > eal: prefix mbuf pool ops name with user defined > mbuf: maintain user and compile time mempool ops name > mbuf: add pool ops name selection API helpers > mbuf: pktmbuf pool create helper for specific mempool ops > dpaa: register d

[dpdk-dev] [PATCH v7 0/7] Dynamic HW Mempool Detection Support

2018-01-29 Thread Hemant Agrawal
W.r.t the multiple discussions in the past about the ability to dynamically detect the HW mempool support. [1],[2] & [3] This patchset helps in removing the current static mempool selection model and provides a flexible model to select the pktmbuf mempool in more dynamic way. 1) This patchset upd