From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 264EBA0545; Fri, 13 Nov 2020 03:45:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33D585AB7; Fri, 13 Nov 2020 03:45:28 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 82BD656A3 for ; Fri, 13 Nov 2020 03:45:26 +0100 (CET) IronPort-SDR: uL2Uy39gphHnEt/vVhWIe6mh7zkFr6EoN3MqxL1a/yiSKzpHLIt/rAZSZYbB4BDPznUa88bKs9 dodtYC6z7IHg== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="158194872" X-IronPort-AV: E=Sophos;i="5.77,473,1596524400"; d="scan'208";a="158194872" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 18:45:24 -0800 IronPort-SDR: S0ylNTm+QzH3DIbpMlIVF4tn3sWYXBWp1fro/pkAlkpiE/sYb5ybhTkX0ffBv5IiVhU/wJh+uZ b4RksJZM9sbQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,473,1596524400"; d="scan'208";a="323857350" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 12 Nov 2020 18:45:24 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 12 Nov 2020 18:45:23 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 13 Nov 2020 10:45:21 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 13 Nov 2020 10:45:21 +0800 From: "Tu, Lijuan" To: "Khangar, Churchill" , "dts@dpdk.org" CC: "Dumitrescu, Cristian" , "P, Venkata Suresh Kumar" , "Khangar, Churchill" , "Jangra, Yogesh" Thread-Topic: [dts] [PATCH] tests/pipeline: add pipeline suite Thread-Index: AQHWuBFC5PZ1wyizgkyt3j/mddQWyanFWn6Q Date: Fri, 13 Nov 2020 02:45:21 +0000 Message-ID: <3b59a9e6d4714b62ac79ddb05537559c@intel.com> References: <1605088493-42529-1-git-send-email-churchill.khangar@intel.com> In-Reply-To: <1605088493-42529-1-git-send-email-churchill.khangar@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests/pipeline: add pipeline suite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" > Add pipeline test cases >=20 > Signed-off-by: Yogesh Jangra > Signed-off-by: Churchill Khangar > Tested-by: Venkata Suresh Kumar P > --- > conf/app_name.cfg | 10 +- > dep/pipeline.tar.gz | Bin 0 -> 119666 bytes > test_plans/pipeline_test_plan.rst | 122 + > tests/TestSuite_pipeline.py | 5833 > +++++++++++++++++++++++++++++++++++++ > 4 files changed, 5957 insertions(+), 8 deletions(-) > create mode 100644 dep/pipeline.tar.gz > create mode 100644 test_plans/pipeline_test_plan.rst > create mode 100644 test_plans/pipeline_test_plan.rst Split the files to several patches, and make them a series with cover-lette= r, i.e.=20 [0/3] cover letter [1/3] dep/pipeline.tar.gz [2/3] test_plans/pipeline_test_plan.rst [3/3] test_plans/pipeline_test_plan.rst Refer to http://patchwork.dpdk.org/project/dts/list/?series=3D13765 >=20 > diff --git a/conf/app_name.cfg b/conf/app_name.cfg > index e1d78d6..ff73bf8 100644 > --- a/conf/app_name.cfg > +++ b/conf/app_name.cfg > @@ -43,6 +43,7 @@ l3fwd-thread=3Dtarget/examples/dpdk-l3fwd-thread > link_status_interrupt=3Dtarget/examples/dpdk-link_status_interrupt > ntb=3Dtarget/examples/dpdk-ntb > packet_ordering=3Dtarget/examples/dpdk-packet_ordering > +pipeline=3Dtarget/examples/dpdk-pipeline > ptpclient=3Dtarget/examples/dpdk-ptpclient > qos_meter=3Dtarget/examples/dpdk-qos_meter > qos_sched=3Dtarget/examples/dpdk-qos_sched > @@ -62,14 +63,6 @@ hotplug_mp=3Dtarget/examples/dpdk-hotplug_mp > mp_server=3Dtarget/examples/dpdk-mp_server > simple_mp=3Dtarget/examples/dpdk-simple_mp > symmetric_mp=3Dtarget/examples/dpdk-symmetric_mp > -cmdline=3Dtarget/examples/dpdk-cmdline > -distributor=3Dtarget/examples/dpdk-distributor > -netmap_compat=3Dtarget/examples/dpdk-netmap_compat > -node=3Dtarget/examples/dpdk-efd_node > -server=3Dtarget/examples/dpdk-efd_server > -testpmd_vf=3Dtarget/app/dpdk-testpmd-vf > -vm_power_manager=3Dtarget/examples/dpdk-vm_power_manager > -guest_cli=3Dtarget/examples/dpdk-guest_cli Removed by mistake ? <...>