test/thash: add performance tests for Toeplitz hash
authorVladimir Medvedkin <vladimir.medvedkin@intel.com>
Tue, 2 Nov 2021 18:38:25 +0000 (18:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Nov 2021 10:19:10 +0000 (11:19 +0100)
commit239fffe0402e66c306c36543d32257569cd865fe
tree5473d0a4c499f7f7de895c698e801662c9bd5caa
parentd27e2b7e9c8a145b0f5ca7f05591993223a18189
test/thash: add performance tests for Toeplitz hash

This patch adds performance tests for the following Toeplitz hash
function implementations:
  Scalar:
    - rte_softrss()
    - rte_softrss_be()
  Vector using gfni:
    - rte_thash_gfni()
    - rte_thash_gfni_bulk()

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
app/test/meson.build
app/test/test_thash_perf.c [new file with mode: 0644]