Re: [dpdk-dev] [PATCH v5 05/11] mbuf: add security crypto flags and mbuf fields

2017-10-25 Thread Akhil Goyal
Hi Olivier, On 10/25/2017 3:08 PM, Olivier MATZ wrote: On Tue, Oct 24, 2017 at 07:45:39PM +0530, Akhil Goyal wrote: From: Boris Pismenny Add security crypto flags and update mbuf fields to support IPsec crypto offload for transmitted packets, and to indicate crypto result for received packets.

Re: [dpdk-dev] [PATCH v5 05/11] mbuf: add security crypto flags and mbuf fields

2017-10-25 Thread Olivier MATZ
On Tue, Oct 24, 2017 at 07:45:39PM +0530, Akhil Goyal wrote: > From: Boris Pismenny > > Add security crypto flags and update mbuf fields to support > IPsec crypto offload for transmitted packets, and to indicate > crypto result for received packets. > > Signed-off-by: Aviad Yehezkel > Signed-of