DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
To: Ferruh Yigit <ferruh.yigit@amd.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v2 0/2] app/testpmd: support TCP TSO in Tx only mode
Date: Fri, 11 Nov 2022 11:52:23 +0300	[thread overview]
Message-ID: <739b48f9-a835-6dab-b0dd-00c2601cbece@oktetlabs.ru> (raw)
In-Reply-To: <20221111084929.1579639-1-andrew.rybchenko@oktetlabs.ru>

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

Self NAK, I forgot --in-reply-to and finally changed my mind
about review notes processing. Sorry for spam. I'll send v3
shortly.


      parent reply	other threads:[~2022-11-11  8:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11  8:49 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 ` Andrew Rybchenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=739b48f9-a835-6dab-b0dd-00c2601cbece@oktetlabs.ru \
    --to=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).