From 6ce4dd6a1dc7d4ca4f6aa00dba7713bbb989b3c3 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 8 Nov 2023 07:28:09 +0000 Subject: feat(csit): 3n-icxd Signed-off-by: Peter Mikus Change-Id: I7f0eee8b94f65550eae68edeacf343ff982dd85a --- resources/libraries/python/Constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources/libraries') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index c7a4a1f5b4..5f07aac357 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -322,6 +322,7 @@ class Constants: u"Intel-XXV710": 24500000000, u"Intel-E810XXV": 24500000000, u"Intel-E822CQ": 24500000000, + u"Intel-E823C": 24500000000, u"Intel-E810CQ": 100000000000, u"Mellanox-CX556A": 100000000000, u"Mellanox-CX6DX": 100000000000, @@ -340,6 +341,7 @@ class Constants: u"Intel-XXV710": 18750000, u"Intel-E810XXV": 29000000, u"Intel-E822CQ": 29000000, + u"Intel-E823C": 29000000, u"Intel-E810CQ": 58500000, u"Mellanox-CX556A": 148809523, u"Mellanox-CX6DX": 148809523, @@ -358,6 +360,7 @@ class Constants: "Intel-XXV710": "25ge2p1xxv710", "Intel-E810XXV": "25ge2p1e810xxv", "Intel-E822CQ": "25ge2p1e822cq", + "Intel-E823C": "25ge2p1e823c", "Intel-E810CQ": "100ge2p1e810cq", "Amazon-Nitro-50G": "50ge1p1ena", "Amazon-Nitro-100G": "100ge1p1ena", @@ -377,6 +380,7 @@ class Constants: "25ge2p1xxv710": "xxv710", "25ge2p1e810xxv": "e810xxv", "25ge2p1e822cq": "e822cq", + "25ge2p1e823c": "e823c", "100ge2p1e810cq": "e810cq", "50ge1p1ena": "ena", "100ge1p1ena": "ena100", @@ -397,6 +401,7 @@ class Constants: u"Intel-XXV710": [u"vfio-pci", u"avf", u"af_xdp"], u"Intel-E810XXV": [u"vfio-pci", u"avf", u"af_xdp"], u"Intel-E822CQ": [u"vfio-pci", u"avf", u"af_xdp"], + u"Intel-E823C": [u"vfio-pci", u"avf", u"af_xdp"], u"Intel-E810CQ": [u"vfio-pci", u"avf", u"af_xdp"], u"Amazon-Nitro-50G": [u"vfio-pci"], u"Amazon-Nitro-100G": [u"vfio-pci"], @@ -451,6 +456,7 @@ class Constants: "25ge2p1xxv710": "nic_pfs}= | 2", "25ge2p1e810xxv": "nic_pfs}= | 2", "25ge2p1e822cq": "nic_pfs}= | 2", + "25ge2p1e823c": "nic_pfs}= | 2", "100ge2p1e810cq": "nic_pfs}= | 2", "50ge1p1ena": "nic_pfs}= | 2", "100ge1p1ena": "nic_pfs}= | 2", @@ -470,6 +476,7 @@ class Constants: u"Intel-XXV710": [u"vfio-pci"], u"Intel-E810XXV": [u"vfio-pci"], u"Intel-E822CQ": [u"vfio-pci"], + u"Intel-E823C": [u"vfio-pci"], u"Intel-E810CQ": [u"vfio-pci"], u"Amazon-Nitro-50G": [u"vfio-pci"], u"Amazon-Nitro-100G": [u"vfio-pci"], @@ -507,6 +514,7 @@ class Constants: NIC_NAME_TO_CRYPTO_HW = { u"Intel-E810CQ": u"HW_4xxx", u"Intel-E822CQ": u"HW_C4xxx", + u"Intel-E823C": u"HW_C4xxx", u"Intel-X710": u"HW_DH895xcc", u"Intel-XL710": u"HW_DH895xcc", } -- cgit 1.2.3-korg