[dts] [PATCH] dts: introduce new test-cases for DPDK acl library

Ananyev, Konstantin konstantin.ananyev at intel.com
Wed May 26 11:37:18 CEST 2021


> > Introduce new test-cases for acl library.
> > Several test-cases to validate different classify algorithms:
> > scalar, sse, avx2, avx512x16, avx512x32.
> > DPDK test-acl app and script are main vehicles for these tests.
> > These tests use pre-generated (by classbench) input rule and trace files.
> >
> > Signed-off-by: Zbigniew Sikora <zbigniewx.sikora at intel.com>
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> > ---
> >  Depends-on: dpdk series-17015 ("app/acl: add script for automate testing")
> > ---
> >  dep/test-acl-input.tar.gz    | Bin 0 -> 4418039 bytes
> >  test_plans/acl_test_plan.rst | 183 +++++++++++++++++++++++++++++++++++
> >  tests/TestSuite_acl.py       | 125 ++++++++++++++++++++++++
> >  3 files changed, 308 insertions(+)
> 
> Could you please split the big dependence file to another patch next time ? it's really difficult to review.

Not sure how exactly you'd like it to be split?
That file is a compressed archive of pre-generated input files (rules, traces), see below for contents.
I can leave them in plain text form, but then it will consume even more space.
Konstantin

$ gzip -cd dep/test-acl-input.tar.gz | tar tfv -
drwxrwxr-x kananye1/kananye1 0 2021-05-18 08:02 test-acl-input/
-rw-r--r-- kananye1/kananye1 802444 2021-05-18 08:00 test-acl-input/acl1v4_10k_rule
-rw-r--r-- kananye1/kananye1 762036 2021-05-18 08:00 test-acl-input/acl2v4_10k_rule
-rw-r--r-- kananye1/kananye1 764004 2021-05-18 08:00 test-acl-input/acl3v4_10k_rule
-rw-r--r-- kananye1/kananye1 755551 2021-05-18 08:00 test-acl-input/acl4v4_10k_rule
-rw-r--r-- kananye1/kananye1 569493 2021-05-18 08:00 test-acl-input/acl5v4_10k_rule
-rw-r--r-- kananye1/kananye1 4028024 2021-05-18 08:01 test-acl-input/acl1v4_10k_trace
-rw-r--r-- kananye1/kananye1  397090 2021-05-18 08:01 test-acl-input/acl2v4_10k_trace
-rw-r--r-- kananye1/kananye1 3876932 2021-05-18 08:01 test-acl-input/acl3v4_10k_trace
-rw-r--r-- kananye1/kananye1 3872533 2021-05-18 08:01 test-acl-input/acl4v4_10k_trace
-rw-r--r-- kananye1/kananye1 2907060 2021-05-18 08:01 test-acl-input/acl5v4_10k_trace
-rw-r--r-- kananye1/kananye1  118467 2021-05-18 08:02 test-acl-input/acl1v6_1k_rule
-rw-r--r-- kananye1/kananye1  970463 2021-05-18 08:02 test-acl-input/acl1v6_1k_trace
 




More information about the dts mailing list