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 662E4A0524; Thu, 26 Nov 2020 09:04:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2CB57C93C; Thu, 26 Nov 2020 09:03:59 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C68B1C928 for ; Thu, 26 Nov 2020 09:03:56 +0100 (CET) IronPort-SDR: fFsY5KwgKUPE+og82dLzCm4cDL4HMKK285XPPRHlqJ/Kh1ztIWcn9RtGYozWm9+6KYUEN7Bs1U ggKA0fVeJMJg== X-IronPort-AV: E=McAfee;i="6000,8403,9816"; a="171472714" X-IronPort-AV: E=Sophos;i="5.78,371,1599548400"; d="scan'208";a="171472714" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Nov 2020 00:03:54 -0800 IronPort-SDR: g/gJOPpqukoI/8aCrhlag7LBnd/5vzwrsdP1SIKxr8mqk/c7TYKUbyYLye0wJQuT9BveyL/eXr ZWJsd8ap7JmA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,371,1599548400"; d="scan'208";a="333300573" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 26 Nov 2020 00:03:53 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 26 Nov 2020 00:03:51 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 26 Nov 2020 16:03:49 +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; Thu, 26 Nov 2020 16:03:49 +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 v2 0/2] Add pipeline additional table tests Thread-Index: AQHWw8k8FfE/CGexm0i0TeUQJsBkv6naDa+A Date: Thu, 26 Nov 2020 08:03:49 +0000 Message-ID: References: <1606377051-47458-1-git-send-email-churchill.khangar@intel.com> In-Reply-To: <1606377051-47458-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 v2 0/2] Add pipeline additional table tests 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" > This patch series has the changes to add additional pipeline table test > scenarios. >=20 > Patch Details > Patch1 - Pipeline additional table tests logic implementation > Patch2 - Pipeline additional table tests dependencies Applied