Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: add support for event vector

2021-11-01 Thread Nicolau, Radu
Hi Akhil, I'm even less familiar with this section, so no objection from me neither. On 11/1/2021 10:39 AM, Ananyev, Konstantin wrote: Hi Akhil, Hi Konstantin/Radu, Adds event vector support to inline protocol offload mode. By default vector support is disabled, it can be enabled by using

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: add support for event vector

2021-11-01 Thread Ananyev, Konstantin
Hi Akhil, > Hi Konstantin/Radu, > > > Adds event vector support to inline protocol offload mode. > > By default vector support is disabled, it can be enabled by > > using the option --event-vector. > > Additional options to configure vector size and vector timeout are > > also implemented and

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: add support for event vector

2021-10-31 Thread Akhil Goyal
Hi Konstantin/Radu, > Adds event vector support to inline protocol offload mode. > By default vector support is disabled, it can be enabled by > using the option --event-vector. > Additional options to configure vector size and vector timeout are > also implemented and can be used by specifying --

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: add support for event vector

2021-09-14 Thread Srujana Challa
Adds event vector support to inline protocol offload mode. By default vector support is disabled, it can be enabled by using the option --event-vector. Additional options to configure vector size and vector timeout are also implemented and can be used by specifying --vector-size and --vector-tmo.