mbox series

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

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

Message

Simei Su July 26, 2019, 12:55 a.m. UTC
  From: Simei Su <simei.su@intel.com>

This v2 patch rebase to 19.08-rc2.
[PATCH v2 1/2] ethdev: add new hash function "Symmetric Toeplitz" supported by hardware.
[PATCH v2 2/2] app/testpmd: add command line support for symmetric toeplitz hash configuration.

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                |  1 +
 4 files changed, 22 insertions(+), 5 deletions(-)
  

Comments

Qi Zhang Sept. 24, 2019, 5:30 a.m. UTC | #1
> -----Original Message-----
> From: Su, Simei
> Sent: Friday, July 26, 2019 8:55 AM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>; adrien.mazarguil@6wind.com
> Cc: dev@dpdk.org; Su, Simei <simei.su@intel.com>
> Subject: [PATCH v2 0/2] add symmetric toeplitz hash support
> 
> From: Simei Su <simei.su@intel.com>
> 
> This v2 patch rebase to 19.08-rc2.
> [PATCH v2 1/2] ethdev: add new hash function "Symmetric Toeplitz"
> supported by hardware.
> [PATCH v2 2/2] app/testpmd: add command line support for symmetric
> toeplitz hash configuration.
> 
> 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                |  1 +
>  4 files changed, 22 insertions(+), 5 deletions(-)
> 
> --
> 1.8.3.1

Reviewed by: Qi Zhang <qi.z.zhang@intel.com>