Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Michael Chan <michael.chan@broadcom.com> To: davem@davemloft.net Cc: netdev@vger.kernel.org Subject: [PATCH net 0/6] bnxt_en: bug fixes. Date: Fri, 13 Oct 2017 21:09:28 -0400 [thread overview] Message-ID: <1507943374-13308-1-git-send-email-michael.chan@broadcom.com> (raw) Various bug fixes for the VF/PF link change logic, VF resource checking, potential firmware response corruption on NVRAM and DCB parameters, and reading the wrong register for PCIe link speed on the VF. Michael Chan (4): bnxt_en: Improve VF/PF link change logic. bnxt_en: Don't use rtnl lock to protect link change logic in workqueue. bnxt_en: Fix VF resource checking. bnxt_en: Fix possible corrupted NVRAM parameters from firmware response. Sankar Patchineelam (1): bnxt_en: Fix possible corruption in DCB parameters from firmware. Vasundhara Volam (1): bnxt_en: Fix VF PCIe link speed and width logic. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 99 +++++++++++++++++------ drivers/net/ethernet/broadcom/bnxt/bnxt.h | 5 ++ drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c | 23 ++++-- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 8 +- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 11 ++- 5 files changed, 112 insertions(+), 34 deletions(-) -- 1.8.3.1
next reply other threads:[~2017-10-14 1:09 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-10-14 1:09 Michael Chan [this message] 2017-10-14 1:09 ` [PATCH net 1/6] bnxt_en: Improve VF/PF link change logic Michael Chan 2017-10-14 1:09 ` [PATCH net 2/6] bnxt_en: Don't use rtnl lock to protect link change logic in workqueue Michael Chan 2017-10-14 1:09 ` [PATCH net 3/6] bnxt_en: Fix VF PCIe link speed and width logic Michael Chan 2017-10-14 1:09 ` [PATCH net 4/6] bnxt_en: Fix VF resource checking Michael Chan 2017-10-14 1:09 ` [PATCH net 5/6] bnxt_en: Fix possible corrupted NVRAM parameters from firmware response Michael Chan 2017-10-14 1:09 ` [PATCH net 6/6] bnxt_en: Fix possible corruption in DCB parameters from firmware Michael Chan 2017-10-15 1:52 ` [PATCH net 0/6] bnxt_en: bug fixes David Miller 2018-07-09 6:24 [PATCH net 0/6] bnxt_en: Bug fixes Michael Chan 2018-07-09 23:28 ` David Miller 2018-11-15 8:25 Michael Chan 2018-11-15 17:40 ` David Miller 2019-08-16 22:33 Michael Chan 2019-08-18 20:06 ` David Miller 2020-09-21 1:08 Michael Chan 2020-09-21 2:05 ` David Miller 2023-06-07 7:54 Michael Chan 2023-06-08 9:20 ` patchwork-bot+netdevbpf
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1507943374-13308-1-git-send-email-michael.chan@broadcom.com \ --to=michael.chan@broadcom.com \ --cc=davem@davemloft.net \ --cc=netdev@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).