DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] app/testpmd: support TCP TSO in Tx only mode
@ 2022-11-11  8:49 Andrew Rybchenko
  2022-11-11  8:49 ` [PATCH v2 1/2] app/testpmd: prepare to support TCP " Andrew Rybchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Rybchenko @ 2022-11-11  8:49 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

Add command-line option to generate TSO packets with specified MSS
in txonly mode.

I'm not sure that it is a good idea to enable TSO offload automaticaly
when the options is specified, but it is convenient.

v2:
    - fix wrong data length calculation (as per review notes from Ferruh)

Andrew Rybchenko (2):
  app/testpmd: prepare to support TCP in Tx only mode
  app/testpmd: support TCP TSO in Tx only mode

 app/test-pmd/parameters.c             |  16 ++-
 app/test-pmd/testpmd.c                |  12 +++
 app/test-pmd/testpmd.h                |   5 +-
 app/test-pmd/txonly.c                 | 140 +++++++++++++++++++-------
 doc/guides/testpmd_app_ug/run_app.rst |   4 +
 5 files changed, 134 insertions(+), 43 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-11-11  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  8:49 [PATCH v2 0/2] app/testpmd: support TCP TSO in Tx only mode Andrew Rybchenko
2022-11-11  8:49 ` [PATCH v2 1/2] app/testpmd: prepare to support TCP " Andrew Rybchenko
2022-11-11  8:49 ` [PATCH v2 2/2] app/testpmd: support TCP TSO " Andrew Rybchenko
2022-11-11  8:52 ` [PATCH v2 0/2] " Andrew Rybchenko

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