From 50bd16559933576ed632eff8757d5954e93e99ce Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Wed, 26 Aug 2020 11:07:48 +0200 Subject: tap: add virtio 1.1 API flag Type: feature Signed-off-by: Mohsin Kazmi Change-Id: I3e00deb94943c545d1649865b2efdf7d51b90f4d --- src/vnet/devices/tap/tapv2.api | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/devices/tap/tapv2.api') diff --git a/src/vnet/devices/tap/tapv2.api b/src/vnet/devices/tap/tapv2.api index 94e1a7c00c2..6b6618411a6 100644 --- a/src/vnet/devices/tap/tapv2.api +++ b/src/vnet/devices/tap/tapv2.api @@ -32,6 +32,8 @@ enum tap_flags { TAP_API_FLAG_ATTACH = 8, /* attach to the existing persistence interface after vpp crash/restart */ TAP_API_FLAG_TUN = 16, /* create TUN interface instead of tap */ TAP_API_FLAG_GRO_COALESCE = 32, /* enable packet coalescing on tx side, provided gso enabled */ + TAP_API_FLAG_PACKED = 64 [backwards_compatible], /* enable packed ring support */ + TAP_API_FLAG_IN_ORDER = 128 [backwards_compatible], /* enable in-order desc support */ }; /** \brief Initialize a new tap interface with the given parameters -- cgit 1.2.3-korg