mbox series

[V2,net-next,0/3] Bug fixes & optimization for HNS3 Driver

Message ID 20180606130753.54428-1-salil.mehta@huawei.com
Headers show
Series Bug fixes & optimization for HNS3 Driver | expand

Message

Salil Mehta June 6, 2018, 1:07 p.m. UTC
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

Comments

David Miller June 6, 2018, 6:03 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Wed, 6 Jun 2018 14:07:50 +0100

> This patch-set presents miscellaneous bug fixes and an optimization

> for HNS3 driver

> 

> V1->V2:

> 	* Fixes the compilation break reported by David Miller & Kbuild


Series applied, hope this one builds better :)