diff options
author | Damjan Marion <damarion@cisco.com> | 2017-04-05 12:28:38 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-04-11 16:26:11 +0000 |
commit | 3a7956383420a1d2f5f28b5bd3d3b3f5dda0420d (patch) | |
tree | 88b0ba24635a6d100faee5de26f15a84c2cdd27d /src/plugins/dpdk/device/dpdk.h | |
parent | 361abefcf86abeafc02a16d2a73e00409af5e66a (diff) |
dpdk: use common interface placement infra
This pathch deprecates "show dpdk placement" and
"set dpdk placement" CLI commands.
Change-Id: I4e052ec3e8b8e6c54b4816e1e689e5b7a24892db
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/dpdk/device/dpdk.h')
-rw-r--r-- | src/plugins/dpdk/device/dpdk.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/dpdk/device/dpdk.h b/src/plugins/dpdk/device/dpdk.h index 06d89adb3b5..9afd0b35c1a 100644 --- a/src/plugins/dpdk/device/dpdk.h +++ b/src/plugins/dpdk/device/dpdk.h @@ -175,7 +175,7 @@ typedef struct /* Instance ID */ u32 device_index; - u32 vlib_hw_if_index; + u32 hw_if_index; u32 vlib_sw_if_index; /* next node index if we decide to steal the rx graph arc */ @@ -353,7 +353,6 @@ typedef struct /* Devices */ dpdk_device_t *devices; - dpdk_device_and_queue_t **devices_by_cpu; dpdk_device_and_queue_t **devices_by_hqos_cpu; /* per-thread recycle lists */ @@ -392,10 +391,6 @@ typedef struct u8 use_rss; - /* which cpus are running dpdk-input */ - int input_cpu_first_index; - int input_cpu_count; - /* which cpus are running I/O TX */ int hqos_cpu_first_index; int hqos_cpu_count; |