Re: [dpdk-dev] [PATCH v2 2/2] examples/ipsec-secgw: tests for split SAD

2019-09-24 Thread Ananyev, Konstantin
> > Test scripts updated to reflect change of SAD (split into IPv4 SAD > and IPv6 SAD). New parameter added to run_test.sh for performing tests > with mixed IP version, eg. IPv4 ipsec tunnel with IPv6 traffic. > > Bugzilla ID: 239 > Fixes: 5a032a71c6d3 ("examples/ipsec-secgw: make app to use I

[dpdk-dev] [PATCH v2 2/2] examples/ipsec-secgw: tests for split SAD

2019-09-24 Thread Mariusz Drost
Test scripts updated to reflect change of SAD (split into IPv4 SAD and IPv6 SAD). New parameter added to run_test.sh for performing tests with mixed IP version, eg. IPv4 ipsec tunnel with IPv6 traffic. Bugzilla ID: 239 Fixes: 5a032a71c6d3 ("examples/ipsec-secgw: make app to use IPsec library") Re