diff options
| author | Quinn Tran <[email protected]> | 2021-06-23 22:26:00 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-07-27 00:06:43 -0400 |
| commit | dd30706e73b70d67e88fdaca688db7a3374fd5de (patch) | |
| tree | 90e214d8d0a085c454d8adc7f3d1cbb030094ff4 /tools/perf/scripts/python | |
| parent | fac2807946c10b9a509b9c348afd442fa823c5f7 (diff) | |
scsi: qla2xxx: edif: Add key update
Some FC adapters from Marvell offer the ability to encrypt data in flight
(EDIF). This feature requires an application to act as an authenticator.
As part of the authentication process, the authentication application will
generate a SADB entry (Security Association/SA, key, SPI value, etc). This
SADB is then passed to driver to be programmed into hardware. There will be
a pair of SADB's (Tx and Rx) for each connection.
After some period, the application can choose to change the key. At that
time, a new set of SADB pair is given to driver. The old set of SADB will
be deleted.
Add a new bsg call (QL_VND_SC_SA_UPDATE) to allow application to allow
adding or deleting SADB entries. Driver will not keep the key in
memory. It will pass it to HW.
It is assumed that application will assign a unique SPI value to this SADB
(SA + key). Driver + hardware will assign a handle to track this unique
SPI/SADB.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Himanshu Madhani <[email protected]>
Co-developed-by: Larry Wisneski <[email protected]>
Signed-off-by: Larry Wisneski <[email protected]>
Co-developed-by: Duane Grigsby <[email protected]>
Signed-off-by: Duane Grigsby <[email protected]>
Co-developed-by: Rick Hicksted Jr <[email protected]>
Signed-off-by: Rick Hicksted Jr <[email protected]>
Signed-off-by: Quinn Tran <[email protected]>
Signed-off-by: Nilesh Javali <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions