Re: [dpdk-dev] [PATCH v3 0/4] examples/ipsec-secgw: support packet

2019-07-01 Thread Akhil Goyal
> > v1 -> v2 > - merge with latest mainline > - update sample app guide > > v2 -> v3 > address Akhil comments: > - merge with latest mainline > - squash sample app guide changes with ipsec-secgw changes > > Add into ipsec-secgw ability to fragment packet bigger then mtu, > and reassemble

[dpdk-dev] [PATCH v3 0/4] examples/ipsec-secgw: support packet

2019-06-25 Thread Konstantin Ananyev
v1 -> v2 - merge with latest mainline - update sample app guide v2 -> v3 address Akhil comments: - merge with latest mainline - squash sample app guide changes with ipsec-secgw changes Add into ipsec-secgw ability to fragment packet bigger then mtu, and reassemble fragmented packet. To suppo