fix(core): No need for extra cards 95/42495/1
authorPeter Mikus <[email protected]>
Wed, 19 Mar 2025 13:15:07 +0000 (14:15 +0100)
committerPeter Mikus <[email protected]>
Wed, 19 Mar 2025 13:15:07 +0000 (14:15 +0100)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ib92e16adb08c0a553b529b09ddbacaacb1d825fc

resources/libraries/python/Constants.py

index 71369af..6f56740 100644 (file)
@@ -332,7 +332,6 @@ class Constants:
         "Amazon-Nitro-50G": 10000000000,
         "Amazon-Nitro-100G": 10000000000,
         "Amazon-Nitro-200G": 16000000000,
-        "Cavium-A063-50G": 50000000000,
         "Cavium-A063-100G": 100000000000,
         "virtual": 100000000,
     }
@@ -352,7 +351,6 @@ class Constants:
         "Amazon-Nitro-50G": 1500000,
         "Amazon-Nitro-100G": 3000000,
         "Amazon-Nitro-200G": 6000000,
-        "Cavium-A063-50G": 97656250,
         "Cavium-A063-100G": 195312500,
         "virtual": 14880952,
     }
@@ -373,7 +371,6 @@ class Constants:
         "Mellanox-CX6DX": "100ge2p1cx6dx",
         "Mellanox-CX7VEAT": "200ge2p1cx7veat",
         "Mellanox-CX7VEAT": "200ge6p3cx7veat",
-        "Cavium-A063-50G": "50ge2p1a063",
         "Cavium-A063-100G": "100ge2p1a063",
         "virtual": "1ge1p82540em",
     }
@@ -392,7 +389,6 @@ class Constants:
         "100ge2p1cx6dx": "Mellanox-CX6DX",
         "200ge2p1cx7veat": "Mellanox-CX7VEAT",
         "200ge6p3cx7veat": "Mellanox-CX7VEAT",
-        "50ge2p1a063":"Cavium-A063-50G",
         "100ge2p1a063":"Cavium-A063-100G",
         "1ge1p82540em": "virtual",
     }
@@ -413,7 +409,6 @@ class Constants:
         "100ge2p1cx6dx": "cx6dx",
         "200ge2p1cx7veat": "cx7veat",
         "200ge6p3cx7veat": "cx7veat",
-        "50ge2p1a063": "a063",
         "100ge2p1a063": "a063",
         "1ge1p82540em": "82540em",
     }
@@ -433,7 +428,6 @@ class Constants:
         "Mellanox-CX556A": ["rdma-core", "mlx5_core", "af_xdp"],
         "Mellanox-CX6DX": ["rdma-core", "mlx5_core", "af_xdp"],
         "Mellanox-CX7VEAT": ["rdma-core", "mlx5_core", "af_xdp"],
-        "Cavium-A063-50G": ["vfio-pci"],
         "Cavium-A063-100G": ["vfio-pci"],
         "virtual": ["vfio-pci"],
     }
@@ -508,9 +502,6 @@ class Constants:
             "mlx5_core": "dpdk_plugin.so",
             "af_xdp": "af_xdp_plugin.so"
         },
-        "Cavium-A063-50G": {
-            "vfio-pci": "dev_octeon_plugin.so"
-        },
         "Cavium-A063-100G": {
             "vfio-pci": "dev_octeon_plugin.so"
         },
@@ -562,7 +553,6 @@ class Constants:
         "100ge2p1cx6dx": "nic_pfs}= | 2",
         "200ge2p1cx7veat": "nic_pfs}= | 2",
         "200ge6p3cx7veat": "nic_pfs}= | 6",
-        "50ge2p1a063": "nic_pfs}= | 2",
         "100ge2p1a063": "nic_pfs}= | 2",
         "1ge1p82540em": "nic_pfs}= | 2",
     }
@@ -582,7 +572,6 @@ class Constants:
         "100ge2p1cx6dx": 1,
         "200ge2p1cx7veat": 1,
         "200ge6p3cx7veat": 3,
-        "50ge2p1a063": 1,
         "100ge2p1a063": 1,
         "1ge1p82540em": 1,
     }
@@ -602,7 +591,6 @@ class Constants:
         "Mellanox-CX556A": ["mlx5_core"],
         "Mellanox-CX6DX": ["mlx5_core"],
         "Mellanox-CX7VEAT": ["mlx5_core"],
-        "Cavium-A063-50G": ["vfio-pci"],
         "Cavium-A063-100G": ["vfio-pci"],
         "virtual": ["vfio-pci"],
     }