test suite reviews and discussions
 help / color / mirror / Atom feed
* [DTS][PATCH V3 0/3] add packets count, super-long packets and random payload to the case
@ 2023-01-04  7:20 Ke Xu
  2023-01-04  7:20 ` [DTS][PATCH V3 1/3] test_plans/vf_offload: fix wrong example packets Ke Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ke Xu @ 2023-01-04  7:20 UTC (permalink / raw)
  To: dts; +Cc: lijuan.tu, yuan.peng, ke1.xu

Long packet and repeating packet sending helps triggering potential failures.
 For example, in DPDK 20.11 there was an MDD problem when handling long
 packets with TSO enabled.

This patch implemented packets count that sends multiple packets of one
 packet combination to trigger problems only happen under massive packets
 received. This patch also implemented random payload.

This patch added super-long packet of payload length of 8500. This helps
 triggering potential issues of ex-limit input.

Ke Xu (3):
  test_plans/vf_offload: fix wrong example packets.
  test_plans/vf_offload: add packets count, super-long packets and
    random payload to the case.
  tests/vf_offload: implement packets count, super-long packet and
    random payload.

 test_plans/vf_offload_test_plan.rst | 155 +++++++++++++++-------------
 tests/TestSuite_vf_offload.py       | 150 ++++++++++++++++++++++-----
 2 files changed, 206 insertions(+), 99 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-01-05 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04  7:20 [DTS][PATCH V3 0/3] add packets count, super-long packets and random payload to the case Ke Xu
2023-01-04  7:20 ` [DTS][PATCH V3 1/3] test_plans/vf_offload: fix wrong example packets Ke Xu
2023-01-04  7:20 ` [DTS][PATCH V3 2/3] test_plans/vf_offload: add packets count, super-long packets and random payload to the case Ke Xu
2023-01-04  7:20 ` [DTS][PATCH V3 3/3] tests/vf_offload: implement packets count, super-long packet and random payload Ke Xu
2023-01-05  7:11   ` Peng, Yuan
2023-01-05 14:26   ` lijuan.tu

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