|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
40 s =
format (s,
"EXPORT: flow_label %d, next index %d",
47 #define foreach_export_error \
48 _(RECORDED, "Packets recorded for export")
52 #define _(sym,str) EXPORT_ERROR_##sym,
59 #define _(sym,string) string,
74 u64 *copy_dst, *copy_src;
80 for (
i = 0;
i < n / 64;
i++)
82 copy_dst[0] = copy_src[0];
83 copy_dst[1] = copy_src[1];
84 copy_dst[2] = copy_src[2];
85 copy_dst[3] = copy_src[3];
86 copy_dst[4] = copy_src[4];
87 copy_dst[5] = copy_src[5];
88 copy_dst[6] = copy_src[6];
89 copy_dst[7] = copy_src[7];
95 for (
i = 0;
i < 3;
i++)
97 copy_dst[0] = copy_src[0];
98 copy_dst[1] = copy_src[1];
99 copy_dst[2] = copy_src[2];
100 copy_dst[3] = copy_src[3];
101 copy_dst[4] = copy_src[4];
102 copy_dst[5] = copy_src[5];
103 copy_dst[6] = copy_src[6];
104 copy_dst[7] = copy_src[7];
123 ip_version_and_header_length,
126 return frame->n_vectors;
136 .name =
"nsh-md2-ioam-export",
137 .vector_size =
sizeof (
u32),
@ EXPORT_NEXT_NSH_MD2_IOAM_INPUT
vlib_main_t vlib_node_runtime_t vlib_frame_t * frame
nat44_ei_hairpin_src_next_t next_index
static char * export_error_strings[]
static u8 * format_export_trace(u8 *s, va_list *args)
@ VLIB_NODE_TYPE_INTERNAL
vlib_main_t vlib_node_runtime_t * node
vlib_node_registration_t export_node
(constructor) VLIB_REGISTER_NODE (export_node)
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
#define ioam_export_node_common(EM, VM, N, F, HTYPE, L, V, NEXT, FIXUP_FUNC)
#define DEFAULT_EXPORT_SIZE
sll srl srl sll sra u16x4 i
#define foreach_export_error
vlib_node_registration_t nsh_md2_ioam_export_node
(constructor) VLIB_REGISTER_NODE (nsh_md2_ioam_export_node)
struct _vlib_node_registration vlib_node_registration_t
static void copy3cachelines(void *dst, const void *src, size_t n)
static uword nsh_md2_ioam_export_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
description fragment has unexpected format
ioam_export_main_t nsh_md2_ioam_export_main
static void nsh_md2_ioam_export_fixup_func(vlib_buffer_t *export_buf, vlib_buffer_t *pak_buf)
vl_api_fib_path_type_t type
VLIB buffer representation.
#define VLIB_REGISTER_NODE(x,...)