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
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
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 ++-
>
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.
>
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 +++
5 matches
Mail list logo