Re: [dpdk-dev] [PATCH] net/nfp: fix unused header reference

2018-06-11 Thread Alejandro Lucero
I forgot to add the V2. I will send it again. Apologies. On Mon, Jun 11, 2018 at 10:55 AM, Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > Apart from not being used, this is causing problem when compiling > DPDK with the musl library as reported by bugzilla. > > Bugzilla ID: 40 > Fi

[dpdk-dev] [PATCH] net/nfp: fix unused header reference

2018-06-11 Thread Alejandro Lucero
Apart from not being used, this is causing problem when compiling DPDK with the musl library as reported by bugzilla. Bugzilla ID: 40 Fixes: c7e9729da6b5 ("net/nfp: support CPP") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h | 1 - 1 file changed, 1 delet

[dpdk-dev] [PATCH] net/nfp: fix unused header reference

2018-06-08 Thread Alejandro Lucero
Apart from not being used, this is causing problem when compiling DPDK with the musl library as reported by bugzilla. Fixes: c7e9729da6b5 ("net/nfp: support CPP") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h | 1 - 1 file changed, 1 deletion(-) diff --g