netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] Bug fixes & Code improvements in HNS driver
@ 2017-08-31 13:39 Lipeng
  2017-08-31 13:39 ` [PATCH net-next 1/8] net: hns3: add check when initialize Lipeng
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Lipeng @ 2017-08-31 13:39 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linuxarm, yisen.zhuang, salil.mehta,
	lipeng321

This patch-set introduces some bug fixes and code improvements.
These have been identified during internal review or testing of
the driver by internal Hisilicon teams.

Lipeng (8):
  net: hns3: add check when initialize
  net: hns3: update ring and vector map command
  net: hns3: set default mac vlan mask
  net: hns3: set default vlan id to PF
  net: hns3: set the VLAN Ethernet type to HW
  net: hns3: fix bug of reuse command description
  net: hns3: add vlan filter config of Ports
  net: hns3: reimplemmentation of pkt buffer allocation

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   5 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |   9 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  64 ++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 613 +++++++++++++--------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  16 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  84 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |   9 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c |   9 +
 8 files changed, 541 insertions(+), 268 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-08-31 21:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 13:39 [PATCH net-next 0/8] Bug fixes & Code improvements in HNS driver Lipeng
2017-08-31 13:39 ` [PATCH net-next 1/8] net: hns3: add check when initialize Lipeng
2017-08-31 13:39 ` [PATCH net-next 2/8] net: hns3: update ring and vector map command Lipeng
2017-08-31 13:39 ` [PATCH net-next 3/8] net: hns3: set default mac vlan mask Lipeng
2017-08-31 13:39 ` [PATCH net-next 4/8] net: hns3: set default vlan id to PF Lipeng
2017-08-31 13:39 ` [PATCH net-next 5/8] net: hns3: set the VLAN Ethernet type to HW Lipeng
2017-08-31 13:39 ` [PATCH net-next 6/8] net: hns3: fix bug of reuse command description Lipeng
2017-08-31 13:39 ` [PATCH net-next 7/8] net: hns3: add vlan filter config of Ports Lipeng
2017-08-31 21:38   ` David Miller
2017-08-31 13:39 ` [PATCH net-next 8/8] net: hns3: reimplemmentation of pkt buffer allocation Lipeng

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