All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/3] Bug fixes & optimization for HNS3 Driver
@ 2018-06-06 13:07 Salil Mehta
  2018-06-06 13:07 ` [PATCH V2 net-next 1/3] net: hns3: Fix for VF mailbox cannot receiving PF response Salil Mehta
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Salil Mehta @ 2018-06-06 13:07 UTC (permalink / raw)
  To: davem
  Cc: salil.mehta, yisen.zhuang, lipeng321, mehta.salil, netdev,
	linux-kernel, linuxarm

This patch-set presents miscellaneous bug fixes and an optimization
for HNS3 driver

V1->V2:
	* Fixes the compilation break reported by David Miller & Kbuild

Xi Wang (3):
  net: hns3: Fix for VF mailbox cannot receiving PF response
  net: hns3: Fix for VF mailbox receiving unknown message
  net: hns3: Optimize PF CMDQ interrupt switching process

 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 13 ++++++++++++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  3 +++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   | 23 +++++++++++++++++++---
 3 files changed, 36 insertions(+), 3 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-06-06 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 13:07 [PATCH V2 net-next 0/3] Bug fixes & optimization for HNS3 Driver Salil Mehta
2018-06-06 13:07 ` [PATCH V2 net-next 1/3] net: hns3: Fix for VF mailbox cannot receiving PF response Salil Mehta
2018-06-06 13:07 ` [PATCH V2 net-next 2/3] net: hns3: Fix for VF mailbox receiving unknown message Salil Mehta
2018-06-06 13:07 ` [PATCH V2 net-next 3/3] net: hns3: Optimize PF CMDQ interrupt switching process Salil Mehta
2018-06-06 18:03 ` [PATCH V2 net-next 0/3] Bug fixes & optimization for HNS3 Driver David Miller

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.