73 s =
format (s,
"l2-output-vtr: sw_if_index %d dst %U src %U data " 74 "%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x",
88 #define foreach_l2_efp_filter_error \ 89 _(L2_EFP_FILTER, "L2 EFP filter packets") \ 90 _(DROP, "L2 EFP filter post-rewrite drops") 94 #define _(sym,str) L2_EFP_FILTER_ERROR_##sym, 101 #define _(sym,string) string, 121 u32 * port_sw_if_index0,
122 u16 * first_ethertype0,
123 u16 * outer_id0,
u16 * inner_id0,
u32 * match_flags0)
136 *first_ethertype0 = clib_net_to_host_u16 (e0->
type);
137 *outer_id0 = clib_net_to_host_u16 (h0[0].priority_cfi_and_id);
138 *inner_id0 = clib_net_to_host_u16 (h0[1].priority_cfi_and_id);
177 u32 n_left_from, *from, *to_next;
183 u32 cached_sw_if_index = ~0;
184 u32 cached_next_index = ~0;
187 cached_sw_if_index = ~0;
193 while (n_left_from > 0)
200 while (n_left_from >= 6 && n_left_to_next >= 2)
205 u32 sw_if_index0, sw_if_index1;
206 u32 feature_bitmap0, feature_bitmap1;
207 u16 first_ethertype0, first_ethertype1;
208 u16 outer_id0, inner_id0, outer_id1, inner_id1;
209 u32 match_flags0, match_flags1;
210 u32 port_sw_if_index0, subint_sw_if_index0, port_sw_if_index1,
217 __attribute__ ((unused))
u32 matched0, matched1;
223 __attribute__ ((unused))
u32 sw_if_index2, sw_if_index3;
252 to_next[0] = bi0 = from[0];
253 to_next[1] = bi1 = from[1];
267 em->
counters[node_counter_base_index +
268 L2_EFP_FILTER_ERROR_L2_EFP_FILTER] += 2;
272 vnet_buffer (b0)->l2.feature_bitmap & ~L2OUTPUT_FEAT_EFP_FILTER;
274 vnet_buffer (b1)->l2.feature_bitmap & ~L2OUTPUT_FEAT_EFP_FILTER;
284 b0, sw_if_index0, feature_bitmap0, &next0);
292 b1, sw_if_index1, feature_bitmap1, &next1);
301 &outer_id0, &inner_id0, &match_flags0);
308 &outer_id1, &inner_id1, &match_flags1);
317 &main_intf0, &vlan_intf0, &qinq_intf0);
326 &main_intf1, &vlan_intf1, &qinq_intf1);
334 &subint_sw_if_index0,
343 &subint_sw_if_index1,
350 b0->
error = node->
errors[L2_EFP_FILTER_ERROR_DROP];
357 b1->
error = node->
errors[L2_EFP_FILTER_ERROR_DROP];
387 to_next, n_left_to_next,
388 bi0, bi1, next0, next1);
391 while (n_left_from > 0 && n_left_to_next > 0)
398 u16 first_ethertype0;
399 u16 outer_id0, inner_id0;
401 u32 port_sw_if_index0, subint_sw_if_index0;
407 __attribute__ ((unused))
u32 matched0;
422 em->
counters[node_counter_base_index +
423 L2_EFP_FILTER_ERROR_L2_EFP_FILTER] += 1;
427 vnet_buffer (b0)->l2.feature_bitmap & ~L2OUTPUT_FEAT_EFP_FILTER;
437 b0, sw_if_index0, feature_bitmap0, &next0);
446 &outer_id0, &inner_id0, &match_flags0);
455 &main_intf0, &vlan_intf0, &qinq_intf0);
463 &subint_sw_if_index0,
470 b0->
error = node->
errors[L2_EFP_FILTER_ERROR_DROP];
487 to_next, n_left_to_next,
501 .name =
"l2-efp-filter",
502 .vector_size =
sizeof (
u32),
598 .path =
"set interface l2 efp-filter",
599 .short_help =
"set interface l2 efp-filter <interface> [disable]",
char ** l2output_get_feat_names(void)
vnet_main_t * vnet_get_main(void)
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.
struct _vlib_node_registration vlib_node_registration_t
unformat_function_t unformat_vnet_sw_interface
vlib_error_t * errors
Vector of errors for this node.
static u8 * format_l2_efp_filter_trace(u8 *s, va_list *args)
ethernet_main_t ethernet_main
#define static_always_inline
u8 * format_ethernet_address(u8 *s, va_list *args)
#define foreach_l2_efp_filter_error
#define VLIB_INIT_FUNCTION(x)
static vlib_node_registration_t l2_efp_filter_node
(constructor) VLIB_REGISTER_NODE (l2_efp_filter_node)
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
static vnet_sw_interface_t * vnet_get_sup_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
#define clib_error_return(e, args...)
static_always_inline void extract_keys(vnet_main_t *vnet_main, u32 sw_if_index0, vlib_buffer_t *b0, u32 *port_sw_if_index0, u16 *first_ethertype0, u16 *outer_id0, u16 *inner_id0, u32 *match_flags0)
Extract fields from the packet that will be used in interface classification.
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.
clib_error_t * l2_efp_filter_init(vlib_main_t *vm)
u32 feat_next_node_index[32]
vlib_error_main_t error_main
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
void l2_efp_filter_configure(vnet_main_t *vnet_main, u32 sw_if_index, u32 enable)
Enable/disable the EFP Filter check on the subinterface.
#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).
vlib_error_t error
Error code for buffers to be enqueued to error handler.
static char * l2_efp_filter_error_strings[]
#define CLIB_PREFETCH(addr, size, type)
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.
static u32 eth_create_valid_subint_match_flags(u32 num_tags)
#define VLIB_BUFFER_IS_TRACED
#define clib_memcpy(a, b, c)
#define VLIB_CLI_COMMAND(x,...)
static void eth_vlan_table_lookups(ethernet_main_t *em, vnet_main_t *vnm, u32 port_sw_if_index0, u16 first_ethertype, u16 outer_id, u16 inner_id, vnet_hw_interface_t **hi, main_intf_t **main_intf, vlan_intf_t **vlan_intf, qinq_intf_t **qinq_intf)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
static u32 eth_identify_subint(vnet_hw_interface_t *hi, vlib_buffer_t *b0, u32 match_flags, main_intf_t *main_intf, vlan_intf_t *vlan_intf, qinq_intf_t *qinq_intf, u32 *new_sw_if_index, u8 *error0, u32 *is_l2)
#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)
l2_output_next_nodes_st next_nodes
static uword l2_efp_filter_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
static clib_error_t * int_l2_efp_filter(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set subinterface egress efp filter enable/disable.
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
#define VLIB_REGISTER_NODE(x,...)
l2_efp_filter_main_t l2_efp_filter_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.
static void l2_output_dispatch(vlib_main_t *vlib_main, vnet_main_t *vnet_main, vlib_node_runtime_t *node, u32 node_index, u32 *cached_sw_if_index, u32 *cached_next_index, l2_output_next_nodes_st *next_nodes, vlib_buffer_t *b0, u32 sw_if_index, u32 feature_bitmap, u32 *next0)
Determine the next L2 node based on the output feature bitmap.
#define CLIB_CACHE_LINE_BYTES
u32 flags
buffer flags: 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.