Re: [dpdk-dev] [PATCH v2] ipsec: support multi-segment packets

2019-06-25 Thread Akhil Goyal
> > Hi Akhil, > > > Hi Konstantin, > > > > > > > > Add support for packets that consist of multiple segments. > > > Take into account that trailer bytes (padding, ESP tail, ICV) > > > can spawn across multiple segments. > > > > > > Signed-off-by: Konstantin Ananyev > > > --- > > > > Which all

Re: [dpdk-dev] [PATCH v2] ipsec: support multi-segment packets

2019-06-20 Thread Ananyev, Konstantin
Hi Akhil, > Hi Konstantin, > > > > > Add support for packets that consist of multiple segments. > > Take into account that trailer bytes (padding, ESP tail, ICV) > > can spawn across multiple segments. > > > > Signed-off-by: Konstantin Ananyev > > --- > > Which all action types does this patch

Re: [dpdk-dev] [PATCH v2] ipsec: support multi-segment packets

2019-06-20 Thread Akhil Goyal
Hi Konstantin, > > Add support for packets that consist of multiple segments. > Take into account that trailer bytes (padding, ESP tail, ICV) > can spawn across multiple segments. > > Signed-off-by: Konstantin Ananyev > --- Which all action types does this patch work well with? Will it work fo

[dpdk-dev] [PATCH v2] ipsec: support multi-segment packets

2019-05-30 Thread Konstantin Ananyev
Add support for packets that consist of multiple segments. Take into account that trailer bytes (padding, ESP tail, ICV) can spawn across multiple segments. Signed-off-by: Konstantin Ananyev --- v1 -> v2: merge with latest mainline fix build problem for RTE_BUILD_SHARED_LIB=y update programme