DPDK
18.11.11
|
#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 78 of file rte_eth_bond_private.h.
uint16_t slaves[RTE_MAX_ETHPORTS] |
Slave port id array
Definition at line 79 of file rte_eth_bond_private.h.
uint16_t slave_count |
Number of slaves
Definition at line 80 of file rte_eth_bond_private.h.