38 u32 l2_out_feat_next[32];
64 s =
format (s,
"l2-output-acl: sw_if_index %d dst %U src %U",
75 #define foreach_l2_outacl_error \ 76 _(L2_OUTACL, "L2 output ACL packets") \ 77 _(DROP, "L2 output drops") 81 #define _(sym,str) L2_OUTACL_ERROR_##sym, 88 #define _(sym,string) string, 105 u32 n_left_from, *from, *to_next;
116 while (n_left_from > 0)
123 while (0 && n_left_from >= 4 && n_left_to_next >= 2)
128 u32 sw_if_index0, sw_if_index1;
147 to_next[0] = bi0 = from[0];
148 to_next[1] = bi1 = from[1];
183 em->
counters[node_counter_base_index + L2_OUTACL_ERROR_L2_OUTACL] +=
191 to_next, n_left_to_next,
192 bi0, bi1, next0, next1);
195 while (n_left_from > 0 && n_left_to_next > 0)
226 em->
counters[node_counter_base_index + L2_OUTACL_ERROR_L2_OUTACL] +=
240 to_next, n_left_to_next,
254 .name =
"l2-output-acl",
255 .vector_size =
sizeof (
u32),
328 .path =
"set interface acl output",
329 .short_help =
"set interface acl output <interface> [disable]",
330 .function = int_l2_outacl,
char ** l2output_get_feat_names(void)
vnet_main_t * vnet_get_main(void)
struct _vlib_node_registration vlib_node_registration_t
unformat_function_t unformat_vnet_sw_interface
static uword l2_outacl_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u32 vnet_l2_feature_next(vlib_buffer_t *b, u32 *next_nodes, u32 feat_bit)
Return the graph node index for the feature corresponding to the next set bit after clearing the curr...
u8 * format_ethernet_address(u8 *s, va_list *args)
#define VLIB_INIT_FUNCTION(x)
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
#define clib_error_return(e, args...)
void l2output_intf_bitmap_enable(u32 sw_if_index, u32 feature_bitmap, u32 enable)
Enable (or disable) the feature in the bitmap for the given interface.
vlib_error_main_t error_main
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
#define vlib_validate_buffer_enqueue_x2(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1)
Finish enqueueing two buffers forward in the graph.
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
static vlib_node_registration_t l2_outacl_node
(constructor) VLIB_REGISTER_NODE (l2_outacl_node)
#define CLIB_PREFETCH(addr, size, type)
static u8 * format_l2_outacl_trace(u8 *s, va_list *args)
static void feat_bitmap_init_next_nodes(vlib_main_t *vm, u32 node_index, u32 num_features, char **feat_names, u32 *next_nodes)
Initialize the feature next-node indexes of a graph node.
#define VLIB_BUFFER_IS_TRACED
#define clib_memcpy(a, b, c)
void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
#define VLIB_CLI_COMMAND(x,...)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
#define VLIB_NODE_FLAG_TRACE
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
clib_error_t * l2_outacl_init(vlib_main_t *vm)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
static char * l2_outacl_error_strings[]
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
#define VLIB_REGISTER_NODE(x,...)
l2_outacl_main_t l2_outacl_main
static vlib_node_t * vlib_get_node(vlib_main_t *vm, u32 i)
Get vlib node by index.
u16 flags
Copy of main node flags.
#define CLIB_CACHE_LINE_BYTES
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index, VLIB_BUFFER_IS_TRACED: trace this buffer.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
#define foreach_l2_outacl_error