mbox series

[net,v2,0/4] Fix bugs in Octeontx2 netdev driver

Message ID 1601482090-14906-1-git-send-email-gakula@marvell.com
Headers show
Series Fix bugs in Octeontx2 netdev driver | expand

Message

Geethasowjanya Akula Sept. 30, 2020, 4:08 p.m. UTC
In existing Octeontx2 network drivers code has issues
like stale entries in broadcast replication list, missing
L3TYPE for IPv6 frames, running tx queues on error and 
race condition in mbox reset.
This patch set fixes the above issues.

Geethe sowjanya (1):
  octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 frames

Hariprasad Kelam (2):
  octeontx2-pf: Fix the device state on error
  octeontx2-pf: Fix synchnorization issue in mbox

Subbaraya Sundeep (1):
  octeontx2-af: Fix enable/disable of default NPC entries

 drivers/net/ethernet/marvell/octeontx2/af/mbox.c   | 12 ++++++++--
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  1 +
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |  3 ++-
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  5 ++---
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    | 26 ++++++++++++++++------
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   | 16 ++++++++-----
 .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c |  1 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_vf.c   |  4 ++--
 8 files changed, 47 insertions(+), 21 deletions(-)

Comments

David Miller Sept. 30, 2020, 10:07 p.m. UTC | #1
From: Geetha sowjanya <gakula@marvell.com>
Date: Wed, 30 Sep 2020 21:38:10 +0530

> In existing Octeontx2 network drivers code has issues
> like stale entries in broadcast replication list, missing
> L3TYPE for IPv6 frames, running tx queues on error and 
> race condition in mbox reset.
> This patch set fixes the above issues.

What changed since v1?  Always specify that when you post a new
version of a patch series.

Anyways, series applied.