Merge branch 'hns3-next' into net-next
Huazhong Tan says:
====================
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.
====================
Signed-off-by:
Jakub Kicinski <jakub.kicinski@netronome.com>
Showing
- drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h 1 addition, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
- drivers/net/ethernet/hisilicon/hns3/hnae3.h 23 additions, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hnae3.h
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 258 additions, 97 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3_enet.c
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 8 additions, 4 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3_enet.h
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 1 addition, 4 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 79 additions, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 417 additions, 17 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 14 additions, 3 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c 79 additions, 6 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c 43 additions, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c
- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h 8 additions, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h
- drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 42 additions, 22 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
- drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h 1 addition, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h
- drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c 12 additions, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
Please register or sign in to comment