netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next 0/6] fix some bugs for hns3 driver
@ 2018-03-08 11:41 Peng Li
  2018-03-08 11:41 ` [Patch net-next 1/6] net: hns3: VF should get the real rss_size instead of rss_size_max Peng Li
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Peng Li @ 2018-03-08 11:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linuxarm, salil.mehta, lipeng321

This patchset fix some bugs for hns3 driver.
[Patch 1/6 - Patch 3/6] fix bugs related about VF driver.
[Patch 3/6 - Patch 6/6] fix the bugs about ethtool_ops.set_channels.

Peng Li (6):
  net: hns3: VF should get the real rss_size instead of rss_size_max
  net: hns3: set the cmdq out_vld bit to 0 after used
  net: hns3: fix endian issue when PF get mbx message flag
  net: hns3: fix the queue id for tqp enable&&reset
  net: hns3: set the max ring num when alloc netdev
  net: hns3: add support for VF driver inner interface
    hclgevf_ops.get_tqps_and_rss_info

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 27 ++++++------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 50 +++++++++++-----------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 10 +++--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 10 +++++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  1 +
 5 files changed, 54 insertions(+), 44 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-08 16:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 11:41 [Patch net-next 0/6] fix some bugs for hns3 driver Peng Li
2018-03-08 11:41 ` [Patch net-next 1/6] net: hns3: VF should get the real rss_size instead of rss_size_max Peng Li
2018-03-08 11:41 ` [Patch net-next 2/6] net: hns3: set the cmdq out_vld bit to 0 after used Peng Li
2018-03-08 11:41 ` [Patch net-next 3/6] net: hns3: fix endian issue when PF get mbx message flag Peng Li
2018-03-08 11:41 ` [Patch net-next 4/6] net: hns3: fix the queue id for tqp enable&&reset Peng Li
2018-03-08 11:41 ` [Patch net-next 5/6] net: hns3: set the max ring num when alloc netdev Peng Li
2018-03-08 11:41 ` [Patch net-next 6/6] net: hns3: add support for VF driver inner interface hclgevf_ops.get_tqps_and_rss_info Peng Li
2018-03-08 16:24 ` [Patch net-next 0/6] fix some bugs for hns3 driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).