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