diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-10 09:40:33 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-08-11 11:17:04 +0000 |
commit | 0202f7d927dbaf40235e0f6d573f69e66a6427b2 (patch) | |
tree | 631714dfd3f322e631f1dcc9402e38a3724e4a40 /topologies/available/lf_3nb_spr_testbed22.yaml | |
parent | 4f4177abee17e177978b4dd96c2c578aa8d57925 (diff) |
feat(core): QAT initialization refactor
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Idc91da55ab0b5c6b8eb53e8b4ce4da18a1ae891c
Diffstat (limited to 'topologies/available/lf_3nb_spr_testbed22.yaml')
-rw-r--r-- | topologies/available/lf_3nb_spr_testbed22.yaml | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/topologies/available/lf_3nb_spr_testbed22.yaml b/topologies/available/lf_3nb_spr_testbed22.yaml index f8e9708283..4b6f378e8c 100644 --- a/topologies/available/lf_3nb_spr_testbed22.yaml +++ b/topologies/available/lf_3nb_spr_testbed22.yaml @@ -24,7 +24,19 @@ nodes: pci_address: "0000:f2:01.0" driver: idxd model: Intel-DSA - cryptodev: "0000:76:00.0" + cryptodev: + device1: + pci_address: "0000:76:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 + device2: + pci_address: "0000:7a:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 interfaces: port1: # s55-t22-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. @@ -75,7 +87,19 @@ nodes: pci_address: "0000:f2:01.0" driver: idxd model: Intel-DSA - cryptodev: "0000:76:00.0" + cryptodev: + device1: + pci_address: "0000:76:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 + device2: + pci_address: "0000:7a:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 interfaces: port1: # s54-t22-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. @@ -126,7 +150,19 @@ nodes: pci_address: "0000:f2:01.0" driver: idxd model: Intel-DSA - cryptodev: "0000:f3:00.0" + cryptodev: + device1: + pci_address: "0000:f3:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 + device2: + pci_address: "0000:f7:00.0" + driver: "4xxx" + model: "HW_4xxx" + module: "qat_4xxx" + numvfs: 8 interfaces: port1: # s54-t22-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. |