All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: hns3: updates for -next
@ 2021-04-13  6:16 Huazhong Tan
  2021-04-13  6:17 ` [PATCH net-next 1/2] net: hns3: PF add support for pushing link status to VFs Huazhong Tan
  2021-04-13  6:17 ` [PATCH net-next 2/2] net: hns3: VF not request link status when PF support push link status feature Huazhong Tan
  0 siblings, 2 replies; 9+ messages in thread
From: Huazhong Tan @ 2021-04-13  6:16 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm,
	linuxarm, Huazhong Tan

This series adds support for pushing link status to VFs for
the HNS3 ethernet driver.

Guangbin Huang (2):
  net: hns3: PF add support for pushing link status to VFs
  net: hns3: VF not request link status when PF support push link status
    feature

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h    |  3 ++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 35 +++++++++++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 12 ++++----
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  8 +++--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  6 ++++
 7 files changed, 55 insertions(+), 11 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-04-15  2:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13  6:16 [PATCH net-next 0/2] net: hns3: updates for -next Huazhong Tan
2021-04-13  6:17 ` [PATCH net-next 1/2] net: hns3: PF add support for pushing link status to VFs Huazhong Tan
2021-04-13 17:18   ` Jakub Kicinski
2021-04-14  1:51     ` Huazhong Tan
2021-04-14 16:42       ` Jakub Kicinski
2021-04-15  1:11         ` Huazhong Tan
2021-04-15  1:53           ` Jakub Kicinski
2021-04-15  2:13             ` Huazhong Tan
2021-04-13  6:17 ` [PATCH net-next 2/2] net: hns3: VF not request link status when PF support push link status feature Huazhong Tan

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.