RE: [EXT] Re: [PATCH 02/13] security: add MACsec packet number threshold

2023-05-24 Thread Akhil Goyal
> Subject: RE: [EXT] Re: [PATCH 02/13] security: add MACsec packet number > threshold > > > On Wed, 24 May 2023 01:19:07 +0530 > > Akhil Goyal wrote: > > > > > diff --git a/lib/security/rte_security.h b/lib/security/rte_security.h > > > index

RE: [EXT] Re: [PATCH 02/13] security: add MACsec packet number threshold

2023-05-24 Thread Akhil Goyal
> On Wed, 24 May 2023 01:19:07 +0530 > Akhil Goyal wrote: > > > diff --git a/lib/security/rte_security.h b/lib/security/rte_security.h > > index c7a523b6d6..30bac4e25a 100644 > > --- a/lib/security/rte_security.h > > +++ b/lib/security/rte_security.h > > @@ -399,6 +399,8 @@ struct rte_security_ma

Re: [PATCH 02/13] security: add MACsec packet number threshold

2023-05-23 Thread Stephen Hemminger
On Wed, 24 May 2023 01:19:07 +0530 Akhil Goyal wrote: > diff --git a/lib/security/rte_security.h b/lib/security/rte_security.h > index c7a523b6d6..30bac4e25a 100644 > --- a/lib/security/rte_security.h > +++ b/lib/security/rte_security.h > @@ -399,6 +399,8 @@ struct rte_security_macsec_sa { > str

[PATCH 02/13] security: add MACsec packet number threshold

2023-05-23 Thread Akhil Goyal
Added Packet number threshold parameter in MACsec SC configuration to identify the maximum allowed threshold for packet number field in the packet. A field is_xpn is also added to identify if the SAs are configured for extended packet number or not so that packet number threshold can be configured