> -----Original Message----- > From: David Miller <[email protected]> > Sent: Sunday, February 17, 2019 7:45 AM > To: Vakul Garg <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected] > Subject: Re: [PATCH net-next] net/tls: Move protocol constants from cipher > context to tls context > > From: Vakul Garg <[email protected]> > Date: Thu, 14 Feb 2019 07:11:35 +0000 > > > Each tls context maintains two cipher contexts (one each for tx and rx > > directions). For each tls session, the constants such as protocol > > version, ciphersuite, iv size, associated data size etc are same for > > both the directions and need to be stored only once per tls context. > > Hence these are moved from 'struct cipher_context' to 'struct > > tls_prot_info' and stored only once in 'struct tls_context'. > > > > Signed-off-by: Vakul Garg <[email protected]> > > Applied.
This has not yet made its way in git. Can you please check?
