DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v3 0/4] [v3]drivers/net/rnp fixed Coverity issue
@ 2025-10-10  7:01 Wenbo Cao
  2025-10-10  7:01 ` [PATCH v3 1/4] net/rnp: add check firmware respond info Wenbo Cao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wenbo Cao @ 2025-10-10  7:01 UTC (permalink / raw)
  To: stephen; +Cc: dev, yaojun, Wenbo Cao

This patchset primarily optimizes the robustness of code logic and
resolves anomalies in TSO segmentation.

v3:
  * fixed no-lsc base api memory overflow.
v2:
  * Optimized logical portability per Stephen Hemminger's suggestions
v1:
  * fixed complie issue
v0:
  *:fixed the below issue:
  	Coverity issue: 468860,468866,468858
	Fixes: 4530e70f1e32 ("net/rnp: support Tx TSO offload")
	Fixes: 52dfb84e14be ("net/rnp: add device init and uninit")
	Fixes: 52aae4ed4ffb ("net/rnp: add device capabilities")
  *:fixed 64k tso

Wenbo Cao (4):
  net/rnp: add check firmware respond info
  net/rnp: fix Tunnel-TSO VLAN header untrusted loop bound
  net/rnp: fix TSO segmentation for packets of 64KB
  net/rnp: resolve coredump caused by memory overflow

 drivers/net/rnp/base/rnp_mbx_fw.c |  19 ++++-
 drivers/net/rnp/rnp_ethdev.c      |  16 ++--
 drivers/net/rnp/rnp_rxtx.c        | 118 +++++++++++++++++++++++-------
 drivers/net/rnp/rnp_rxtx.h        |   1 +
 4 files changed, 118 insertions(+), 36 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-10-10  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-10  7:01 [PATCH v3 0/4] [v3]drivers/net/rnp fixed Coverity issue Wenbo Cao
2025-10-10  7:01 ` [PATCH v3 1/4] net/rnp: add check firmware respond info Wenbo Cao
2025-10-10  7:01 ` [PATCH v3 2/4] net/rnp: fix Tunnel-TSO VLAN header untrusted loop bound Wenbo Cao
2025-10-10  7:01 ` [PATCH v3 3/4] net/rnp: fix TSO segmentation for packets of 64KB Wenbo Cao
2025-10-10  7:01 ` [PATCH v3 4/4] net/rnp: resolve coredump caused by memory overflow Wenbo Cao

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