mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net: hns3: add some new feature
@ 2019-10-08  1:20 Huazhong Tan
  2019-10-08  1:20 ` [PATCH net-next 1/6] net: hns3: add support for setting VF link status on the host Huazhong Tan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Huazhong Tan @ 2019-10-08  1:20 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm

This patch-set includes some new features for the HNS3 ethernet
controller driver.

[patch 01/06] adds support for configuring VF link status on the host.

[patch 02/06] adds support for configuring VF spoof check.

[patch 03/06] adds support for configuring VF trust.

[patch 04/06] adds support for configuring VF bandwidth on the host.

[patch 05/06] adds support for configuring VF MAC on the host.

[patch 06/06] adds support for tx-scatter-gather-fraglist.

Huazhong Tan (1):
  net: hns3: add support for configuring VF MAC from the host

Jian Shen (2):
  net: hns3: add support for spoof check setting
  net: hns3: add support for setting VF trust

Yonglong Liu (1):
  net: hns3: add support for configuring bandwidth of VF on the host

Yufeng Mo (1):
  net: hns3: add support for setting VF link status on the host

Yunsheng Lin (1):
  net: hns3: support tx-scatter-gather-fraglist feature

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h    |   1 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  23 ++
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 355 ++++++++++++-----
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |  12 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   5 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c |  79 ++++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 434 ++++++++++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  17 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c |  85 +++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  43 ++
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |   8 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  64 +--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  12 +
 14 files changed, 986 insertions(+), 153 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-10-09  0:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  1:20 [PATCH net-next 0/6] net: hns3: add some new feature Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 1/6] net: hns3: add support for setting VF link status on the host Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 2/6] net: hns3: add support for spoof check setting Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 3/6] net: hns3: add support for setting VF trust Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 4/6] net: hns3: add support for configuring bandwidth of VF on the host Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 5/6] net: hns3: add support for configuring VF MAC from " Huazhong Tan
2019-10-08  1:20 ` [PATCH net-next 6/6] net: hns3: support tx-scatter-gather-fraglist feature Huazhong Tan
2019-10-09  0:28 ` [PATCH net-next 0/6] net: hns3: add some new feature Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®