FD.io VPP  v18.07-rc0-415-g6c78436
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, int is_ip6, 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 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)
 
 VLIB_NODE_FUNCTION_MULTIARCH (ip6_qos_record_node, ip6_qos_record)
 
 VNET_FEATURE_INIT (ip6_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...
 
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 222 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 234 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 241 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 319 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 248 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 333 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 69 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 55 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 29 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,
int  is_ip6,
int  is_l2 
)
inlinestatic

Definition at line 120 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 92 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 ( l2_ip_qos_record_node  ,
l2_ip_qos_record   
)
VNET_FEATURE_INIT ( ip4_qos_record_node  ,
static   
)
VNET_FEATURE_INIT ( ip6_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:234
unsigned int u32
Definition: types.h:88
static u8 * format_qos_record_trace(u8 *s, va_list *args)
Definition: qos_record.c:222

(constructor) VLIB_REGISTER_NODE (ip4_qos_record_node)

Definition at line 255 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:222
static uword ip6_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:241

(constructor) VLIB_REGISTER_NODE (ip6_qos_record_node)

Definition at line 277 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:222
static uword l2_ip_qos_record(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: qos_record.c:248

(constructor) VLIB_REGISTER_NODE (l2_ip_qos_record_node)

Definition at line 299 of file qos_record.c.

u32 l2_qos_input_next[QOS_N_SOURCES][32]
static

Definition at line 26 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:333

(constructor) VLIB_CLI_COMMAND (qos_record_command)

Definition at line 382 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 25 of file qos_record.c.