From e430b6ec123dbe117b579d8284d7201da635be8d Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sun, 23 Dec 2018 12:26:52 +0100 Subject: avf: new ethernet-input support Change-Id: I5511823f38ad56161b6a538f2d9e63459eded1eb Signed-off-by: Damjan Marion --- src/plugins/avf/avf.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/plugins/avf/avf.h') 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 @@ -174,15 +174,6 @@ typedef struct vlib_buffer_t buffer_template; } avf_per_thread_data_t; -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; @@ -191,9 +182,6 @@ typedef struct 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; -- cgit 1.2.3-korg