dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Support configuring hash functions
@ 2014-07-24  6:42 Helin Zhang
       [not found] ` <1406184149-11531-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Helin Zhang @ 2014-07-24  6:42 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

These pathches mainly support configuring hash functions.
In detail, it can select Toeplitz and simple XOR hash
functions. It can configure symmetric hash function. Also
'ethdev' level interfaces are implemented in i40e, which
provides commands for application invoking, and to check
if specific capability (command) is supported on a port.

Helin Zhang (5):
  ethdev: Rename macros of packet classification type
  ethdev: add new ops of 'check_command_supported' and    
    'rx_classification_filter_ctl'
  i40e: support selecting hash functions
  i40e: support configuring symmetric hash function
  app/testpmd: new commands for configuring hash functions

 app/test-pmd/cmdline.c              | 455 ++++++++++++++++++++++++++++++++++++
 config/common_bsdapp                |   1 +
 config/common_linuxapp              |   1 +
 lib/librte_ether/Makefile           |   1 +
 lib/librte_ether/rte_eth_features.h |  65 ++++++
 lib/librte_ether/rte_ethdev.c       |  31 +++
 lib/librte_ether/rte_ethdev.h       | 126 +++++++---
 lib/librte_pmd_i40e/Makefile        |   6 +
 lib/librte_pmd_i40e/i40e_ethdev.c   | 439 ++++++++++++++++++++++++++++++++++
 lib/librte_pmd_i40e/rte_i40e.h      |  95 ++++++++
 10 files changed, 1183 insertions(+), 37 deletions(-)
 create mode 100644 lib/librte_ether/rte_eth_features.h
 create mode 100644 lib/librte_pmd_i40e/rte_i40e.h

-- 
1.8.1.4

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

end of thread, other threads:[~2014-07-24  8:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24  6:42 [PATCH 0/5] Support configuring hash functions Helin Zhang
     [not found] ` <1406184149-11531-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-07-24  6:42   ` [PATCH 1/5] ethdev: Rename macros of packet classification type Helin Zhang
     [not found]     ` <1406184149-11531-2-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-07-24  7:48       ` Thomas Monjalon
2014-07-24  8:14         ` Zhang, Helin
     [not found]           ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7627BF-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-07-24  8:19             ` Thomas Monjalon
2014-07-24  8:23               ` Zhang, Helin
2014-07-24  6:42   ` [PATCH 2/5] ethdev: add new ops of 'check_command_supported' and 'rx_classification_filter_ctl' Helin Zhang
     [not found]     ` <1406184149-11531-3-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-07-24  7:56       ` Thomas Monjalon
2014-07-24  8:49         ` Zhang, Helin
2014-07-24  6:42   ` [PATCH 3/5] i40e: support selecting hash functions Helin Zhang
     [not found]     ` <1406184149-11531-4-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-07-24  7:59       ` Thomas Monjalon
2014-07-24  8:01         ` Matthew Hall
     [not found]           ` <20140724080113.GB21277-Hv3ogNYU3JfZZajBQzqCxQ@public.gmane.org>
2014-07-24  8:07             ` Thomas Monjalon
2014-07-24  8:14               ` Matthew Hall
     [not found]                 ` <0344b116-248f-4f64-9ef7-31be52ba8632-2ueSQiBKiTY7tOexoI0I+QC/G2K4zDHf@public.gmane.org>
2014-07-24  8:54                   ` Zhang, Helin
2014-07-24  6:42   ` [PATCH 4/5] i40e: support configuring symmetric hash function Helin Zhang
2014-07-24  6:42   ` [PATCH 5/5] app/testpmd: new commands for configuring hash functions Helin Zhang

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