DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/4] dts: change verbose packet verification to layer 4 ports
@ 2025-03-06 21:47 Dean Marx
  2025-03-06 21:47 ` [PATCH v1 1/4] dts: add layer 4 port field to verbose parser Dean Marx
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dean Marx @ 2025-03-06 21:47 UTC (permalink / raw)
  To: probb, npratte, luca.vizzarro, yoan.picchi, Honnappa.Nagarahalli,
	paul.szczepanek
  Cc: dev, Dean Marx

Currently, the unified packet and checksum offload test suites
use a random MAC destination address as a way to find sent
packets in testpmd verbose output. However, this does not work
for certain NICs that change the MAC address prior to reception.
The new verification involves setting a random UDP/TCP destination
port, and scanning the verbose output for the port.

This series depends on a testpmd verbose output patch, which
is listed below.

Fixes: patch-146043 ("dts: checksum offload test suite")
Fixes: patch-150118 ("dts: port over unified packet suite")

Depends-on: patch-143194 ("app/testpmd: add L4 port to verbose output")

Dean Marx (4):
  dts: add layer 4 port field to verbose parser
  dts: change verification field in checksum offload suite
  dts: remove unnecessary capability requirement
  change verification field in unified packet suite

 dts/framework/remote_session/testpmd_shell.py |   5 +
 dts/tests/TestSuite_checksum_offload.py       | 131 ++++++++++--------
 dts/tests/TestSuite_uni_pkt.py                | 106 +++++++-------
 3 files changed, 133 insertions(+), 109 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-03-06 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-06 21:47 [PATCH v1 0/4] dts: change verbose packet verification to layer 4 ports Dean Marx
2025-03-06 21:47 ` [PATCH v1 1/4] dts: add layer 4 port field to verbose parser Dean Marx
2025-03-06 21:47 ` [PATCH v1 2/4] dts: change verification field in checksum offload suite Dean Marx
2025-03-06 21:47 ` [PATCH v1 3/4] dts: remove unnecessary capability requirement Dean Marx
2025-03-06 21:47 ` [PATCH v1 4/4] change verification field in unified packet suite Dean Marx

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