DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ori Kam <orika@mellanox.com>
Cc: dev@dpdk.org, orika@mellanox.com, ferruh.yigit@intel.com,
	viacheslavo@mellanox.com, matan@mellanox.com
Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: add PMD dynf
Date: Mon, 13 Jan 2020 09:29:34 +0000	[thread overview]
Message-ID: <1578907777-194921-1-git-send-email-orika@mellanox.com> (raw)

This patch-set uses the dynf feature to give the mlx5 pmd
hint if inline is needed.

The first patch,adds a generic way to regiter dynf and setting it in
case of Tx packet.

Ori Kam (2):
  app/testpmd: add dynamic flag support
  net/mlx5: add fine grain dynamic flag support

 app/test-pmd/cmdline.c                      | 88 +++++++++++++++++++++++++++++
 app/test-pmd/testpmd.h                      | 16 ++++++
 app/test-pmd/util.c                         | 63 +++++++++++++++++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++++
 drivers/net/mlx5/mlx5.c                     | 15 +++++
 drivers/net/mlx5/mlx5_rxtx.c                |  2 +
 drivers/net/mlx5/mlx5_rxtx.h                |  3 +
 drivers/net/mlx5/mlx5_trigger.c             |  8 +++
 drivers/net/mlx5/rte_pmd_mlx5.h             | 32 +++++++++++
 drivers/net/mlx5/rte_pmd_mlx5_version.map   |  7 +++
 10 files changed, 244 insertions(+)
 create mode 100644 drivers/net/mlx5/rte_pmd_mlx5.h

-- 
1.8.3.1


             reply	other threads:[~2020-01-13  9:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13  9:29 Ori Kam [this message]
2020-01-13  9:29 ` [dpdk-dev] [PATCH 1/2] app/testpmd: add dynamic flag support Ori Kam
2020-01-15 13:31   ` Ferruh Yigit
2020-01-16  8:07     ` Ori Kam
2020-01-13  9:29 ` [dpdk-dev] [PATCH 2/2] net/mlx5: add fine grain " Ori Kam
2020-01-15 14:01   ` Ferruh Yigit
2020-01-16 12:05     ` Ori Kam
2020-01-16 12:24       ` Ferruh Yigit
2020-01-16 12:37         ` Ori Kam
2020-01-16 12:53 ` [dpdk-dev] [PATCH v2] app/testpmd: add " Ori Kam
2020-01-16 19:59   ` Ferruh Yigit
2020-01-29 12:21 ` [dpdk-dev] [PATCH v2 0/2] mlx5/net: hint PMD not to inline packet Viacheslav Ovsiienko
2020-01-29 12:21   ` [dpdk-dev] [PATCH v2 1/2] net/mlx5: add fine grain dynamic flag support Viacheslav Ovsiienko
2020-01-29 12:21   ` [dpdk-dev] [PATCH v2 2/2] net/mlx5: update Tx datapath to support no inline hint Viacheslav Ovsiienko
2020-01-30 13:52   ` [dpdk-dev] [PATCH v2 0/2] mlx5/net: hint PMD not to inline packet Raslan Darawsheh

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=1578907777-194921-1-git-send-email-orika@mellanox.com \
    --to=orika@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=matan@mellanox.com \
    --cc=viacheslavo@mellanox.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).