tap: update tap_flags 00/41900/2
authorAdrian Villin <avillin@cisco.com>
Tue, 3 Dec 2024 10:12:53 +0000 (11:12 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 5 Dec 2024 16:36:15 +0000 (16:36 +0000)
- added TAP_API_FLAG_CONSISTENT_QP = 256

Type: improvement

Change-Id: I57d95503395baf265c29d48a92bd69347f0a7333
Signed-off-by: Adrian Villin <avillin@cisco.com>
src/vnet/devices/tap/tapv2.api

index bf53d1b..fd3cd13 100644 (file)
@@ -34,6 +34,7 @@ enum tap_flags {
         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 */
+        TAP_API_FLAG_CONSISTENT_QP = 256 [backwards_compatible], /* enable consistent-qp */
 };
 
 /** \brief Initialize a new tap interface with the given parameters