47 s =
format (s,
"GENEVE encap to geneve_tunnel%d vni %d",
55 u32 next_index = va_arg (*args,
u32);
59 case GENEVE_INPUT_NEXT_DROP:
61 case GENEVE_INPUT_NEXT_L2_INPUT:
64 return format (s,
"index %d", next_index);
75 s =
format (s,
"[%d] lcl %U rmt %U vni %d fib-idx %d sw-if-idx %d ",
93 u32 dev_instance = va_arg (*args,
u32);
94 return format (s,
"geneve_tunnel%d", dev_instance);
119 u32 dev_instance = va_arg (*args,
u32);
120 s =
format (s,
"unimplemented dev %u", dev_instance);
203 #define foreach_copy_field \ 205 _(mcast_sw_if_index) \ 207 _(decap_next_index) \ 216 ip4_geneve_header_t *h4;
217 ip6_geneve_header_t *h6;
222 int len = is_ip6 ?
sizeof *r.h6 :
sizeof *r.h4;
223 #if SUPPORT_OPTIONS_HEADER==1 224 len += t->options_len;
235 udp = &r.h4->udp, geneve = &r.h4->geneve;
249 udp = &r.h6->udp, geneve = &r.h6->geneve;
251 clib_host_to_net_u32 (6 << 28);
260 udp->
src_port = clib_host_to_net_u16 (5251);
261 udp->
dst_port = clib_host_to_net_u16 (UDP_DST_PORT_geneve);
265 #if SUPPORT_OPTIONS_HEADER==1 284 u32 decap_next_index)
332 static inline mcast_shared_t
333 mcast_shared_get (ip46_address_t * ip)
338 return (mcast_shared_t)
347 mcast_shared_t new_ep = {
348 .mcast_adj_index = ai,
349 .mfib_entry_index = mfei,
358 mcast_shared_t ep = mcast_shared_get (remote);
373 u32 hw_if_index = ~0;
376 geneve4_tunnel_key_t key4;
377 geneve6_tunnel_key_t key6;
382 key4.remote = a->
remote.ip4.as_u32;
389 key6.remote = a->
remote.ip6;
401 return VNET_API_ERROR_TUNNEL_EXIST;
407 return VNET_API_ERROR_INVALID_DECAP_NEXT;
413 #define _(x) t->x = a->x; 460 (vnm, geneve_device_class.index, t - vxm->
tunnels,
461 geneve_hw_class.index, t - vxm->
tunnels);
466 u32 encap_index = !is_ip6 ?
525 .frp_sw_if_index = 0xffffffff,
532 .fp_len = (is_ip6 ? 128 : 32),
533 .fp_grp_addr = tun_remote_pfx.
fp_addr,
568 mcast_shared_t ep = mcast_shared_get (&t->
remote);
586 return VNET_API_ERROR_NO_SUCH_ENTRY;
643 u32 *result = va_arg (*args,
u32 *);
644 u32 ipv4_set = va_arg (*args,
int);
651 *result = GENEVE_INPUT_NEXT_L2_INPUT;
654 else if (
unformat (input,
"%d", &tmp))
667 ip46_address_t local, remote;
674 u32 encap_fib_index = 0;
676 u32 decap_next_index = GENEVE_INPUT_NEXT_L2_INPUT;
681 u32 tunnel_sw_if_index;
698 else if (
unformat (line_input,
"local %U",
704 else if (
unformat (line_input,
"remote %U",
710 else if (
unformat (line_input,
"local %U",
716 else if (
unformat (line_input,
"remote %U",
722 else if (
unformat (line_input,
"group %U %U",
727 grp_set = remote_set = 1;
730 else if (
unformat (line_input,
"group %U %U",
735 grp_set = remote_set = 1;
738 else if (
unformat (line_input,
"encap-vrf-id %d", &tmp))
741 if (encap_fib_index == ~0)
749 &decap_next_index, ipv4_set))
751 else if (
unformat (line_input,
"vni %d", &vni))
791 if (grp_set && mcast_sw_if_index == ~0)
797 if (ipv4_set && ipv6_set)
810 if (decap_next_index == ~0)
827 #define _(x) a->x = x; 841 case VNET_API_ERROR_TUNNEL_EXIST:
845 case VNET_API_ERROR_NO_SUCH_ENTRY:
851 (0,
"vnet_geneve_add_del_tunnel returned %d", rv);
883 .path =
"create geneve tunnel",
885 "create geneve tunnel local <local-vtep-addr>" 886 " {remote <remote-vtep-addr>|group <mcast-vtep-addr> <intf-name>} vni <nn>" 887 " [encap-vrf-id <nn>] [decap-next [l2|node <name>]] [del]",
905 vlib_cli_output (vm,
"%U",
906 format_geneve_tunnel, t);
924 .path =
"show geneve tunnel",
925 .short_help =
"show geneve tunnel",
936 sw_if_index, is_enable, 0, 0);
939 sw_if_index, is_enable, 0, 0);
963 else if (
unformat (line_input,
"del"))
972 if (~0 == sw_if_index)
1038 .path =
"set interface ip geneve-bypass",
1040 .short_help =
"set interface ip geneve-bypass <interface> [del]",
1095 .path =
"set interface ip6 geneve-bypass",
1097 .short_help =
"set interface ip geneve-bypass <interface> [del]",
1111 sizeof (geneve6_tunnel_key_t),
1115 sizeof (ip46_address_t),
1116 sizeof (mcast_shared_t));
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
void vnet_set_interface_output_node(vnet_main_t *vnm, u32 hw_if_index, u32 node_index)
Set interface output node - for interface registered without its output/tx nodes created because its ...
static void vnet_geneve_hdr_1word_hton(geneve_header_t *h)
static clib_error_t * set_ip6_geneve_bypass(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
void dpo_stack_from_node(u32 child_node_index, dpo_id_t *dpo, const dpo_id_t *parent)
Stack one DPO object on another, and thus establish a child parent relationship.
Recursive resolution source.
Contribute an object that is to be used to forward IP6 packets.
#define hash_set(h, key, value)
l2_input_config_t * configs
static u8 * format_geneve_header_with_length(u8 *s, va_list *args)
#define hash_unset(h, key)
A representation of a path as described by a route producer.
vnet_main_t * vnet_get_main(void)
typedef CLIB_PACKED(union { struct { fib_node_index_t mfib_entry_index;adj_index_t mcast_adj_index;};u64 as_u64;})
static void mcast_shared_add(ip46_address_t *remote, fib_node_index_t mfei, adj_index_t ai)
vnet_interface_main_t interface_main
void fib_node_init(fib_node_t *node, fib_node_type_t type)
u32 * free_geneve_tunnel_hw_if_indices
u32 fib_entry_child_add(fib_node_index_t fib_entry_index, fib_node_type_t child_type, fib_node_index_t child_index)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
fib_node_t node
Linkage into the FIB object graph.
enum fib_node_back_walk_rc_t_ fib_node_back_walk_rc_t
Return code from a back walk function.
void fib_entry_contribute_forwarding(fib_node_index_t fib_entry_index, fib_forward_chain_type_t fct, dpo_id_t *dpo)
static vnet_hw_interface_t * vnet_get_hw_interface(vnet_main_t *vnm, u32 hw_if_index)
void fib_entry_child_remove(fib_node_index_t fib_entry_index, u32 sibling_index)
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
#define foreach_copy_field
static geneve_tunnel_t * geneve_tunnel_from_fib_node(fib_node_t *node)
Contribute an object that is to be used to forward IP4 packets.
static clib_error_t * geneve_add_del_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define STRUCT_OFFSET_OF(t, f)
void fib_node_deinit(fib_node_t *node)
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
dpo_proto_t frp_proto
The protocol of the address below.
unformat_function_t unformat_vnet_sw_interface
static uword vtep_addr_ref(ip46_address_t *ip)
#define vec_validate_aligned(V, I, A)
Make sure vector is long enough for given index (no header, specified alignment)
int vnet_geneve_add_del_tunnel(vnet_geneve_add_del_tunnel_args_t *a, u32 *sw_if_indexp)
u32 * tunnel_index_by_sw_if_index
vlib_node_registration_t geneve6_encap_node
(constructor) VLIB_REGISTER_NODE (geneve6_encap_node)
u8 * format_geneve_encap_trace(u8 *s, va_list *args)
#define ip46_address_cmp(ip46_1, ip46_2)
format_function_t format_vnet_sw_if_index_name
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
geneve_tunnel_t * tunnels
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
static uword ip46_address_is_multicast(const ip46_address_t *a)
void fib_node_register_type(fib_node_type_t type, const fib_node_vft_t *vft)
fib_node_register_type
static clib_error_t * show_geneve_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
VNET_HW_INTERFACE_CLASS(geneve_hw_class)
vnet_flood_class_t flood_class
clib_error_t * geneve_init(vlib_main_t *vm)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
u32 frp_sw_if_index
The interface.
static fib_node_back_walk_rc_t geneve_tunnel_back_walk(fib_node_t *node, fib_node_back_walk_ctx_t *ctx)
Function definition to backwalk a FIB node - Here we will restack the new dpo of GENEVE DIP to encap ...
#define VLIB_INIT_FUNCTION(x)
static void vnet_set_geneve_oamframe_bit(geneve_header_t *h, u8 oam)
void mfib_table_entry_delete_index(fib_node_index_t mfib_entry_index, mfib_source_t source)
Delete a FIB entry.
vlib_combined_counter_main_t * combined_sw_if_counters
Aggregrate type for a prefix.
#define clib_error_return(e, args...)
static void vnet_set_geneve_options_len(geneve_header_t *h, u8 len)
fib_node_index_t mfib_table_entry_path_update(u32 fib_index, const mfib_prefix_t *prefix, mfib_source_t source, const fib_route_path_t *rpath, mfib_itf_flags_t itf_flags)
Add n paths to an entry (aka route) in the FIB.
void adj_unlock(adj_index_t adj_index)
Release a reference counting lock on the adjacency.
static clib_error_t * set_ip_geneve_bypass(u32 is_ip6, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 fib_table_find(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
u32 vnet_register_interface(vnet_main_t *vnm, u32 dev_class_index, u32 dev_instance, u32 hw_class_index, u32 hw_instance)
static void vnet_set_geneve_vni(geneve_header_t *h, u32 vni)
#define GENEVE_ETH_PROTOCOL
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
#define hash_create_mem(elts, key_bytes, value_bytes)
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
static void vlib_zero_combined_counter(vlib_combined_counter_main_t *cm, u32 index)
Clear a combined counter Clears the set of per-thread counters.
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
static clib_error_t * set_ip4_geneve_bypass(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u8 * format_geneve_tunnel(u8 *s, va_list *args)
#define pool_put(P, E)
Free an object E in pool P.
static void vnet_set_geneve_version(geneve_header_t *h, u8 version)
vnet_sw_interface_flags_t flags
static u8 * format_geneve_name(u8 *s, va_list *args)
vlib_simple_counter_main_t * sw_if_counters
static void vnet_set_geneve_protocol(geneve_header_t *h, u16 protocol)
fib_node_type_t fn_type
The node's type.
An node in the FIB graph.
static void geneve_tunnel_last_lock_gone(fib_node_t *node)
Function definition to inform the FIB node that its last lock has gone.
#define ip46_address_is_ip4(ip46)
#define pool_get_aligned(P, E, A)
Allocate an object E from a pool P with alignment A.
fib_node_index_t fib_table_entry_special_add(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, fib_entry_flag_t flags)
Add a 'special' entry to the FIB.
vlib_node_registration_t geneve4_input_node
(constructor) VLIB_REGISTER_NODE (geneve4_input_node)
void fib_table_entry_delete_index(fib_node_index_t fib_entry_index, fib_source_t source)
Delete a FIB entry.
#define vec_free(V)
Free vector's memory (no header).
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
static void vnet_interface_counter_unlock(vnet_interface_main_t *im)
u32 fib_node_index_t
A typedef of a node index.
u32 adj_index_t
An index for adjacencies.
void fib_prefix_from_ip46_addr(const ip46_address_t *addr, fib_prefix_t *pfx)
Host prefix from ip.
void dpo_set(dpo_id_t *dpo, dpo_type_t type, dpo_proto_t proto, index_t index)
Set/create a DPO ID The DPO will be locked.
uword * geneve4_tunnel_by_key
Aggregrate type for a prefix.
u8 * default_build_rewrite(vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_address)
Return a complete, zero-length (aka dummy) rewrite.
Context passed between object during a back walk.
#define VLIB_CLI_COMMAND(x,...)
static void vnet_interface_counter_lock(vnet_interface_main_t *im)
VNET_DEVICE_CLASS(geneve_device_class, static)
enum fib_forward_chain_type_t_ fib_forward_chain_type_t
FIB output chain type.
static fib_node_t * geneve_tunnel_fib_node_get(fib_node_index_t index)
Function definition to get a FIB node from its index.
fib_route_path_flags_t frp_flags
flags on the path
static void geneve_tunnel_restack_dpo(geneve_tunnel_t *t)
static void vlib_zero_simple_counter(vlib_simple_counter_main_t *cm, u32 index)
Clear a simple counter Clears the set of per-thread u16 counters, and the u64 counter.
u32 sibling_index
The tunnel is a child of the FIB entry for its desintion.
dpo_proto_t fib_proto_to_dpo(fib_protocol_t fib_proto)
static int geneve_rewrite(geneve_tunnel_t *t, bool is_ip6)
static void vnet_set_geneve_critical_bit(geneve_header_t *h, u8 critical_opts)
static clib_error_t * geneve_interface_admin_up_down(vnet_main_t *vnm, u32 hw_if_index, u32 flags)
fib_protocol_t fp_proto
protocol type
index_t dpoi_index
the index of objects of that type
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
static fib_protocol_t fib_ip_proto(bool is_ip6)
Convert from boolean is_ip6 to FIB protocol.
clib_error_t * vnet_hw_interface_set_flags(vnet_main_t *vnm, u32 hw_if_index, vnet_hw_interface_flags_t flags)
uword * geneve6_tunnel_by_key
static void hash_set_mem_alloc(uword **h, void *key, uword v)
fib_node_index_t fib_entry_index
#define DPO_INVALID
An initialiser for DPOs declared on the stack.
static uword get_decap_next_for_node(u32 node_index, u32 ipv4_set)
static void mcast_shared_remove(ip46_address_t *remote)
unformat_function_t unformat_vlib_node
#define hash_get_mem(h, key)
static void hash_unset_mem_free(uword **h, void *key)
A FIB graph nodes virtual function table.
vlib_node_registration_t geneve6_input_node
(constructor) VLIB_REGISTER_NODE (geneve6_input_node)
static u8 * format_decap_next(u8 *s, va_list *args)
clib_error_t * vnet_sw_interface_set_flags(vnet_main_t *vnm, u32 sw_if_index, vnet_sw_interface_flags_t flags)
geneve_main_t geneve_main
adj_index_t adj_mcast_add_or_lock(fib_protocol_t proto, vnet_link_t link_type, u32 sw_if_index)
Mcast Adjacency.
static bool geneve_decap_next_is_valid(geneve_main_t *vxm, u32 is_ip6, u32 decap_next_index)
static uword unformat_decap_next(unformat_input_t *input, va_list *args)
void dpo_reset(dpo_id_t *dpo)
reset a DPO ID The DPO will be unlocked.
vlib_node_registration_t geneve4_encap_node
(constructor) VLIB_REGISTER_NODE (geneve4_encap_node)
vnet_link_t fib_proto_to_link(fib_protocol_t proto)
Convert from a protocol to a link type.
static uword vtep_addr_unref(ip46_address_t *ip)
void udp_register_dst_port(vlib_main_t *vm, udp_dst_port_t dst_port, u32 node_index, u8 is_ip4)
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
#define CLIB_CACHE_LINE_BYTES
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
static u16 ip4_header_checksum(ip4_header_t *i)
const ip46_address_t zero_addr
int vnet_feature_enable_disable(const char *arc_name, const char *node_name, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)
void vnet_int_geneve_bypass_mode(u32 sw_if_index, u8 is_ip6, u8 is_enable)
static uword pool_elts(void *v)
Number of active elements in a pool.