38 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, 89 u64 *copy_dst, *copy_src;
91 copy_dst = (
u64 *) dst;
92 copy_src = (
u64 *) src;
95 for (i = 0; i < n / 64; 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];
110 for (i = 0; i < 3; i++)
112 copy_dst[0] = copy_src[0];
113 copy_dst[1] = copy_src[1];
114 copy_dst[2] = copy_src[2];
115 copy_dst[3] = copy_src[3];
116 copy_dst[4] = copy_src[4];
117 copy_dst[5] = copy_src[5];
118 copy_dst[6] = copy_src[6];
119 copy_dst[7] = copy_src[7];
139 ip_version_and_header_length,
152 .name =
"vxlan-gpe-ioam-export",
153 .vector_size =
sizeof (
u32),
sll srl srl sll sra u16x4 i
static void vxlan_gpe_export_fixup_func(vlib_buffer_t *export_buf, vlib_buffer_t *pak_buf)
static uword vxlan_gpe_export_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
struct _vlib_node_registration vlib_node_registration_t
#define foreach_export_error
VXLAN GPE packet header structure.
static void copy3cachelines(void *dst, const void *src, size_t n)
vlib_node_registration_t vxlan_export_node
(constructor) VLIB_REGISTER_NODE (vxlan_export_node)
static char * export_error_strings[]
#define ioam_export_node_common(EM, VM, N, F, HTYPE, L, V, NEXT, FIXUP_FUNC)
ioam_export_main_t vxlan_gpe_ioam_export_main
#define DEFAULT_EXPORT_SIZE
vlib_node_registration_t export_node
(constructor) VLIB_REGISTER_NODE (export_node)
#define VLIB_REGISTER_NODE(x,...)
static void clib_mov64(u8 *dst, const u8 *src)
static u8 * format_export_trace(u8 *s, va_list *args)