tap: add virtio 1.1 API flag
[vpp.git] / src / vnet / devices / tap / tapv2.api
index 94e1a7c..6b66184 100644 (file)
@@ -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