Re: [dpdk-dev] [PATCH] examples/l3fwd: remove redudant include.

2018-07-26 Thread Thomas Monjalon
02/07/2018 19:55, Rami Rosen: > This patch removes unneeded include of rte_mempool.h in > two modules in examples/l3fwd. > > Fixes: 26b5b020 ("examples/l3fwd: modularize") > > Signed-off-by: Rami Rosen Applied, thanks

[dpdk-dev] [PATCH] examples/l3fwd: remove redudant include.

2018-07-02 Thread Rami Rosen
This patch removes unneeded include of rte_mempool.h in two modules in examples/l3fwd. Fixes: 26b5b020 ("examples/l3fwd: modularize") Signed-off-by: Rami Rosen --- examples/l3fwd/l3fwd_em.c | 1 - examples/l3fwd/l3fwd_lpm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/l3f