[dpdk-dev] [PATCH 0/3] net/bonding: make dedicated queues work with mlx5

Martin Havlik xhavli56 at stud.fit.vutbr.cz
Tue Jun 22 11:25:27 CEST 2021


This patchset fixes the inability to use dedicated queues
on mlx5 PMD due to RTE Flow rule attempted creation prior to
starting the device.
Missing return value check and copy paste error near the rule
creation have also been fixed.

Cc: Chas Williams <chas3 at att.com>
Cc: "Min Hu (Connor)" <humin29 at huawei.com>
Cc: Declan Doherty <declan.doherty at intel.com>
Cc: Tomasz Kulasek <tomaszx.kulasek at intel.com>
Cc: Jan Viktorin <viktorin at cesnet.cz>

Martin Havlik (3):
  net/bonding: fix proper return value check and correct log message
  net/bonding: fix not checked return value
  net/bonding: start ethdev prior to setting 8023ad flow

 drivers/net/bonding/rte_eth_bond_pmd.c | 33 +++++++++++++++++++-------
 1 file changed, 25 insertions(+), 8 deletions(-)

-- 
2.27.0



More information about the dev mailing list