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>
21 lines
334 B
ReStructuredText
21 lines
334 B
ReStructuredText
.. SPDX-License-Identifier: BSD-3-Clause
|
|
Copyright(c) 2016 Canonical Limited. All rights reserved.
|
|
|
|
DPDK Tools User Guides
|
|
======================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:numbered:
|
|
|
|
proc_info
|
|
pdump
|
|
pmdinfo
|
|
devbind
|
|
flow-perf
|
|
testbbdev
|
|
cryptoperf
|
|
comp_perf
|
|
testeventdev
|
|
testregex
|