Message ID | 1626699608-20895-1-git-send-email-churchill.khangar@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E7286A034F; Mon, 19 Jul 2021 15:09:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF92C40E28; Mon, 19 Jul 2021 15:09:48 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id F37F64014E for <dts@dpdk.org>; Mon, 19 Jul 2021 15:09:47 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10049"; a="191333044" X-IronPort-AV: E=Sophos;i="5.84,252,1620716400"; d="scan'208";a="191333044" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 06:07:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,252,1620716400"; d="scan'208";a="494057036" Received: from bdcdev11.iind.intel.com ([10.190.193.151]) by fmsmga004.fm.intel.com with ESMTP; 19 Jul 2021 06:06:58 -0700 From: Churchill Khangar <churchill.khangar@intel.com> To: dts@dpdk.org Cc: venkata.suresh.kumar.p@intel.com, churchill.khangar@intel.com, yogesh.jangra@intel.com Date: Mon, 19 Jul 2021 09:00:06 -0400 Message-Id: <1626699608-20895-1-git-send-email-churchill.khangar@intel.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH 0/2] add pipeline LPM and action selector test coverage X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
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
> -----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