Add no-append flag to vlib_frame_t
Change-Id: I01c4f5755d579282773ac227b0bc24f8ddbb2bd1 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
67f935ec6e
commit
296988d358
@@ -417,6 +417,9 @@ typedef struct
|
||||
#define VLIB_FRAME_NO_FREE_AFTER_DISPATCH \
|
||||
VLIB_NODE_FLAG_FRAME_NO_FREE_AFTER_DISPATCH
|
||||
|
||||
/* Don't append this frame */
|
||||
#define VLIB_FRAME_NO_APPEND (1 << 14)
|
||||
|
||||
/* This next frame owns enqueue to node
|
||||
corresponding to node_runtime_index. */
|
||||
#define VLIB_FRAME_OWNER (1 << 15)
|
||||
|
Reference in New Issue
Block a user