Message ID | 1646470482-13763-1-git-send-email-michael.chan@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt_en: Updates. | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sat, 5 Mar 2022 03:54:33 -0500 you wrote: > This patch series contains mainly NVRAM related features. More > NVRAM error checking and logging are added when installing firmware > packages. A new devlink hw health report is now added to report > and diagnose NVRAM issues. Other miscellaneous patches include > reporting correctly cards that don't support link pause, adding > an internal unknown link state, and avoiding unnecessary link > toggle during firmware reset. > > [...] Here is the summary with links: - [net-next,1/9] bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATE https://git.kernel.org/netdev/net-next/c/8e42aef0b730 - [net-next,2/9] bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATE https://git.kernel.org/netdev/net-next/c/54ff1e3e8fc3 - [net-next,3/9] bnxt_en: parse result field when NVRAM package install fails https://git.kernel.org/netdev/net-next/c/02acd399533e - [net-next,4/9] bnxt_en: introduce initial link state of unknown https://git.kernel.org/netdev/net-next/c/0f5a4841f2ec - [net-next,5/9] bnxt_en: Properly report no pause support on some cards https://git.kernel.org/netdev/net-next/c/9a3bc77ec65e - [net-next,6/9] bnxt_en: Eliminate unintended link toggle during FW reset https://git.kernel.org/netdev/net-next/c/7c492a2530c1 - [net-next,7/9] bnxt_en: Do not destroy health reporters during reset https://git.kernel.org/netdev/net-next/c/f16a91692866 - [net-next,8/9] bnxt_en: implement hw health reporter https://git.kernel.org/netdev/net-next/c/bafed3f231f7 - [net-next,9/9] bnxt_en: add an nvm test for hw diagnose https://git.kernel.org/netdev/net-next/c/22f5dba5065d You are awesome, thank you!
On Sat, 5 Mar 2022 03:54:33 -0500 Michael Chan wrote: > This patch series contains mainly NVRAM related features. More > NVRAM error checking and logging are added when installing firmware > packages. A new devlink hw health report is now added to report > and diagnose NVRAM issues. Other miscellaneous patches include > reporting correctly cards that don't support link pause, adding > an internal unknown link state, and avoiding unnecessary link > toggle during firmware reset. The devlink parts are missing documentation, I'm not sure how it's supposed to operate and AFAICT it's not just a normal health reporter implementation. Please stop posting patches during the weekend.
On Mon, Mar 7, 2022 at 2:27 PM Jakub Kicinski <kuba@kernel.org> wrote: > > On Sat, 5 Mar 2022 03:54:33 -0500 Michael Chan wrote: > > This patch series contains mainly NVRAM related features. More > > NVRAM error checking and logging are added when installing firmware > > packages. A new devlink hw health report is now added to report > > and diagnose NVRAM issues. Other miscellaneous patches include > > reporting correctly cards that don't support link pause, adding > > an internal unknown link state, and avoiding unnecessary link > > toggle during firmware reset. > > The devlink parts are missing documentation, I'm not sure how it's > supposed to operate and AFAICT it's not just a normal health reporter > implementation. Sorry, missed the documentation update. My colleagues will respond to your other comments and we will add the documentation. > > Please stop posting patches during the weekend. This is the first time I'm hearing that patches cannot be posted during the weekend.