mbox series

[net,0/3] ionic: bug fixes

Message ID 20220824165051.6185-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: bug fixes | expand

Message

Shannon Nelson Aug. 24, 2022, 4:50 p.m. UTC
These are a couple of maintenance bug fixes for the Pensando ionic
networking driver.

Mohamed takes care of a "plays well with others" issue where the
VF spec is a bit vague on VF mac addresses, but certain customers
have come to expect behavior based on other vendor drivers.

Shannon addresses a couple of corner cases seen in internal
stress testing.

R Mohamed Shah (1):
  ionic: VF initial random MAC address if no assigned mac

Shannon Nelson (2):
  ionic: clear broken state on generation change
  ionic: fix up issues with handling EAGAIN on FW cmds

 .../net/ethernet/pensando/ionic/ionic_lif.c   | 95 ++++++++++++++++++-
 .../net/ethernet/pensando/ionic/ionic_main.c  |  4 +-
 2 files changed, 93 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 25, 2022, 8 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 24 Aug 2022 09:50:48 -0700 you wrote:
> These are a couple of maintenance bug fixes for the Pensando ionic
> networking driver.
> 
> Mohamed takes care of a "plays well with others" issue where the
> VF spec is a bit vague on VF mac addresses, but certain customers
> have come to expect behavior based on other vendor drivers.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ionic: clear broken state on generation change
    https://git.kernel.org/netdev/net/c/9cb9dadb8f45
  - [net,2/3] ionic: fix up issues with handling EAGAIN on FW cmds
    https://git.kernel.org/netdev/net/c/0fc4dd452d6c
  - [net,3/3] ionic: VF initial random MAC address if no assigned mac
    https://git.kernel.org/netdev/net/c/19058be7c48c

You are awesome, thank you!