FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
adj_mcast.c File Reference
+ Include dependency graph for adj_mcast.c:

Go to the source code of this file.

Functions

static u32 adj_get_mcast_node (fib_protocol_t proto)
 
adj_index_t adj_mcast_add_or_lock (fib_protocol_t proto, vnet_link_t link_type, u32 sw_if_index)
 Mcast Adjacency. More...
 
void adj_mcast_update_rewrite (adj_index_t adj_index, u8 *rewrite)
 adj_mcast_update_rewrite More...
 
void adj_mcast_remove (fib_protocol_t proto, u32 sw_if_index)
 
static clib_error_tadj_mcast_interface_state_change (vnet_main_t *vnm, u32 sw_if_index, u32 flags)
 
 VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION (adj_mcast_interface_state_change)
 
static void adj_nbr_hw_sw_interface_state_change (vnet_main_t *vnm, u32 sw_if_index, void *arg)
 Invoked on each SW interface of a HW interface when the HW interface state changes. More...
 
static clib_error_tadj_mcast_hw_interface_state_change (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 Registered callback for HW interface state changes. More...
 
 VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (adj_mcast_hw_interface_state_change)
 
static clib_error_tadj_mcast_interface_delete (vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
 
 VNET_SW_INTERFACE_ADD_DEL_FUNCTION (adj_mcast_interface_delete)
 
u8format_adj_mcast (u8 *s, va_list *ap)
 Format/display a mcast adjacency. More...
 
static void adj_dpo_lock (dpo_id_t *dpo)
 
static void adj_dpo_unlock (dpo_id_t *dpo)
 
u32 adj_mcast_db_size (void)
 Return the size of the adj DB. More...
 
void adj_mcast_module_init (void)
 Module initialisation. More...
 

Variables

static adj_index_tadj_mcasts [FIB_PROTOCOL_MAX]
 
static const dpo_vft_t adj_mcast_dpo_vft
 
static const char *const adj_mcast_ip4_nodes []
 The per-protocol VLIB graph nodes that are assigned to a mcast object. More...
 
static const char *const adj_mcast_ip6_nodes []
 
static const char *const *const adj_mcast_nodes [DPO_PROTO_NUM]
 

Function Documentation

static void adj_dpo_lock ( dpo_id_t dpo)
static

Definition at line 272 of file adj_mcast.c.

+ Here is the call graph for this function:

static void adj_dpo_unlock ( dpo_id_t dpo)
static

Definition at line 277 of file adj_mcast.c.

+ Here is the call graph for this function:

static u32 adj_get_mcast_node ( fib_protocol_t  proto)
static

Definition at line 29 of file adj_mcast.c.

+ Here is the caller graph for this function:

adj_index_t adj_mcast_add_or_lock ( fib_protocol_t  proto,
vnet_link_t  link_type,
u32  sw_if_index 
)

Mcast Adjacency.

The multicast adjacency forwards IP traffic on an interface toward a multicast group address. This is a different type of adjacency to a unicast adjacency since the application of the MAC header is different, and so the VLIB node visited is also different. DPO types have different VLIB nodes.

Add (and lock) a new or lock an existing mcast adjacency

Parameters
protoThe protocol for the neighbours that we wish to mcast
link_typeA description of the protocol of the packets that will forward through this adj. On an ethernet interface this is the MAC header's ether-type
sw_if_indexThe interface on which to mcast

Definition at line 51 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 adj_mcast_db_size ( void  )

Return the size of the adj DB.

Get the sze of the mcast adj DB.

This is only for testing purposes so an efficient implementation is not needed

Definition at line 318 of file adj_mcast.c.

static clib_error_t* adj_mcast_hw_interface_state_change ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags 
)
static

Registered callback for HW interface state changes.

Definition at line 182 of file adj_mcast.c.

+ Here is the call graph for this function:

static clib_error_t* adj_mcast_interface_delete ( vnet_main_t vnm,
u32  sw_if_index,
u32  is_add 
)
static

Definition at line 206 of file adj_mcast.c.

+ Here is the call graph for this function:

static clib_error_t* adj_mcast_interface_state_change ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags 
)
static

Definition at line 133 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void adj_mcast_module_init ( void  )

Module initialisation.

Definition at line 341 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void adj_mcast_remove ( fib_protocol_t  proto,
u32  sw_if_index 
)

Definition at line 124 of file adj_mcast.c.

+ Here is the caller graph for this function:

void adj_mcast_update_rewrite ( adj_index_t  adj_index,
u8 rewrite 
)

adj_mcast_update_rewrite

Update the rewrite string for an existing adjacecny.

Update the adjacency's rewrite string. A NULL string implies the rewirte is reset (i.e. when ARP/ND etnry is gone). NB: the adj being updated may be handling traffic in the DP.

Definition at line 102 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void adj_nbr_hw_sw_interface_state_change ( vnet_main_t vnm,
u32  sw_if_index,
void *  arg 
)
static

Invoked on each SW interface of a HW interface when the HW interface state changes.

Definition at line 171 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_adj_mcast ( u8 s,
va_list *  ap 
)

Format/display a mcast adjacency.

Definition at line 255 of file adj_mcast.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION ( adj_mcast_hw_interface_state_change  )

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADD_DEL_FUNCTION ( adj_mcast_interface_delete  )

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION ( adj_mcast_interface_state_change  )

+ Here is the caller graph for this function:

Variable Documentation

const dpo_vft_t adj_mcast_dpo_vft
static
Initial value:
= {
.dv_lock = adj_dpo_lock,
.dv_unlock = adj_dpo_unlock,
.dv_format = format_adj_mcast,
}
static void adj_dpo_lock(dpo_id_t *dpo)
Definition: adj_mcast.c:272
u8 * format_adj_mcast(u8 *s, va_list *ap)
Format/display a mcast adjacency.
Definition: adj_mcast.c:255
static void adj_dpo_unlock(dpo_id_t *dpo)
Definition: adj_mcast.c:277

Definition at line 282 of file adj_mcast.c.

const char* const adj_mcast_ip4_nodes[]
static
Initial value:
=
{
"ip4-rewrite-mcast",
}
#define NULL
Definition: clib.h:55

The per-protocol VLIB graph nodes that are assigned to a mcast object.

this means that these graph nodes are ones from which a mcast is the parent object in the DPO-graph.

Definition at line 295 of file adj_mcast.c.

const char* const adj_mcast_ip6_nodes[]
static
Initial value:
=
{
"ip6-rewrite-mcast",
}
#define NULL
Definition: clib.h:55

Definition at line 300 of file adj_mcast.c.

const char* const* const adj_mcast_nodes[DPO_PROTO_NUM]
static
Initial value:
=
{
}
static const char *const adj_mcast_ip6_nodes[]
Definition: adj_mcast.c:300
#define NULL
Definition: clib.h:55
static const char *const adj_mcast_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a mcast object.
Definition: adj_mcast.c:295

Definition at line 306 of file adj_mcast.c.

adj_index_t* adj_mcasts[FIB_PROTOCOL_MAX]
static

Definition at line 26 of file adj_mcast.c.