DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/6] Support configuring hash functions
@ 2014-07-28  8:25 Helin Zhang
  2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 1/6] ethdev: rename macros of packet classification type Helin Zhang
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Helin Zhang @ 2014-07-28  8:25 UTC (permalink / raw)
  To: dev

These pathches mainly support configuring hash functions.
In detail,
 - It can select Toeplitz or simple XOR hash functions.
 - It can configure symmetric hash functions.
   * Get/set symmetric hash enable per port.
   * Get/set symmetric hash enable per 'PCTYPE'.
   * Get/set filter swap configurations.
 - 'ethdev' level interfaces are added.
   * 'is_command_supported', to check if a feature (command)
     is supported on a port.
   * 'rx_classification_filter_ctl', a common API to execute
     specific command of each feature.
 - Seven commands are implemented in testpmd to support
   testing above.
Note that 'PCTYPE' means 'Packet Classification Type'.

Helin Zhang (6):
  ethdev: rename macros of packet classification type
  ethdev: add new ops of 'is_command_supported' and    
    'rx_classification_filter_ctl'
  i40e: support of 'rx_classification_filter_ctl'
  i40e: support of 'is_command_supported'
  i40e: Initialize hash function during port initialization.
  app/testpmd: add commands for configuring hash functions

 app/test-pmd/cmdline.c              | 579 ++++++++++++++++++++++++++++++++++++
 lib/librte_ether/Makefile           |   1 +
 lib/librte_ether/rte_eth_features.h |  73 +++++
 lib/librte_ether/rte_ethdev.c       |  31 ++
 lib/librte_ether/rte_ethdev.h       | 131 +++++---
 lib/librte_pmd_i40e/Makefile        |   6 +
 lib/librte_pmd_i40e/i40e_ethdev.c   | 484 ++++++++++++++++++++++++++++++
 lib/librte_pmd_i40e/i40e_ethdev.h   |   2 +
 lib/librte_pmd_i40e/rte_i40e.h      | 108 +++++++
 9 files changed, 1377 insertions(+), 38 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] 13+ messages in thread

end of thread, other threads:[~2014-08-29 16:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28  8:25 [dpdk-dev] [PATCH v2 0/6] Support configuring hash functions Helin Zhang
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 1/6] ethdev: rename macros of packet classification type Helin Zhang
2014-08-27 16:44   ` Thomas Monjalon
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 2/6] ethdev: add new ops of 'is_command_supported' and 'rx_classification_filter_ctl' Helin Zhang
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 3/6] i40e: support of 'rx_classification_filter_ctl' Helin Zhang
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 4/6] i40e: support of 'is_command_supported' Helin Zhang
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 5/6] i40e: Initialize hash function during port initialization Helin Zhang
2014-07-28  8:25 ` [dpdk-dev] [PATCH v2 6/6] app/testpmd: add commands for configuring hash functions Helin Zhang
2014-07-29  2:57 ` [dpdk-dev] [PATCH v2 0/6] Support " Wu, Jingjing
2014-07-31  2:49 ` Zhan, Zhaochen
2014-08-01  5:26   ` Zhang, Helin
2014-08-29 16:11     ` Thomas Monjalon
2014-08-20  7:05 ` Zhang, Helin

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