DPDK patches and discussions
 help / color / mirror / Atom feed
From: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
To: dev@dpdk.org
Cc: kirill.rybalchenko@intel.com, andrey.chilikin@intel.com,
	beilei.xing@intel.com
Subject: [dpdk-dev] [PATCH 0/5] net/i40e: implement dynamic mapping of flow types to pctypes
Date: Thu, 24 Aug 2017 11:20:39 +0100	[thread overview]
Message-ID: <1503570044-104133-1-git-send-email-kirill.rybalchenko@intel.com> (raw)

Implement dynamic mapping of software flow types to hardware pctypes.
This allows to map new flow types to pctypes without changing
API of the driver.

Kirill Rybalchenko (5):
  app/testpmd: add new commands to manipulate with pctype mapping
  net/i40e: add function to initialize pctype mapping table
  net/i40e: add new functions to manipulate with pctype mapping table
  net/i40e: change list of parameters for functions mapping flow type to
    pctype and back
  net/i40e: implement dynamic mapping of sw flow types to hw pctypes

 app/test-pmd/cmdline.c            | 263 ++++++++++++++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.c    | 313 +++++++++-----------------------------
 drivers/net/i40e/i40e_ethdev.h    |  16 +-
 drivers/net/i40e/i40e_ethdev_vf.c |  36 ++---
 drivers/net/i40e/i40e_fdir.c      |  10 +-
 drivers/net/i40e/i40e_flow.c      |   2 +-
 drivers/net/i40e/i40e_rxtx.c      |  57 +++++++
 drivers/net/i40e/i40e_rxtx.h      |   1 +
 drivers/net/i40e/rte_pmd_i40e.c   |  98 ++++++++++++
 drivers/net/i40e/rte_pmd_i40e.h   |  60 ++++++++
 10 files changed, 583 insertions(+), 273 deletions(-)

-- 
2.5.5

             reply	other threads:[~2017-08-24 10:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24 10:20 Kirill Rybalchenko [this message]
2017-08-24 10:20 ` [dpdk-dev] [PATCH 1/5] app/testpmd: add new commands to manipulate with pctype mapping Kirill Rybalchenko
2017-08-24 10:20 ` [dpdk-dev] [PATCH 2/5] net/i40e: add function to initialize pctype mapping table Kirill Rybalchenko
2017-08-24 10:20 ` [dpdk-dev] [PATCH 3/5] net/i40e: add new functions to manipulate with " Kirill Rybalchenko
2017-08-24 10:20 ` [dpdk-dev] [PATCH 4/5] net/i40e: change list of parameters for functions mapping flow type to pctype and back Kirill Rybalchenko
2017-08-24 10:20 ` [dpdk-dev] [PATCH 5/5] net/i40e: implement dynamic mapping of sw flow types to hw pctypes Kirill Rybalchenko

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=1503570044-104133-1-git-send-email-kirill.rybalchenko@intel.com \
    --to=kirill.rybalchenko@intel.com \
    --cc=andrey.chilikin@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    /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).