mbox series

[0/2] add pipeline LPM and action selector test coverage

Message ID 1626699608-20895-1-git-send-email-churchill.khangar@intel.com (mailing list archive)
Headers
Series add pipeline LPM and action selector test coverage |

Message

Churchill Khangar July 19, 2021, 1 p.m. UTC
  This patch series includes the changes to enhance the pipeline
test suite to cover the new features Longest Prefix Match(LPM)
and action selector. Changes included in both the dep and tests
folders.

Churchill Khangar (2):
  dep: add LPM and action selector pipeline test suite dependencies
  tests/pipeline: add LPM and action selector test suite

 dep/pipeline.tar.gz         | Bin 79658 -> 87441 bytes
 tests/TestSuite_pipeline.py | 391 ++++++++++++++++++++++++++++++++++++--------
 2 files changed, 326 insertions(+), 65 deletions(-)
  

Comments

Tu, Lijuan July 26, 2021, 2:35 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Churchill Khangar
> Sent: 2021年7月19日 21:00
> To: dts@dpdk.org
> Cc: P, Venkata Suresh Kumar <venkata.suresh.kumar.p@intel.com>; Khangar,
> Churchill <churchill.khangar@intel.com>; Jangra, Yogesh
> <yogesh.jangra@intel.com>
> Subject: [dts] [PATCH 0/2] add pipeline LPM and action selector test coverage
> 
> This patch series includes the changes to enhance the pipeline test suite to cover
> the new features Longest Prefix Match(LPM) and action selector. Changes
> included in both the dep and tests folders.
> 
> Churchill Khangar (2):
>   dep: add LPM and action selector pipeline test suite dependencies
>   tests/pipeline: add LPM and action selector test suite
> 
>  dep/pipeline.tar.gz         | Bin 79658 -> 87441 bytes
>  tests/TestSuite_pipeline.py | 391 ++++++++++++++++++++++++++++++++++++--
> ------
>  2 files changed, 326 insertions(+), 65 deletions(-)
> 
> --
> 1.8.3.1


Applied, thanks