DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/i40e: implement dynamic mapping of flow types to pctypes
@ 2017-08-24 10:20 Kirill Rybalchenko
  2017-08-24 10:20 ` [dpdk-dev] [PATCH 1/5] app/testpmd: add new commands to manipulate with pctype mapping Kirill Rybalchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kirill Rybalchenko @ 2017-08-24 10:20 UTC (permalink / raw)
  To: dev; +Cc: kirill.rybalchenko, andrey.chilikin, beilei.xing

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-24 10:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 10:20 [dpdk-dev] [PATCH 0/5] net/i40e: implement dynamic mapping of flow types to pctypes Kirill Rybalchenko
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

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