diff options
author | Damjan Marion <damarion@cisco.com> | 2018-12-23 12:26:52 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2018-12-23 12:26:52 +0100 |
commit | e430b6ec123dbe117b579d8284d7201da635be8d (patch) | |
tree | f81df9c035043c99c3a24a30a44f17c5c6661589 /src/plugins/avf/avf.h | |
parent | c811663491262fdc01e8309b1f9ecde2a110a84d (diff) |
avf: new ethernet-input support
Change-Id: I5511823f38ad56161b6a538f2d9e63459eded1eb
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/avf/avf.h')
-rw-r--r-- | src/plugins/avf/avf.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/avf/avf.h b/src/plugins/avf/avf.h index 467b5d7b651..ecd67802b15 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -176,24 +176,12 @@ typedef struct typedef struct { - u8 next_node; - i8 buffer_advance; - u32 flags; -} avf_ptype_t; - -STATIC_ASSERT (VNET_DEVICE_INPUT_N_NEXT_NODES < 256, "too many next nodes"); - -typedef struct -{ u16 msg_id_base; avf_device_t *devices; avf_per_thread_data_t *per_thread_data; vlib_log_class_t log_class; - - /* 256 element array for ptype based lookup */ - avf_ptype_t *ptypes; } avf_main_t; extern avf_main_t avf_main; |