DPDK patches and discussions
 help / color / mirror / Atom feed
From: Olivier Matz <olivier.matz@6wind.com>
To: dev@dpdk.org, pablo.de.lara.guarch@intel.com
Subject: [dpdk-dev] [PATCH 0/8] Misc enhancements in testpmd
Date: Mon, 11 Jul 2016 20:39:37 +0200	[thread overview]
Message-ID: <1468262385-32038-1-git-send-email-olivier.matz@6wind.com> (raw)

This patchset introduces several enhancements or minor fixes
in testpmd. It is targetted for v16.11, and applies on top of
software ptype patchset [1].

These patches will be useful to test another patchset (coming
soon !) that brings support for offload in virtio pmd.

[1] http://dpdk.org/ml/archives/dev/2016-July/043333.html

Olivier Matz (8):
  mbuf: add function to dump ol flag list
  app/testpmd: use new function to dump offload flags
  app/testpmd: dump rx flags in csum engine
  app/testpmd: add option to enable lro
  app/testpmd: do not change ip addrs in csum engine
  app/testpmd: display rx port in csum engine
  app/testpmd: don't use tso if packet is too small
  app/testpmd: hide segsize when unrelevant in csum engine

 app/test-pmd/csumonly.c                | 96 ++++++++++++----------------------
 app/test-pmd/parameters.c              |  4 ++
 app/test-pmd/rxonly.c                  | 15 +-----
 doc/guides/rel_notes/release_16_11.rst |  5 ++
 lib/librte_mbuf/rte_mbuf.c             | 91 ++++++++++++++++++++++++++++++++
 lib/librte_mbuf/rte_mbuf.h             | 28 ++++++++++
 lib/librte_mbuf/rte_mbuf_version.map   |  2 +
 7 files changed, 164 insertions(+), 77 deletions(-)

-- 
2.8.1

             reply	other threads:[~2016-07-11 18:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-11 18:39 Olivier Matz [this message]
2016-07-11 18:39 ` [dpdk-dev] [PATCH 1/8] mbuf: add function to dump ol flag list Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 2/8] app/testpmd: use new function to dump offload flags Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 3/8] app/testpmd: dump rx flags in csum engine Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 4/8] app/testpmd: add option to enable lro Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 5/8] app/testpmd: do not change ip addrs in csum engine Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 6/8] app/testpmd: display rx port " Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 7/8] app/testpmd: don't use tso if packet is too small Olivier Matz
2016-07-11 18:39 ` [dpdk-dev] [PATCH 8/8] app/testpmd: hide segsize when unrelevant in csum engine Olivier Matz

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=1468262385-32038-1-git-send-email-olivier.matz@6wind.com \
    --to=olivier.matz@6wind.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@intel.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).