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

Go to the source code of this file.

Data Structures

struct  nsh_output_trace_t
 
struct  nsh_adj_incomplete_trace_t_
 A struct to hold tracing information for the NSH label imposition node. More...
 

Macros

#define foreach_nsh_output_next
 
#define foreach_nsh_adj_incomplete_next
 Next index values from the NSH incomplete adj node. More...
 

Typedefs

typedef enum nsh_midchain_next_t_ nsh_midchain_next_t
 
typedef struct nsh_adj_incomplete_trace_t_ nsh_adj_incomplete_trace_t
 A struct to hold tracing information for the NSH label imposition node. More...
 

Enumerations

enum  nsh_output_next_t { NSH_OUTPUT_N_NEXT }
 
enum  nsh_midchain_next_t_ { NSH_MIDCHAIN_NEXT_DROP }
 
enum  nsh_adj_incomplete_next_t { NSH_ADJ_INCOMPLETE_N_NEXT }
 

Functions

static u8format_nsh_output_trace (u8 *s, va_list *args)
 
static uword nsh_output_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, int is_midchain)
 
static uword nsh_eth_output (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static uword nsh_midchain (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
 VNET_FEATURE_INIT (nsh_interface_output, static)
 
 VNET_FEATURE_ARC_INIT (nsh_eth_output, static)
 
 VNET_FEATURE_INIT (nsh_eth_tx_drop, static)
 
static uword nsh_adj_incomplete (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 Graph node for incomplete NSH adjacency. More...
 
static u8format_nsh_adj_incomplete_trace (u8 *s, va_list *args)
 

Variables

vlib_node_registration_t nsh_eth_output_node
 (constructor) VLIB_REGISTER_NODE (nsh_eth_output_node) More...
 
vlib_node_registration_t nsh_midchain_node
 (constructor) VLIB_REGISTER_NODE (nsh_midchain_node) More...
 
vlib_node_registration_t nsh_adj_incomplete_node
 (constructor) VLIB_REGISTER_NODE (nsh_adj_incomplete_node) More...
 

Macro Definition Documentation

#define foreach_nsh_adj_incomplete_next
Value:
_(DROP, "error-drop") \
_(IP4, "ip4-arp") \
_(IP6, "ip6-discover-neighbor")
DROP
Definition: error.def:41
Definition: lisp_types.h:37
Definition: lisp_types.h:38

Next index values from the NSH incomplete adj node.

Definition at line 397 of file nsh_output.c.

#define foreach_nsh_output_next
Value:
_(DROP, "error-drop") \
_(INTERFACE, "interface-output" )
DROP
Definition: error.def:41

Definition at line 32 of file nsh_output.c.

Typedef Documentation

A struct to hold tracing information for the NSH label imposition node.

Enumeration Type Documentation

Enumerator
NSH_ADJ_INCOMPLETE_N_NEXT 

Definition at line 402 of file nsh_output.c.

Enumerator
NSH_MIDCHAIN_NEXT_DROP 

Definition at line 321 of file nsh_output.c.

Enumerator
NSH_OUTPUT_N_NEXT 

Definition at line 36 of file nsh_output.c.

Function Documentation

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

Definition at line 489 of file nsh_output.c.

+ Here is the call graph for this function:

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

Definition at line 44 of file nsh_output.c.

+ Here is the call graph for this function:

static uword nsh_adj_incomplete ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
inlinestatic

Graph node for incomplete NSH adjacency.

This node will push traffic to either the v4-arp or v6-nd node based on the next-hop proto of the adj. We pay a cost for this 'routing' node, but an incomplete adj is the exception case.

Definition at line 427 of file nsh_output.c.

+ Here is the call graph for this function:

static uword nsh_eth_output ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
inlinestatic

Definition at line 327 of file nsh_output.c.

+ Here is the call graph for this function:

static uword nsh_midchain ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
inlinestatic

Definition at line 352 of file nsh_output.c.

+ Here is the call graph for this function:

static uword nsh_output_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame,
int  is_midchain 
)
inlinestatic

Definition at line 63 of file nsh_output.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VNET_FEATURE_ARC_INIT ( nsh_eth_output  ,
static   
)
VNET_FEATURE_INIT ( nsh_interface_output  ,
static   
)
VNET_FEATURE_INIT ( nsh_eth_tx_drop  ,
static   
)

Variable Documentation

vlib_node_registration_t nsh_adj_incomplete_node
Initial value:
= {
.function = nsh_adj_incomplete,
.name = "nsh-adj-incomplete",
.vector_size = sizeof (u32),
.n_next_nodes = NSH_ADJ_INCOMPLETE_N_NEXT,
.next_nodes = {
#define _(s,n)
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_nsh_adj_incomplete_trace(u8 *s, va_list *args)
Definition: nsh_output.c:489
static uword nsh_adj_incomplete(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Graph node for incomplete NSH adjacency.
Definition: nsh_output.c:427
#define foreach_nsh_adj_incomplete_next
Next index values from the NSH incomplete adj node.
Definition: nsh_output.c:397

(constructor) VLIB_REGISTER_NODE (nsh_adj_incomplete_node)

Definition at line 505 of file nsh_output.c.

vlib_node_registration_t nsh_eth_output_node
Initial value:
= {
.function = nsh_eth_output,
.name = "nsh-eth-output",
.vector_size = sizeof (u32),
.n_next_nodes = NSH_OUTPUT_N_NEXT,
.next_nodes = {
#define _(s,n)
},
.format_trace = format_nsh_output_trace,
}
static uword nsh_eth_output(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: nsh_output.c:327
unsigned int u32
Definition: types.h:88
static u8 * format_nsh_output_trace(u8 *s, va_list *args)
Definition: nsh_output.c:44
#define foreach_nsh_output_next
Definition: nsh_output.c:32

(constructor) VLIB_REGISTER_NODE (nsh_eth_output_node)

Definition at line 334 of file nsh_output.c.

vlib_node_registration_t nsh_midchain_node
Initial value:
= {
.function = nsh_midchain,
.name = "nsh-midchain",
.vector_size = sizeof (u32),
.format_trace = format_nsh_output_trace,
.n_next_nodes = 1,
.next_nodes = {
[NSH_MIDCHAIN_NEXT_DROP] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
static u8 * format_nsh_output_trace(u8 *s, va_list *args)
Definition: nsh_output.c:44
static uword nsh_midchain(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Definition: nsh_output.c:352

(constructor) VLIB_REGISTER_NODE (nsh_midchain_node)

Definition at line 359 of file nsh_output.c.