- added TAP_API_FLAG_CONSISTENT_QP = 256
Type: improvement
Change-Id: I57d95503395baf265c29d48a92bd69347f0a7333
Signed-off-by: Adrian Villin <avillin@cisco.com>
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