linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net PATCH v2 0/4] Fix bugs in Octeontx2 netdev driver
@ 2020-09-30 16:08 Geetha sowjanya
  2020-09-30 22:07 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Geetha sowjanya @ 2020-09-30 16:08 UTC (permalink / raw)
  To: netdev, linux-kernel; +Cc: sgoutham, lcherian, davem, Geetha sowjanya

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [net PATCH v2 0/4] Fix bugs in Octeontx2 netdev driver
  2020-09-30 16:08 [net PATCH v2 0/4] Fix bugs in Octeontx2 netdev driver Geetha sowjanya
@ 2020-09-30 22:07 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-09-30 22:07 UTC (permalink / raw)
  To: gakula; +Cc: netdev, linux-kernel, sgoutham, lcherian

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-30 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 16:08 [net PATCH v2 0/4] Fix bugs in Octeontx2 netdev driver Geetha sowjanya
2020-09-30 22:07 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).