dpdk-fm10k/app
Yuval Avnery de06137cb2 app/regex: add RegEx test application
Following the new RegEx class.
There is a need to create a dedicated test application in order to
validate this class and PMD.

Unlike net device this application loads data from a file.

This commit introduces the new RegEx test app.

The basic app flow:
1. Configure the RegEx device to use one queue, and set the rule
   database, using precompiled file.
2. Allocate mbufs based on the requested number of jobs, each job will
i  get one mbuf.
3. Enqueue as much as possible jobs.
4. Dequeue jobs.
5. if the number of dequeue jobs < requested number of jobs job to step

Signed-off-by: Ori Kam <orika@mellanox.com>
Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
2020-07-30 09:13:52 +02:00
..
pdump app: fix usage help of options separated by dashes 2020-04-25 21:56:18 +02:00
proc-info app/procinfo: use strlcpy for copying string 2019-10-27 11:33:24 +01:00
test test/cycles: restore default delay callback 2020-07-27 16:42:19 +02:00
test-acl app: fix usage help of options separated by dashes 2020-04-25 21:56:18 +02:00
test-bbdev add python2 deprecation notice 2020-07-21 22:58:18 +02:00
test-cmdline add python2 deprecation notice 2020-07-21 22:58:18 +02:00
test-compress-perf build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
test-crypto-perf app/crypto-perf: support security protocol in PMDCC mode 2020-07-28 22:09:22 +02:00
test-eventdev app/eventdev: fix capability check in pipeline ATQ test 2020-07-24 07:22:41 +02:00
test-fib app/fib: fix parsing of invalid line 2020-05-19 19:25:30 +02:00
test-flow-perf app/flow-perf: fix typo in usage help 2020-07-19 15:14:50 +02:00
test-pipeline replace unused attributes 2020-04-16 18:30:58 +02:00
test-pmd app/testpmd: fix typos 2020-07-17 18:21:21 +02:00
test-regex app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00
test-sad build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
Makefile app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00
meson.build app/regex: add RegEx test application 2020-07-30 09:13:52 +02:00