tap: update tap_flags
- added TAP_API_FLAG_CONSISTENT_QP = 256 Type: improvement Change-Id: I57d95503395baf265c29d48a92bd69347f0a7333 Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
parent
502461af6a
commit
91e63915e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user