Message ID | 1516428908-5430-1-git-send-email-hemant.agrawal@nxp.com |
---|---|
Headers | show |
Series | Dynamic HW Mempool Detection Support | expand |
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch prefix the mbuf pool ops name with "user" to indicate > that it is user defined. > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Acked-by: Olivier Matz <olivier.matz@6wind.com> > --- Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch change the logic to maintain the value of > user defined and compile time i.e. RTE_MBUF_DEFAULT_MEMPOOL_OPS. > > The pktmbuf_create_pool is updated to reflect the same. > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Acked-by: Olivier Matz <olivier.matz@6wind.com> > --- Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > This patch add support for various mempool ops config helper APIs. > > 1.User defined mempool ops > 2.Platform detected HW mempool ops (active). > 3.Best selection of mempool ops by looking into user defined, > platform registered and compile time configured. > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Acked-by: Olivier Matz <olivier.matz@6wind.com> > --- Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > Introduce a new helper for pktmbuf pool, which will allow > the application to optionally specify the mempool ops name > as well. > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Acked-by: Olivier Matz <olivier.matz@6wind.com> > --- Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
On Monday 22 January 2018 07:21 PM, Hemant Agrawal wrote: > From: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> > > Set the mempool preferred by the ethernet devices as default mbuf > mempool before creating the pktpool. > > Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Reviewed-by: Olivier Matz <olivier.matz@6wind.com> > --- Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>