mbox series

[v3,0/2] add symmetric toeplitz hash support

Message ID 1569921733-10631-1-git-send-email-simei.su@intel.com (mailing list archive)
Headers
Series add symmetric toeplitz hash support |

Message

Simei Su Oct. 1, 2019, 9:22 a.m. UTC
  [PATCH v3 1/2] ethdev: add new hash function "Symmetric Toeplitz" supported by hardware.
[PATCH v3 2/2] app/testpmd: add command line support for symmetric toeplitz hash configuration.

v3:
* Add a definition for Symmetric Toeplitz function.

v2:
* Rebase to 19.08-rc2.

Simei Su (2):
  ethdev: add symmetric toeplitz hash support
  app/testpmd: add symmetric toeplitz hash support

 app/test-pmd/cmdline.c                      | 12 +++++++++---
 app/test-pmd/cmdline_flow.c                 | 12 +++++++++++-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  2 +-
 lib/librte_ethdev/rte_flow.h                |  6 ++++++
 4 files changed, 27 insertions(+), 5 deletions(-)
  

Comments

Ferruh Yigit Oct. 1, 2019, 3:06 p.m. UTC | #1
On 10/1/2019 10:22 AM, Simei Su wrote:
> [PATCH v3 1/2] ethdev: add new hash function "Symmetric Toeplitz" supported by hardware.
> [PATCH v3 2/2] app/testpmd: add command line support for symmetric toeplitz hash configuration.
> 
> v3:
> * Add a definition for Symmetric Toeplitz function.
> 
> v2:
> * Rebase to 19.08-rc2.
> 
> Simei Su (2):
>   ethdev: add symmetric toeplitz hash support
>   app/testpmd: add symmetric toeplitz hash support

Series applied to dpdk-next-net/master, thanks.