linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] Bug fixes, snall modifications & cleanup for HNS3 driver
@ 2018-09-21 15:41 Salil Mehta
  2018-09-21 15:41 ` [PATCH net-next 01/12] net: hns3: Fix ets validate issue Salil Mehta
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Salil Mehta @ 2018-09-21 15:41 UTC (permalink / raw)
  To: davem
  Cc: salil.mehta, yisen.zhuang, lipeng321, mehta.salil, netdev,
	linux-kernel, linuxarm

This patch presents some bug fixes, small modifications and cleanups
to the HNS3 VF and PF driver.

Fuyun Liang (1):
  net: hns3: Fix speed/duplex information loss problem when executing
    ethtool ethx cmd of VF

Jian Shen (9):
  net: hns3: Fix ets validate issue
  net: hns3: Unify the type convert for desc.data
  net: hns3: Adjust prefix of tx/rx statistic names
  net: hns3: Fix tqp array traversal condition for vf
  net: hns3: Unify the prefix of vf functions
  net: hns3: Add handle for default case
  net: hns3: Add nic state check before calling netif_tx_wake_queue
  net: hns3: Add unlikely for dma_mapping_error check
  net: hns3: Remove print messages for error packet

Peng Li (2):
  net: hns3: Add get_media_type ops support for VF
  net: hns3: Remove redundant hclge_get_port_type()

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 13 ++--
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 83 +++++++++++++---------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c |  6 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 36 +++-------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  6 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  8 +--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 72 +++++++++++--------
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  1 +
 9 files changed, 120 insertions(+), 107 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2018-09-21 15:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21 15:41 [PATCH net-next 00/12] Bug fixes, snall modifications & cleanup for HNS3 driver Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 01/12] net: hns3: Fix ets validate issue Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 02/12] net: hns3: Unify the type convert for desc.data Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 03/12] net: hns3: Adjust prefix of tx/rx statistic names Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 04/12] net: hns3: Fix tqp array traversal condition for vf Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 05/12] net: hns3: Unify the prefix of vf functions Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 06/12] net: hns3: Add handle for default case Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 07/12] net: hns3: Add nic state check before calling netif_tx_wake_queue Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 08/12] net: hns3: Add unlikely for dma_mapping_error check Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 09/12] net: hns3: Remove print messages for error packet Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 10/12] net: hns3: Add get_media_type ops support for VF Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 11/12] net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VF Salil Mehta
2018-09-21 15:41 ` [PATCH net-next 12/12] net: hns3: Remove redundant hclge_get_port_type() Salil Mehta

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).