mbox series

[v2,0/2] fix RSS bugs

Message ID 20220406065701.27738-1-humin29@huawei.com (mailing list archive)
Headers
Series fix RSS bugs |

Message

humin (Q) April 6, 2022, 6:56 a.m. UTC
  This patch contains following patches:
ethdev: fix enabling RSS behavior inconsistent
net/hns3: remove unnecessary RSS switch

Huisong Li (2):
  ethdev: fix enabling RSS behavior inconsistent
  net/hns3: remove unnecessary RSS switch

 drivers/net/hns3/hns3_ethdev.c    |  2 --
 drivers/net/hns3/hns3_ethdev.h    |  1 -
 drivers/net/hns3/hns3_ethdev_vf.c |  2 --
 drivers/net/hns3/hns3_flow.c      |  1 -
 drivers/net/hns3/hns3_rss.c       |  3 ---
 lib/ethdev/rte_ethdev.c           | 15 +++++++++++++++
 6 files changed, 15 insertions(+), 9 deletions(-)
  

Comments

Ferruh Yigit May 12, 2022, 2:13 p.m. UTC | #1
On 4/6/2022 7:56 AM, Min Hu (Connor) wrote:
> This patch contains following patches:
> ethdev: fix enabling RSS behavior inconsistent
> net/hns3: remove unnecessary RSS switch
> 
> Huisong Li (2):
>    ethdev: fix enabling RSS behavior inconsistent
>    net/hns3: remove unnecessary RSS switch
> 

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