mbox series

[0/2,Cosmic,SRU,Bionic] hns3: Query firmware for MSIX allocation info

Message ID 20180919182319.1630-1-dann.frazier@canonical.com
Headers show
Series hns3: Query firmware for MSIX allocation info | expand

Message

dann frazier Sept. 19, 2018, 6:23 p.m. UTC
Clean upstream cherry-picks.

BugLink: https://bugs.launchpad.net/bugs/1793221

Jian Shen (2):
  net: hns3: Fix MSIX allocation issue for VF
  net: hns3: Refine the MSIX allocation for PF

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  3 +-
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  2 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        |  8 +-
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  3 +-
 .../hisilicon/hns3/hns3vf/hclgevf_cmd.h       | 14 ++++
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 80 +++++++++++++++----
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  4 +-
 7 files changed, 94 insertions(+), 20 deletions(-)

Comments

Seth Forshee Sept. 20, 2018, 7:29 a.m. UTC | #1
On Wed, Sep 19, 2018 at 12:23:17PM -0600, dann frazier wrote:
> Clean upstream cherry-picks.
> 
> BugLink: https://bugs.launchpad.net/bugs/1793221

Acked-by: Seth Forshee <seth.forshee@canonical.com>

Applied to cosmic/master-next, thanks!
Kleber Sacilotto de Souza Sept. 27, 2018, 3:53 p.m. UTC | #2
On 09/19/18 20:23, dann frazier wrote:
> Clean upstream cherry-picks.
> 
> BugLink: https://bugs.launchpad.net/bugs/1793221
> 
> Jian Shen (2):
>   net: hns3: Fix MSIX allocation issue for VF
>   net: hns3: Refine the MSIX allocation for PF
> 
>  .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  3 +-
>  .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  2 +
>  .../hisilicon/hns3/hns3pf/hclge_main.c        |  8 +-
>  .../hisilicon/hns3/hns3pf/hclge_main.h        |  3 +-
>  .../hisilicon/hns3/hns3vf/hclgevf_cmd.h       | 14 ++++
>  .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 80 +++++++++++++++----
>  .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  4 +-
>  7 files changed, 94 insertions(+), 20 deletions(-)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Stefan Bader Oct. 1, 2018, 2:52 p.m. UTC | #3
On 19.09.2018 20:23, dann frazier wrote:
> Clean upstream cherry-picks.
> 
> BugLink: https://bugs.launchpad.net/bugs/1793221
> 
> Jian Shen (2):
>   net: hns3: Fix MSIX allocation issue for VF
>   net: hns3: Refine the MSIX allocation for PF
> 
>  .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  3 +-
>  .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  2 +
>  .../hisilicon/hns3/hns3pf/hclge_main.c        |  8 +-
>  .../hisilicon/hns3/hns3pf/hclge_main.h        |  3 +-
>  .../hisilicon/hns3/hns3vf/hclgevf_cmd.h       | 14 ++++
>  .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 80 +++++++++++++++----
>  .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  4 +-
>  7 files changed, 94 insertions(+), 20 deletions(-)
> 
Applied to bionic/master-next. Thanks.

-Stefan