From: Michael Chan <michael.chan@broadcom.com> Date: 2021-05-15 07:25:28
The first one fixes a bug to properly identify some recently added HyperV
device IDs. The second one fixes device context memory set up on systems
with 64K page size.
Please queue these for -stable as well. Thanks.
Andy Gospodarek (1):
bnxt_en: Include new P5 HV definition in VF check.
Michael Chan (1):
bnxt_en: Fix context memory setup for 64K page size.
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 12 +++---------
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 10 ++++++++++
2 files changed, 13 insertions(+), 9 deletions(-)
--
2.18.1
From: Michael Chan <michael.chan@broadcom.com> Date: 2021-05-15 07:25:37
There was a typo in the code that checks for 64K BNXT_PAGE_SHIFT in
bnxt_hwrm_set_pg_attr(). Fix it and make the code more understandable
with a new macro BNXT_SET_CTX_PAGE_ATTR().
Fixes: 1b9394e5a2ad ("bnxt_en: Configure context memory on new devices.")
Reviewed-by: Edwin Peer <redacted>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
---
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 9 +--------
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 10 ++++++++++
2 files changed, 11 insertions(+), 8 deletions(-)
From: Michael Chan <michael.chan@broadcom.com> Date: 2021-05-15 07:25:37
From: Andy Gospodarek <redacted>
Otherwise, some of the recently added HyperV VF IDs would not be
recognized as VF devices and they would not initialize properly.
Fixes: 7fbf359bb2c1 ("bnxt_en: Add PCI IDs for Hyper-V VF devices.")
Reviewed-by: Edwin Peer <redacted>
Signed-off-by: Andy Gospodarek <redacted>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
---
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Sat, 15 May 2021 03:25:17 -0400 you wrote:
The first one fixes a bug to properly identify some recently added HyperV
device IDs. The second one fixes device context memory set up on systems
with 64K page size.
Please queue these for -stable as well. Thanks.
Andy Gospodarek (1):
bnxt_en: Include new P5 HV definition in VF check.
[...]