mbox series

[Focal,Pull] Update Hisilicon drivers to v5.6

Message ID e6e5894b-a793-dd37-df32-7ea66801d2b0@canonical.com
State New
Headers show
Series [Focal,Pull] Update Hisilicon drivers to v5.6 | expand

Pull-request

git://kernel.ubuntu.com/ikepanhc/public.git lp1867587

Message

Ike Panhc March 31, 2020, 3:36 a.m. UTC
Hi,

Here are hisilicon driver updates for ethernet and scsi. All patches
clean cherry-picked from upstream and tested.

The following changes since commit 1a1a1302072096b10e2b8b54887d7fff64c6dada:

  PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control (2020-03-30 22:07:22 -0400)

are available in the Git repository at:

  git://kernel.ubuntu.com/ikepanhc/public.git lp1867587

for you to fetch changes up to 3860da67a1df1b71632612cc17b596dd58802d39:

  net: hns3: clear port base VLAN when unload PF (2020-03-31 11:30:53 +0800)

----------------------------------------------------------------
Jian Shen (3):
      net: hns3: fix VF VLAN table entries inconsistent issue
      net: hns3: fix RMW issue for VLAN filter switch
      net: hns3: clear port base VLAN when unload PF

John Garry (1):
      scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask

Luo Jiaxing (3):
      scsi: hisi_sas: Replace magic number when handle channel interrupt
      scsi: hisi_sas: Modify the file permissions of trigger_dump to write only
      scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinity

Xiang Chen (2):
      scsi: hisi_sas: use threaded irq to process CQ interrupts
      scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/spin_unlock

Yonglong Liu (1):
      net: hns3: fix "tc qdisc del" failed issue

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h           |  1 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c           |  2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c   | 43 +++++++++++++++++++++++++++---
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c    |  1 +
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c |  3 +++
 drivers/scsi/hisi_sas/hisi_sas.h                          |  6 ++---
 drivers/scsi/hisi_sas/hisi_sas_main.c                     | 74 +++++++++++++++++++++++----------------------------
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c                    | 38 +++++++++++---------------
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c                    | 54 ++++++++++++++++++++++---------------
 9 files changed, 129 insertions(+), 93 deletions(-)

Comments

Seth Forshee April 2, 2020, 8:32 p.m. UTC | #1
On Tue, Mar 31, 2020 at 11:36:15AM +0800, Ike Panhc wrote:
> Hi,
> 
> Here are hisilicon driver updates for ethernet and scsi. All patches
> clean cherry-picked from upstream and tested.
> 
> The following changes since commit 1a1a1302072096b10e2b8b54887d7fff64c6dada:
> 
>   PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control (2020-03-30 22:07:22 -0400)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ikepanhc/public.git lp1867587
> 
> for you to fetch changes up to 3860da67a1df1b71632612cc17b596dd58802d39:
> 
>   net: hns3: clear port base VLAN when unload PF (2020-03-31 11:30:53 +0800)

Applied to focal/master-next, thanks!