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. v3: - a bit better fix of review notes from Ferruh 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 | 141 +++++++++++++++++++------- doc/guides/testpmd_app_ug/run_app.rst | 4 + 5 files changed, 135 insertions(+), 43 deletions(-) -- 2.30.2