Re: [dpdk-dev] [PATCH v2] net/ixgbe: removed ipsec keys from private data

2017-12-20 Thread Radu Nicolau
On 12/20/2017 3:46 PM, Stephen Hemminger wrote: On Wed, 20 Dec 2017 11:32:51 + Radu Nicolau wrote: All ipsec related setting are being held in the driver private data to allow easy add and remove of SAs. There is no need to keep a record of the keys, and also storing the keys can be a se

Re: [dpdk-dev] [PATCH v2] net/ixgbe: removed ipsec keys from private data

2017-12-20 Thread Stephen Hemminger
On Wed, 20 Dec 2017 11:32:51 + Radu Nicolau wrote: > All ipsec related setting are being held in the driver > private data to allow easy add and remove of SAs. There > is no need to keep a record of the keys, and also > storing the keys can be a security issue. > > Signed-off-by: Radu Nicola

[dpdk-dev] [PATCH v2] net/ixgbe: removed ipsec keys from private data

2017-12-20 Thread Radu Nicolau
All ipsec related setting are being held in the driver private data to allow easy add and remove of SAs. There is no need to keep a record of the keys, and also storing the keys can be a security issue. Signed-off-by: Radu Nicolau Acked-by: Declan Doherty --- drivers/net/ixgbe/ixgbe_ipsec.c | 7