mbox series

[net-next,0/4] net: mana: some misc patches

Message ID 20211030005408.13932-1-decui@microsoft.com (mailing list archive)
Headers show
Series net: mana: some misc patches | expand

Message

Dexuan Cui Oct. 30, 2021, 12:54 a.m. UTC
Hi all,

Patch 1 is a small fix.

Patch 2 reports OS info to the PF driver.
Before the patch, the req fields were all zeros.

Patch 3 fixes and cleans up the error handling of HWC creation failure.

Patch 4 adds the callbacks for hibernation/kexec. It's based on patch 3.

Please review. Thanks!

Thanks,
Dexuan

Dexuan Cui (4):
  net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()
  net: mana: Report OS info to the PF driver
  net: mana: Improve the HWC error handling
  net: mana: Support hibernation and kexec

 .../net/ethernet/microsoft/mana/gdma_main.c   | 155 +++++++++++++-----
 .../net/ethernet/microsoft/mana/hw_channel.c  |  71 ++++----
 drivers/net/ethernet/microsoft/mana/mana.h    |   4 +-
 drivers/net/ethernet/microsoft/mana/mana_en.c |  75 +++++++--
 4 files changed, 208 insertions(+), 97 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 1, 2021, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 29 Oct 2021 17:54:04 -0700 you wrote:
> Hi all,
> 
> Patch 1 is a small fix.
> 
> Patch 2 reports OS info to the PF driver.
> Before the patch, the req fields were all zeros.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()
    https://git.kernel.org/netdev/net-next/c/6c7ea69653e4
  - [net-next,2/4] net: mana: Report OS info to the PF driver
    https://git.kernel.org/netdev/net-next/c/3c37f3573508
  - [net-next,3/4] net: mana: Improve the HWC error handling
    https://git.kernel.org/netdev/net-next/c/62ea8b77ed3b
  - [net-next,4/4] net: mana: Support hibernation and kexec
    https://git.kernel.org/netdev/net-next/c/635096a86edb

You are awesome, thank you!