diff options
author | Damjan Marion <damarion@cisco.com> | 2022-01-05 21:30:54 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-01-05 22:08:04 +0000 |
commit | 254b5cb50c1c905a27e8f33ab7730ff1715ce2e1 (patch) | |
tree | 4a5279ea322f7fe735103ce8133a52fb95a549a0 /src | |
parent | dd801665604e94139c5ee0b3efe3fa2a3bd6e433 (diff) |
dpdk: remove unused defines
Type: refactor
Change-Id: I41d5d07eef670e89eba8fd816e123981940b5d79
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/dpdk/device/dpdk_priv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/dpdk/device/dpdk_priv.h b/src/plugins/dpdk/device/dpdk_priv.h index d88a8459c9f..cdbc3999d0a 100644 --- a/src/plugins/dpdk/device/dpdk_priv.h +++ b/src/plugins/dpdk/device/dpdk_priv.h @@ -19,13 +19,6 @@ #define DPDK_NB_RX_DESC_VIRTIO 256 #define DPDK_NB_TX_DESC_VIRTIO 256 -#define I40E_DEV_ID_SFP_XL710 0x1572 -#define I40E_DEV_ID_QSFP_A 0x1583 -#define I40E_DEV_ID_QSFP_B 0x1584 -#define I40E_DEV_ID_QSFP_C 0x1585 -#define I40E_DEV_ID_10G_BASE_T 0x1586 -#define I40E_DEV_ID_VF 0x154C - /* These args appear by themselves */ #define foreach_eal_double_hyphen_predicate_arg \ _(no-shconf) \ |