> > Fixes for ipsec-secgw application to work with inline crypto IPv4 > transport mode and IPv6 tunnel/transport modes. > > v2: > * Added comment to WITHOUT_TRANSPORT_VERSION macro > * Added macros around all ipsec_sa flags checks > > Mariusz Drost (2): > net/ixgbe: fix lack of ip type for crypto session > examples/ipsec-secgw: fix not working inline ipsec modes > > drivers/net/ixgbe/ixgbe_ipsec.c | 6 +- > examples/ipsec-secgw/esp.c | 17 ++-- > examples/ipsec-secgw/ipsec.c | 21 +++-- > examples/ipsec-secgw/ipsec.h | 29 +++++- > examples/ipsec-secgw/sa.c | 160 +++++++++++++++++++++++--------- > examples/ipsec-secgw/sp4.c | 24 ++++- > examples/ipsec-secgw/sp6.c | 42 ++++++++- > 7 files changed, 230 insertions(+), 69 deletions(-) Patchset Applied to dpdk-next-crypto
Thanks.