mbox series

[net,v1,0/3] hinic:BugFixes

Message ID 20200227063444.2143-1-luobin9@huawei.com
Headers show
Series hinic:BugFixes | expand

Message

Luo bin Feb. 27, 2020, 6:34 a.m. UTC
the bug fixed in patch #2 has been present since the first commit.
the bugs fixed in patch #1 and patch #3 have been present since the
following commits:
patch #1: 352f58b0d9f2 ("net-next/hinic: Set Rxq irq to specific cpu for NUMA")
patch #3: 421e9526288b ("hinic: add rss support")

Luo bin (3):
  hinic: fix a irq affinity bug
  hinic: fix a bug of setting hw_ioctxt
  hinic: fix a bug of rss configuration

 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c | 1 +
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h | 2 +-
 drivers/net/ethernet/huawei/hinic/hinic_hw_if.h  | 1 +
 drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h  | 1 +
 drivers/net/ethernet/huawei/hinic/hinic_main.c   | 3 ++-
 drivers/net/ethernet/huawei/hinic/hinic_rx.c     | 5 ++---
 6 files changed, 8 insertions(+), 5 deletions(-)

Comments

David Miller Feb. 27, 2020, 7:08 p.m. UTC | #1
From: Luo bin <luobin9@huawei.com>
Date: Thu, 27 Feb 2020 06:34:41 +0000

> the bug fixed in patch #2 has been present since the first commit.
> the bugs fixed in patch #1 and patch #3 have been present since the
> following commits:
> patch #1: 352f58b0d9f2 ("net-next/hinic: Set Rxq irq to specific cpu for NUMA")
> patch #3: 421e9526288b ("hinic: add rss support")

Series applied and queued up for -stable, thanks.