aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap/tap.h
diff options
context:
space:
mode:
authorMohsin Kazmi <sykazmi@cisco.com>2021-09-22 20:03:28 +0000
committerBeno�t Ganne <bganne@cisco.com>2021-09-27 09:30:42 +0000
commitb21fd4b7e09455f199495e7160d5537195e36046 (patch)
tree6eb5b697bb7fd963cb6bf79e9d3ef70656b50bcb /src/vnet/devices/tap/tap.h
parent176373caed97601baefa2d23a5173461bf87734a (diff)
tap: move the api msg_id_base to tap_main_t
Type: fix Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com> Change-Id: Ia4065550a7ad1109e3a2592ef2c21b5e23fa85b5
Diffstat (limited to 'src/vnet/devices/tap/tap.h')
-rw-r--r--src/vnet/devices/tap/tap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/devices/tap/tap.h b/src/vnet/devices/tap/tap.h
index 2efaa511a49..d89809862c0 100644
--- a/src/vnet/devices/tap/tap.h
+++ b/src/vnet/devices/tap/tap.h
@@ -98,8 +98,10 @@ typedef struct
/* host mtu size, configurable through startup.conf */
int host_mtu_size;
+ u16 msg_id_base;
} tap_main_t;
+extern tap_main_t tap_main;
void tap_create_if (vlib_main_t * vm, tap_create_if_args_t * args);
int tap_delete_if (vlib_main_t * vm, u32 sw_if_index);
int tap_gso_enable_disable (vlib_main_t * vm, u32 sw_if_index,