All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: hns3: add support for TX push
@ 2021-06-22 11:11 ` Guangbin Huang
  0 siblings, 0 replies; 24+ messages in thread
From: Guangbin Huang @ 2021-06-22 11:11 UTC (permalink / raw)
  To: davem, kuba, catalin.marinas, will, maz, mark.rutland, dbrazdil, qperret
  Cc: netdev, linux-kernel, linux-arm-kernel, lipeng321, huangguangbin2

This series adds TX push support for the HNS3 ethernet driver.

Huazhong Tan (2):
  net: hns3: add support for TX push mode
  net: hns3: add ethtool priv-flag for TX push

Xiongfeng Wang (1):
  arm64: barrier: add DGH macros to control memory accesses merging

 arch/arm64/include/asm/assembler.h                 |  7 ++
 arch/arm64/include/asm/barrier.h                   |  1 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  2 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 86 +++++++++++++++++++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |  6 ++
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 21 +++++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  2 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 11 ++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  8 ++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  2 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 11 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  8 ++
 12 files changed, 156 insertions(+), 9 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-07-13  7:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 11:11 [PATCH net-next 0/3] net: hns3: add support for TX push Guangbin Huang
2021-06-22 11:11 ` Guangbin Huang
2021-06-22 11:11 ` [PATCH net-next 1/3] arm64: barrier: add DGH macros to control memory accesses merging Guangbin Huang
2021-06-22 11:11   ` Guangbin Huang
2021-06-22 12:16   ` Will Deacon
2021-06-22 12:16     ` Will Deacon
2021-06-22 12:32     ` Mark Rutland
2021-06-22 12:32       ` Mark Rutland
2021-06-24 14:18       ` huangguangbin (A)
2021-06-24 14:18         ` huangguangbin (A)
2021-06-24 13:38     ` huangguangbin (A)
2021-06-24 13:38       ` huangguangbin (A)
2021-06-29 11:11     ` Xiongfeng Wang
2021-06-29 11:11       ` Xiongfeng Wang
2021-07-13  7:27       ` Xiongfeng Wang
2021-07-13  7:27         ` Xiongfeng Wang
2021-06-22 11:11 ` [PATCH net-next 2/3] net: hns3: add support for TX push mode Guangbin Huang
2021-06-22 11:11   ` Guangbin Huang
2021-06-22 12:16   ` Will Deacon
2021-06-22 12:16     ` Will Deacon
2021-06-24 14:15     ` huangguangbin (A)
2021-06-24 14:15       ` huangguangbin (A)
2021-06-22 11:11 ` [PATCH net-next 3/3] net: hns3: add ethtool priv-flag for TX push Guangbin Huang
2021-06-22 11:11   ` Guangbin Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.