[dpdk-dev] [PATCH 2/4] mempool: make cache flush threshold macro public

2016-08-24 Thread Olivier MATZ
Hi Robert, On 08/23/2016 06:07 PM, Sanford, Robert wrote: > Hi Olivier, > > On 8/23/16, 11:09 AM, "Olivier MATZ" wrote: > > Hi Robert, > > On 08/01/2016 10:42 PM, Robert Sanford wrote: > > Rename macros that calculate a mempool cache flush threshold, and > > move them from rte

[dpdk-dev] [PATCH 2/4] mempool: make cache flush threshold macro public

2016-08-23 Thread Olivier MATZ
Hi Robert, On 08/01/2016 10:42 PM, Robert Sanford wrote: > Rename macros that calculate a mempool cache flush threshold, and > move them from rte_mempool.c to rte_mempool.h, so that the bonding > driver can accurately calculate its mbuf requirements. > > Signed-off-by: Robert Sanford > --- > li

[dpdk-dev] [PATCH 2/4] mempool: make cache flush threshold macro public

2016-08-23 Thread Sanford, Robert
Hi Olivier, On 8/23/16, 11:09 AM, "Olivier MATZ" wrote: Hi Robert, On 08/01/2016 10:42 PM, Robert Sanford wrote: > Rename macros that calculate a mempool cache flush threshold, and > move them from rte_mempool.c to rte_mempool.h, so that the bonding > driver can accurately c

[dpdk-dev] [PATCH 2/4] mempool: make cache flush threshold macro public

2016-08-01 Thread Robert Sanford
Rename macros that calculate a mempool cache flush threshold, and move them from rte_mempool.c to rte_mempool.h, so that the bonding driver can accurately calculate its mbuf requirements. Signed-off-by: Robert Sanford --- lib/librte_mempool/rte_mempool.c |8 ++-- lib/librte_mempool/rte_m