linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: hns3: Add vf mtu support
@ 2018-11-18  3:19 Salil Mehta
  2018-11-18  3:19 ` [PATCH net-next 1/5] net: hns3: Support two vlan header when setting mtu Salil Mehta
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Salil Mehta @ 2018-11-18  3:19 UTC (permalink / raw)
  To: davem
  Cc: salil.mehta, yisen.zhuang, lipeng321, mehta.salil, netdev,
	linux-kernel, linuxarm

This patchset adds vf mtu support to HNS3 driver.

Yunsheng Lin (5):
  net: hns3: Support two vlan header when setting mtu
  net: hns3: Refactor mac mtu setting related functions
  net: hns3: Add vport alive state checking support
  net: hns3: Add mtu setting support for vf
  net: hns3: up/down netdev in hclge module when setting mtu

 .../net/ethernet/hisilicon/hns3/hclge_mbx.h   |   3 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   6 +
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  39 +++--
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   5 +-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 148 ++++++++++++++----
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  16 +-
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |  49 ++++++
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  76 ++++++++-
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |   2 +
 9 files changed, 295 insertions(+), 49 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-11-18  5:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18  3:19 [PATCH net-next 0/5] net: hns3: Add vf mtu support Salil Mehta
2018-11-18  3:19 ` [PATCH net-next 1/5] net: hns3: Support two vlan header when setting mtu Salil Mehta
2018-11-18  3:19 ` [PATCH net-next 2/5] net: hns3: Refactor mac mtu setting related functions Salil Mehta
2018-11-18  3:19 ` [PATCH net-next 3/5] net: hns3: Add vport alive state checking support Salil Mehta
2018-11-18  3:19 ` [PATCH net-next 4/5] net: hns3: Add mtu setting support for vf Salil Mehta
2018-11-18  3:19 ` [PATCH net-next 5/5] net: hns3: up/down netdev in hclge module when setting mtu Salil Mehta
2018-11-18  5:57 ` [PATCH net-next 0/5] net: hns3: Add vf mtu support David Miller

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