DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] app/testpmd: support TCP TSO in Tx only mode
@ 2022-10-17 14:41 Andrew Rybchenko
  2022-10-17 14:41 ` [PATCH 1/2] app/testpmd: prepare to support TCP " Andrew Rybchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrew Rybchenko @ 2022-10-17 14:41 UTC (permalink / raw)
  To: Aman Singh, Yuying Zhang; +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.

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                 | 127 ++++++++++++++++++--------
 doc/guides/testpmd_app_ug/run_app.rst |   4 +
 5 files changed, 123 insertions(+), 41 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-11-15 12:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17 14:41 [PATCH 0/2] app/testpmd: support TCP TSO in Tx only mode Andrew Rybchenko
2022-10-17 14:41 ` [PATCH 1/2] app/testpmd: prepare to support TCP " Andrew Rybchenko
2022-10-19 16:39   ` Ferruh Yigit
2022-11-11  8:36     ` Andrew Rybchenko
2022-11-11  8:54       ` Andrew Rybchenko
2022-11-15 12:32       ` Ferruh Yigit
2022-10-17 14:41 ` [PATCH 2/2] app/testpmd: support TCP TSO " Andrew Rybchenko
2022-10-19 16:41   ` Ferruh Yigit
2022-11-11  8:44     ` Andrew Rybchenko
2022-11-11  9:04 ` [PATCH v3 0/2] " Andrew Rybchenko
2022-11-11  9:04   ` [PATCH v3 1/2] app/testpmd: prepare to support TCP " Andrew Rybchenko
2022-11-11  9:04   ` [PATCH v3 2/2] app/testpmd: support TCP TSO " Andrew Rybchenko
2022-11-15 12:43     ` Ferruh Yigit

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