netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: hns3: add support for reset
@ 2017-11-01 14:47 Lipeng
  2017-11-01 14:47 ` [PATCH net-next 1/9] net: hns3: Refactor the mapping of tqp to vport Lipeng
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Lipeng @ 2017-11-01 14:47 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linuxarm, yisen.zhuang, salil.mehta,
	lipeng321

There are 4 reset types for HNS3 PF driver, include global reset,
core reset, IMP reset, PF reset.The core reset will reset all datapath
of all functions except IMP, MAC and PCI interface. Global reset is equal
with the core reset plus all MAC reset. IMP reset is caused by watchdog
timer expiration, the same range with core reset. PF reset will reset
whole physical function. 

This patchset adds reset support for hns3 driver and fix some related bugs.

Lipeng (2):
  net: hns3: Add timeout process in hns3_enet
  net: hns3: Add reset interface implementation in client

qumingguang (7):
  net: hns3: Refactor the mapping of tqp to vport
  net: hns3: Refactor mac_init function
  net: hns3: Refactor the initialization of command queue
  net: hns3: Add support for misc interrupt
  net: hns3: Add reset process in hclge_main
  net: hns3: Fix a misuse to devm_free_irq
  net: hns3: hns3:fix a bug about statistic counter in reset process

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  19 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  39 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  13 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 454 ++++++++++++++++++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  18 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c | 244 ++++++++++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.h |   2 +
 7 files changed, 750 insertions(+), 39 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-11-02  3:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 14:47 [PATCH net-next 0/9] net: hns3: add support for reset Lipeng
2017-11-01 14:47 ` [PATCH net-next 1/9] net: hns3: Refactor the mapping of tqp to vport Lipeng
2017-11-01 14:47 ` [PATCH net-next 2/9] net: hns3: Refactor mac_init function Lipeng
2017-11-01 14:47 ` [PATCH net-next 3/9] net: hns3: Refactor the initialization of command queue Lipeng
2017-11-02  3:31   ` Yunsheng Lin
2017-11-01 14:47 ` [PATCH net-next 4/9] net: hns3: Add support for misc interrupt Lipeng
2017-11-01 14:47 ` [PATCH net-next 5/9] net: hns3: Add reset process in hclge_main Lipeng
2017-11-01 14:47 ` [PATCH net-next 6/9] net: hns3: Add timeout process in hns3_enet Lipeng
2017-11-01 14:47 ` [PATCH net-next 7/9] net: hns3: Add reset interface implementation in client Lipeng
2017-11-01 14:47 ` [PATCH net-next 8/9] net: hns3: Fix a misuse to devm_free_irq Lipeng
2017-11-01 14:47 ` [PATCH net-next 9/9] net: hns3: hns3:fix a bug about statistic counter in reset process 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).