Re: [dpdk-dev] [PATCH v3 4/9] bus: properly include rte_debug

2017-06-21 Thread Gaƫtan Rivet
On Wed, Jun 21, 2017 at 09:45:12AM +0200, Thomas Monjalon wrote: > 21/06/2017 01:36, Gaetan Rivet: > > Signed-off-by: Gaetan Rivet > > Please add a comment to explain why this include is required now. This commit will have this comment in the next version: This include is necessary for rte_

Re: [dpdk-dev] [PATCH v3 4/9] bus: properly include rte_debug

2017-06-21 Thread Thomas Monjalon
21/06/2017 01:36, Gaetan Rivet: > Signed-off-by: Gaetan Rivet Please add a comment to explain why this include is required now.

[dpdk-dev] [PATCH v3 4/9] bus: properly include rte_debug

2017-06-20 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/common/eal_common_bus.c b/lib/librte_eal/common/eal_common_bus.c index e9fbc03..7e8d50b 100644 --- a/lib/librte_eal/common/eal_common_bus.c +++ b/lib/librte_e