FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
qos_record.c File Reference
+ Include dependency graph for qos_record.c:

Go to the source code of this file.

Data Structures

struct  qos_record_trace_t_
 per-packet trace data More...
 

Typedefs

typedef struct qos_record_trace_t_ qos_record_trace_t
 per-packet trace data More...
 

Functions

static void qos_record_feature_config (u32 sw_if_index, qos_source_t input_source, u8 enable)
 
int qos_record_enable (u32 sw_if_index, qos_source_t input_source)
 
int qos_record_disable (u32 sw_if_index, qos_source_t input_source)
 
static clib_error_tqos_record_ip_interface_add_del (vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
 
 VNET_SW_INTERFACE_ADD_DEL_FUNCTION (qos_record_ip_interface_add_del)
 
static uword qos_record_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, dpo_proto_t dproto, int is_l2)
 
static u8format_qos_record_trace (u8 *s, va_list *args)
 
static uword ip4_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword ip6_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword mpls_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword vlan_ip4_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword vlan_ip6_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword vlan_mpls_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword l2_ip_qos_record (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip4_qos_record_node, ip4_qos_record)
 
 VNET_FEATURE_INIT (ip4_qos_record_node, static)
 
 VNET_FEATURE_INIT (ip4m_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip6_qos_record_node, ip6_qos_record)
 
 VNET_FEATURE_INIT (ip6_qos_record_node, static)
 
 VNET_FEATURE_INIT (ip6m_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (mpls_qos_record_node, mpls_qos_record)
 
 VNET_FEATURE_INIT (mpls_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (vlan_mpls_qos_record_node, vlan_mpls_qos_record)
 
 VNET_FEATURE_INIT (vlan_mpls_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (vlan_ip4_qos_record_node, vlan_ip4_qos_record)
 
 VNET_FEATURE_INIT (vlan_ip4_qos_record_node, static)
 
 VNET_FEATURE_INIT (vlan_ip4m_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (vlan_ip6_qos_record_node, vlan_ip6_qos_record)
 
 VNET_FEATURE_INIT (vlan_ip6_qos_record_node, static)
 
 VNET_FEATURE_INIT (vlan_ip6m_qos_record_node, static)
 
 VLIB_NODE_FUNCTION_MULTIARCH (l2_ip_qos_record_node, l2_ip_qos_record)
 
clib_error_tl2_ip_qos_init (vlib_main_t *vm)
 
static clib_error_tqos_record_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static u8qos_record_configs [QOS_N_SOURCES]
 Per-interface, per-protocol vector of feature on/off configurations. More...
 
static u32 l2_qos_input_next [QOS_N_SOURCES][32]
 
vlib_node_registration_t ip4_qos_record_node
 (constructor) VLIB_REGISTER_NODE (ip4_qos_record_node) More...
 
vlib_node_registration_t ip6_qos_record_node
 (constructor) VLIB_REGISTER_NODE (ip6_qos_record_node) More...
 
vlib_node_registration_t mpls_qos_record_node
 (constructor) VLIB_REGISTER_NODE (mpls_qos_record_node) More...
 
vlib_node_registration_t vlan_mpls_qos_record_node
 (constructor) VLIB_REGISTER_NODE (vlan_mpls_qos_record_node) More...
 
vlib_node_registration_t vlan_ip4_qos_record_node
 (constructor) VLIB_REGISTER_NODE (vlan_ip4_qos_record_node) More...
 
vlib_node_registration_t vlan_ip6_qos_record_node
 (constructor) VLIB_REGISTER_NODE (vlan_ip6_qos_record_node) More...
 
static vlib_node_registration_t l2_ip_qos_record_node
 (constructor) VLIB_REGISTER_NODE (l2_ip_qos_record_node) More...
 
static vlib_cli_command_t qos_record_command
 (constructor) VLIB_CLI_COMMAND (qos_record_command) More...
 

Typedef Documentation

per-packet trace data

Function Documentation

static u8* format_qos_record_trace ( u8 s,
va_list *  args 
)
static

Definition at line 256 of file qos_record.c.

+ Here is the call graph for this function:

static uword ip4_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 268 of file qos_record.c.

+ Here is the call graph for this function:

static uword ip6_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 275 of file qos_record.c.

+ Here is the call graph for this function:

clib_error_t* l2_ip_qos_init ( vlib_main_t vm)

Definition at line 491 of file qos_record.c.

+ Here is the call graph for this function:

static uword l2_ip_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 310 of file qos_record.c.

+ Here is the call graph for this function:

static uword mpls_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 282 of file qos_record.c.

+ Here is the call graph for this function:

static clib_error_t* qos_record_cli ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 505 of file qos_record.c.

+ Here is the call graph for this function:

int qos_record_disable ( u32  sw_if_index,
qos_source_t  input_source 
)

Definition at line 85 of file qos_record.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int qos_record_enable ( u32  sw_if_index,
qos_source_t  input_source 
)

Definition at line 71 of file qos_record.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void qos_record_feature_config ( u32  sw_if_index,
qos_source_t  input_source,
u8  enable 
)
static

Definition at line 31 of file qos_record.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword qos_record_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
dpo_proto_t  dproto,
int  is_l2 
)
inlinestatic

Definition at line 136 of file qos_record.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* qos_record_ip_interface_add_del ( vnet_main_t vnm,
u32  sw_if_index,
u32  is_add 
)
static

Definition at line 108 of file qos_record.c.

+ Here is the call graph for this function:

static uword vlan_ip4_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 289 of file qos_record.c.

+ Here is the call graph for this function:

static uword vlan_ip6_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 296 of file qos_record.c.

+ Here is the call graph for this function:

static uword vlan_mpls_qos_record ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
inlinestatic

Definition at line 303 of file qos_record.c.

+ Here is the call graph for this function:

VLIB_NODE_FUNCTION_MULTIARCH ( ip4_qos_record_node  ,
ip4_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( ip6_qos_record_node  ,
ip6_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( mpls_qos_record_node  ,
mpls_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( vlan_mpls_qos_record_node  ,
vlan_mpls_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( vlan_ip4_qos_record_node  ,
vlan_ip4_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( vlan_ip6_qos_record_node  ,
vlan_ip6_qos_record   
)
VLIB_NODE_FUNCTION_MULTIARCH ( l2_ip_qos_record_node  ,
l2_ip_qos_record   
)
VNET_FEATURE_INIT ( ip4_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( ip4m_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( ip6_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( ip6m_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( mpls_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( vlan_mpls_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( vlan_ip4_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( vlan_ip4m_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( vlan_ip6_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( vlan_ip6m_qos_record_node  ,
static   
)
VNET_SW_INTERFACE_ADD_DEL_FUNCTION ( qos_record_ip_interface_add_del  )

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t ip4_qos_record_node
Initial value:
= {
.function = ip4_qos_record,
.name = "ip4-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip4-drop",
},
}
static uword ip4_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:268
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256

(constructor) VLIB_REGISTER_NODE (ip4_qos_record_node)

Definition at line 317 of file qos_record.c.

vlib_node_registration_t ip6_qos_record_node
Initial value:
= {
.function = ip6_qos_record,
.name = "ip6-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip6-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256
static uword ip6_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:275

(constructor) VLIB_REGISTER_NODE (ip6_qos_record_node)

Definition at line 343 of file qos_record.c.

vlib_node_registration_t l2_ip_qos_record_node
static
Initial value:
= {
.function = l2_ip_qos_record,
.name = "l2-ip-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256
static uword l2_ip_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:310

(constructor) VLIB_REGISTER_NODE (l2_ip_qos_record_node)

Definition at line 470 of file qos_record.c.

u32 l2_qos_input_next[QOS_N_SOURCES][32]
static

Definition at line 28 of file qos_record.c.

vlib_node_registration_t mpls_qos_record_node
Initial value:
= {
.function = mpls_qos_record,
.name = "mpls-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "mpls-drop",
},
}
static uword mpls_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:282
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256

(constructor) VLIB_REGISTER_NODE (mpls_qos_record_node)

Definition at line 369 of file qos_record.c.

vlib_cli_command_t qos_record_command
static
Initial value:
= {
.path = "qos record",
.short_help = "qos record <record-source> <INTERFACE> [disable]",
.function = qos_record_cli,
.is_mp_safe = 1,
}
static clib_error_t * qos_record_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: qos_record.c:505

(constructor) VLIB_CLI_COMMAND (qos_record_command)

Definition at line 554 of file qos_record.c.

u8* qos_record_configs[QOS_N_SOURCES]
static

Per-interface, per-protocol vector of feature on/off configurations.

Definition at line 27 of file qos_record.c.

vlib_node_registration_t vlan_ip4_qos_record_node
Initial value:
= {
.function = vlan_ip4_qos_record,
.name = "vlan-ip4-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip4-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256
static uword vlan_ip4_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:289

(constructor) VLIB_REGISTER_NODE (vlan_ip4_qos_record_node)

Definition at line 414 of file qos_record.c.

vlib_node_registration_t vlan_ip6_qos_record_node
Initial value:
= {
.function = vlan_ip6_qos_record,
.name = "vlan-ip6-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "ip6-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256
static uword vlan_ip6_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:296

(constructor) VLIB_REGISTER_NODE (vlan_ip6_qos_record_node)

Definition at line 442 of file qos_record.c.

vlib_node_registration_t vlan_mpls_qos_record_node
Initial value:
= {
.function = vlan_mpls_qos_record,
.name = "vlan-mpls-qos-record",
.vector_size = sizeof (u32),
.format_trace = format_qos_record_trace,
.n_errors = 0,
.n_next_nodes = 1,
.next_nodes = {
[0] = "mpls-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:256
static uword vlan_mpls_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:303

(constructor) VLIB_REGISTER_NODE (vlan_mpls_qos_record_node)

Definition at line 391 of file qos_record.c.