FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
bond_create_if_args_t Struct Reference
+ Collaboration diagram for bond_create_if_args_t:

Data Fields

u32 id
 
u8 hw_addr_set
 
u8 hw_addr [6]
 
u8 mode
 
u8 lb
 
u8 numa_only
 
u8 gso
 
u32 sw_if_index
 
int rv
 
clib_error_terror
 

Detailed Description

Definition at line 78 of file node.h.

Field Documentation

◆ error

clib_error_t* bond_create_if_args_t::error

Definition at line 90 of file node.h.

◆ gso

u8 bond_create_if_args_t::gso

Definition at line 86 of file node.h.

◆ hw_addr

u8 bond_create_if_args_t::hw_addr[6]

Definition at line 82 of file node.h.

◆ hw_addr_set

u8 bond_create_if_args_t::hw_addr_set

Definition at line 81 of file node.h.

◆ id

u32 bond_create_if_args_t::id

Definition at line 80 of file node.h.

◆ lb

u8 bond_create_if_args_t::lb

Definition at line 84 of file node.h.

◆ mode

u8 bond_create_if_args_t::mode

Definition at line 83 of file node.h.

◆ numa_only

u8 bond_create_if_args_t::numa_only

Definition at line 85 of file node.h.

◆ rv

int bond_create_if_args_t::rv

Definition at line 89 of file node.h.

◆ sw_if_index

u32 bond_create_if_args_t::sw_if_index

Definition at line 88 of file node.h.


The documentation for this struct was generated from the following file: