From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC785A0A02; Mon, 17 May 2021 10:18:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8666540041; Mon, 17 May 2021 10:18:58 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id A028E4003C for ; Mon, 17 May 2021 10:18:56 +0200 (CEST) IronPort-SDR: MwNHOrqaFhHvOGsGxfglykit+sIDIPsbK9uWQ4bOXJM4iKZ0Rxst3L6m8aaGoVjgFXmq9QNAog W+KYjogR++2w== X-IronPort-AV: E=McAfee;i="6200,9189,9986"; a="187817207" X-IronPort-AV: E=Sophos;i="5.82,306,1613462400"; d="scan'208";a="187817207" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 01:18:55 -0700 IronPort-SDR: i4U3B7YzehbIxneiXZpXsinqTvNdBoVz9JS1qfss8TBt2lkVCOOG9WSUmVAWdMcxG0jCcPUBWi BDYX6SqQEdDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,306,1613462400"; d="scan'208";a="543628407" Received: from bdcdev11.iind.intel.com ([10.190.193.151]) by orsmga004.jf.intel.com with ESMTP; 17 May 2021 01:18:53 -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, 17 May 2021 04:14:36 -0400 Message-Id: <1621239278-48078-1-git-send-email-churchill.khangar@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH 0/2] add new P4 scenario tests 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 has the changes to run the additional P4 use cases involving processing of packets with IP, multiple VLANs and multiple tables in the P4 pipeline. Patch details Patch 1 - pipeline dependencies to run new scenarios. Patch 2 - New tests logic implementation in pipeline suite. Churchill Khangar (2): dep: add pipeline new test scenarios dependencies tests/pipeline: add new P4 scenario tests dep/pipeline.tar.gz | Bin 74543 -> 78820 bytes tests/TestSuite_pipeline.py | 55 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 52 insertions(+), 3 deletions(-) -- 1.8.3.1