Home
last modified time | relevance | path

Searched refs:bond_info (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c213 struct rte_eth_dev_info bond_info; in bond_8023ad_slow_pkt_hw_filter_supported() local
219 ret = rte_eth_dev_info_get(bond_dev->data->port_id, &bond_info); in bond_8023ad_slow_pkt_hw_filter_supported()
229 internals->mode4.dedicated_queues.rx_qid = bond_info.nb_rx_queues; in bond_8023ad_slow_pkt_hw_filter_supported()
230 internals->mode4.dedicated_queues.tx_qid = bond_info.nb_tx_queues; in bond_8023ad_slow_pkt_hw_filter_supported()