mbox series

[0/2] Bugfixes for bonding

Message ID 20210922070913.59515-1-humin29@huawei.com (mailing list archive)
Headers
Series Bugfixes for bonding |

Message

humin (Q) Sept. 22, 2021, 7:09 a.m. UTC
  This patchset contains two bugfixes for bonding.

Chengchang Tang (2):
  net/bonding: fix dedicated queue mode in vector burst
  net/bonding: fix RSS key length

 drivers/net/bonding/rte_eth_bond_8023ad.c | 32 ++++++++++++-----
 drivers/net/bonding/rte_eth_bond_api.c    |  6 ++++
 drivers/net/bonding/rte_eth_bond_pmd.c    | 44 ++++++++++++++---------
 3 files changed, 56 insertions(+), 26 deletions(-)
  

Comments

Ferruh Yigit Oct. 8, 2021, 5:24 p.m. UTC | #1
On 9/22/2021 8:09 AM, Min Hu (Connor) wrote:
> This patchset contains two bugfixes for bonding.
> 
> Chengchang Tang (2):
>    net/bonding: fix dedicated queue mode in vector burst
>    net/bonding: fix RSS key length
> 

Series applied to dpdk-next-net/main, thanks.