We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a093c79 commit 1056bf2Copy full SHA for 1056bf2
lib/ff_dpdk_if.c
@@ -576,6 +576,9 @@ init_port_start(void)
576
struct ff_port_cfg *pconf = &ff_global_cfg.dpdk.port_cfgs[u_port_id];
577
uint16_t nb_queues = pconf->nb_lcores;
578
579
+ if (pconf->nb_slaves > 0) {
580
+ rte_eth_bond_8023ad_dedicated_queues_enable(u_port_id);
581
+ }
582
for (j=0; j<=pconf->nb_slaves; j++) {
583
if (j < pconf->nb_slaves) {
584
port_id = pconf->slave_portid_list[j];
0 commit comments