Re: [dpdk-dev] [PATCH v3 02/10] mempool/octeontx: add build and log infrastructure

2017-10-08 Thread santosh
On Sunday 08 October 2017 10:46 PM, Thomas Monjalon wrote: > 08/10/2017 14:40, Santosh Shukla: >> DEPDIRS-mempool := bus >> +DEPDIRS-mempool := event > It is overriding dependency on bus. > Is is not a big deal because event depends on bus. > > Fixed as > DEPDIRS-mempool := bus event Thank

Re: [dpdk-dev] [PATCH v3 02/10] mempool/octeontx: add build and log infrastructure

2017-10-08 Thread Thomas Monjalon
08/10/2017 14:40, Santosh Shukla: > DEPDIRS-mempool := bus > +DEPDIRS-mempool := event It is overriding dependency on bus. Is is not a big deal because event depends on bus. Fixed as DEPDIRS-mempool := bus event

[dpdk-dev] [PATCH v3 02/10] mempool/octeontx: add build and log infrastructure

2017-10-08 Thread Santosh Shukla
Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob --- config/common_base | 6 +++ drivers/Makefile | 5 +- drivers/mempool/Makefile | 2 + drivers/mempool/octeontx/Makefile | 60