DPDK
18.05.1
|
#include <rte_eth_bond_private.h>
Data Fields | |
uint16_t | slaves [RTE_MAX_ETHPORTS] |
uint16_t | slave_count |
Bonded slave devices structure
Definition at line 74 of file rte_eth_bond_private.h.
uint16_t slaves[RTE_MAX_ETHPORTS] |
Slave port id array
Definition at line 75 of file rte_eth_bond_private.h.
uint16_t slave_count |
Number of slaves
Definition at line 76 of file rte_eth_bond_private.h.