Re: [dpdk-dev] [PATCH v3] app/test-regex: add RegEx test application

2020-07-29 Thread Thomas Monjalon
29/07/2020 13:26, Ori Kam: > --- /dev/null > +++ b/app/test-regex/Makefile > @@ -0,0 +1,21 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright 2020 Mellanox Technologies, Ltd > + > +include $(RTE_SDK)/mk/rte.vars.mk > + > +# > +# library name It's not a library. You can completely drop th

[dpdk-dev] [PATCH v3] app/test-regex: add RegEx test application

2020-07-29 Thread Ori Kam
From: Yuval Avnery 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