Tested-by: Wu, ChangqingX <[email protected]> -----Original Message----- From: Ananyev, Konstantin Sent: Wednesday, January 16, 2019 10:01 PM To: Iremonger, Bernard <[email protected]>; [email protected]; Wu, ChangqingX <[email protected]> Subject: RE: [PATCH] test/ipsec: fix compile error on BSD
> -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, January 16, 2019 1:46 PM > To: [email protected]; Ananyev, Konstantin <[email protected]>; > Wu, ChangqingX <[email protected]> > Cc: Iremonger, Bernard <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]> > 2.7.4

