DPDK
17.11.10
|
#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 95 of file rte_eth_bond_private.h.
uint16_t slaves[RTE_MAX_ETHPORTS] |
Slave port id array
Definition at line 96 of file rte_eth_bond_private.h.
uint16_t slave_count |
Number of slaves
Definition at line 97 of file rte_eth_bond_private.h.