Tested-by: Wu, ChangqingX <changqingx...@intel.com> -----Original Message----- From: Ananyev, Konstantin Sent: Wednesday, January 16, 2019 10:01 PM To: Iremonger, Bernard <bernard.iremon...@intel.com>; dev@dpdk.org; Wu, ChangqingX <changqingx...@intel.com> Subject: RE: [PATCH] test/ipsec: fix compile error on BSD
> -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, January 16, 2019 1:46 PM > To: dev@dpdk.org; Ananyev, Konstantin <konstantin.anan...@intel.com>; > Wu, ChangqingX <changqingx...@intel.com> > Cc: Iremonger, Bernard <bernard.iremon...@intel.com> > Subject: [PATCH] test/ipsec: fix compile error on BSD > > Removed ip.h and in.h headers to fix unknown type errors when > compiling on BSD. > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > Signed-off-by: Bernard Iremonger <bernard.iremon...@intel.com> > --- > test/test/test_ipsec.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/test/test/test_ipsec.c b/test/test/test_ipsec.c index > ff1a1c4..f49c8d8 100644 > --- a/test/test/test_ipsec.c > +++ b/test/test/test_ipsec.c > @@ -4,9 +4,6 @@ > > #include <time.h> > > -#include <netinet/in.h> > -#include <netinet/ip.h> > - > #include <rte_common.h> > #include <rte_hexdump.h> > #include <rte_mbuf.h> > -- Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > 2.7.4