mbox series

[v2,net,0/3] ionic: code maintenance

Message ID 20230202215537.69756-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series ionic: code maintenance | expand

Message

Nelson, Shannon Feb. 2, 2023, 9:55 p.m. UTC
These are a few fixes for a hardware bug, a couple of sw bugs,
and a little code cleanup.

v2: dropped 3 patches which will be resubmitted for net-next
    added Leon's Reviewed-by where applicable
    Fixed Allen's Author and SoB addresses

Allen Hubbe (1):
  ionic: missed doorbell workaround

Neel Patel (1):
  ionic: clean interrupt before enabling queue to avoid credit race

Shannon Nelson (1):
  ionic: clear up notifyq alloc commentary

 .../net/ethernet/pensando/ionic/ionic_dev.c   |  9 +-
 .../net/ethernet/pensando/ionic/ionic_dev.h   | 12 +++
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 68 +++++++++++++--
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  2 +
 .../net/ethernet/pensando/ionic/ionic_main.c  | 29 +++++++
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 87 ++++++++++++++++++-
 6 files changed, 195 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 4, 2023, 4:10 a.m. UTC | #1
Hello:

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

On Thu, 2 Feb 2023 13:55:34 -0800 you wrote:
> These are a few fixes for a hardware bug, a couple of sw bugs,
> and a little code cleanup.
> 
> v2: dropped 3 patches which will be resubmitted for net-next
>     added Leon's Reviewed-by where applicable
>     Fixed Allen's Author and SoB addresses
> 
> [...]

Here is the summary with links:
  - [v2,net,1/3] ionic: clean interrupt before enabling queue to avoid credit race
    https://git.kernel.org/netdev/net/c/e8797a058466
  - [v2,net,2/3] ionic: clear up notifyq alloc commentary
    https://git.kernel.org/netdev/net/c/1fffb0254178
  - [v2,net,3/3] ionic: missed doorbell workaround
    https://git.kernel.org/netdev/net/c/b69585bfcece

You are awesome, thank you!