From patchwork Mon Jul 19 13:00:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Churchill Khangar X-Patchwork-Id: 96059 Return-Path: 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 ; 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" 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(-)