Re: [dpdk-dev] [PATCH] app/testpmd: fix flow command compilation errors

2016-12-23 Thread Thomas Monjalon
2016-12-23 16:52, Adrien Mazarguil: > A missing include causes the following compilation errors: > > error: use of undeclared identifier 'AF_INET' > error: use of undeclared identifier 'AF_INET6' > > Fixes: ef6e38550f07 ("app/testpmd: add items ipv4/ipv6 to flow command") > > Signed-off-by: Ad

[dpdk-dev] [PATCH] app/testpmd: fix flow command compilation errors

2016-12-23 Thread Adrien Mazarguil
A missing include causes the following compilation errors: error: use of undeclared identifier 'AF_INET' error: use of undeclared identifier 'AF_INET6' Fixes: ef6e38550f07 ("app/testpmd: add items ipv4/ipv6 to flow command") Signed-off-by: Adrien Mazarguil --- app/test-pmd/cmdline_flow.c | 1