mbox

[0/3] net/bonding: make dedicated queues work with mlx5

Message ID 20210622092531.73112-1-xhavli56@stud.fit.vutbr.cz (mailing list archive)
Headers

Message

HavlĂ­k Martin June 22, 2021, 9:25 a.m. UTC
  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@att.com>
Cc: "Min Hu (Connor)" <humin29@huawei.com>
Cc: Declan Doherty <declan.doherty@intel.com>
Cc: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Cc: Jan Viktorin <viktorin@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(-)