Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix build error

2021-11-03 Thread Thomas Monjalon
I don't see any compilation issue. How do you trigger the problem? The scope may be precised in the title. 03/11/2021 11:51, Radu Nicolau: > Move core_statistics definition out of header file. Why? Please add explanation and error log here. > Fixes: 1329602b6c8f ("examples/ipsec-secgw: add per-c

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix build error

2021-11-03 Thread Radu Nicolau
Move core_statistics definition out of header file. Fixes: 1329602b6c8f ("examples/ipsec-secgw: add per-core packet statistics") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- examples/ipsec-secgw/ipsec-secgw.c | 2 ++ examples/ipsec-secgw/ipsec-secgw.h | 2 +- 2 files changed, 3 insertion