Re: [PATCH net-next 0/7] bnxt_en: Error recovery optimizations.

2021-02-14 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 14 Feb 2021 18:04:54 -0500 you wrote: > This series implements some optimizations to error recovery. One > patch adds an echo/reply mechanism with firmware to enhance error > detection. The other patches speed up

[PATCH net-next 0/7] bnxt_en: Error recovery optimizations.

2021-02-14 Thread Michael Chan
This series implements some optimizations to error recovery. One patch adds an echo/reply mechanism with firmware to enhance error detection. The other patches speed up the recovery process by polling config space earlier and to selectively initialize context memory during re-initialization. Edw