Re: [dpdk-dev] [PATCH v2 0/2] app/acl: help to automate testing

2021-07-30 Thread Thomas Monjalon
26/07/2021 13:51, Konstantin Ananyev: > The purpose of this series is to help automate ACL library functional > testing using test-acl app. > First patch adds into test-acl ability to skip comment/empty lines. > Second patch adds script for automate testing. > Sample input files are also provided.

[dpdk-dev] [PATCH v2 0/2] app/acl: help to automate testing

2021-07-26 Thread Konstantin Ananyev
The purpose of this series is to help automate ACL library functional testing using test-acl app. First patch adds into test-acl ability to skip comment/empty lines. Second patch adds script for automate testing. Sample input files are also provided. v2: - Added ability to skip comment/empty line