Re: [PATCH net] macsec: key identifier is 128 bits, not 64

2016-05-08 Thread David Miller
From: Sabrina Dubroca Date: Sat, 7 May 2016 20:19:29 +0200 > The MACsec standard mentions a key identifier for each key, but > doesn't specify anything about it, so I arbitrarily chose 64 bits. > > IEEE 802.1X-2010 specifies MKA (MACsec Key Agreement), and defines the > key identifier to be 128

[PATCH net] macsec: key identifier is 128 bits, not 64

2016-05-07 Thread Sabrina Dubroca
The MACsec standard mentions a key identifier for each key, but doesn't specify anything about it, so I arbitrarily chose 64 bits. IEEE 802.1X-2010 specifies MKA (MACsec Key Agreement), and defines the key identifier to be 128 bits (96 bits "member identifier" + 32 bits "key number"). Signed-off-