Re: [PATCH v2 0/2] app/testpmd: support TCP TSO in Tx only mode

2022-11-11 Thread Andrew Rybchenko
On 11/11/22 11:49, Andrew Rybchenko wrote: 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

[PATCH v2 0/2] app/testpmd: support TCP TSO in Tx only mode

2022-11-11 Thread Andrew Rybchenko
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 Rybc