RE: [EXT] Re: [PATCH 1/3] net: add MACsec header

2022-09-27 Thread Akhil Goyal
Hi Olivier, > > +#define RTE_MACSEC_TCI_E 0x08 /**< User data is encrypted */ > > +#define RTE_MACSEC_TCI_C 0x04 /**< User data was changed (because of > encryption) */ > E bit means the user data is encrypted if set. Above defines are mask to each of the fields in tci_an. I would add a comm

RE: [EXT] Re: [PATCH 1/3] net: add MACsec header

2022-09-26 Thread Akhil Goyal
Hi Olivier, Thanks for your review. I will fix the issues in next version. > Hi Akhil, > > Few comments below. > > On Mon, Aug 15, 2022 at 12:16:18AM +0530, Akhil Goyal wrote: > > Added MACsec protocol header to be used for supporting > > MACsec protocol offload in hardware or directly in the a

Re: [PATCH 1/3] net: add MACsec header

2022-09-26 Thread Olivier Matz
Hi Akhil, Few comments below. On Mon, Aug 15, 2022 at 12:16:18AM +0530, Akhil Goyal wrote: > Added MACsec protocol header to be used for supporting > MACsec protocol offload in hardware or directly in the application. > > Signed-off-by: Akhil Goyal > --- > doc/api/doxy-api-index.md | 3 ++- >

RE: [PATCH 1/3] net: add MACsec header

2022-09-22 Thread Akhil Goyal
Hi Olivier, Could you please review this patch? Apologies. I missed to add you earlier. Regards, Akhil > Subject: [PATCH 1/3] net: add MACsec header > > Added MACsec protocol header to be used for supporting > MACsec protocol offload in hardware or directly in the application. >

[PATCH 1/3] net: add MACsec header

2022-08-14 Thread Akhil Goyal
Added MACsec protocol header to be used for supporting MACsec protocol offload in hardware or directly in the application. Signed-off-by: Akhil Goyal --- doc/api/doxy-api-index.md | 3 ++- lib/net/meson.build | 1 + lib/net/rte_macsec.h | 56 +++