From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <reshma.pattan@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 403837CB0
 for <dev@dpdk.org>; Wed, 17 Oct 2018 18:32:54 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga008.fm.intel.com ([10.253.24.58])
 by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 17 Oct 2018 09:32:53 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.54,393,1534834800"; d="scan'208";a="79504216"
Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157])
 by fmsmga008.fm.intel.com with ESMTP; 17 Oct 2018 09:32:52 -0700
Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by
 IRSMSX103.ger.corp.intel.com ([169.254.3.248]) with mapi id 14.03.0319.002;
 Wed, 17 Oct 2018 17:32:51 +0100
From: "Pattan, Reshma" <reshma.pattan@intel.com>
To: "Vemula, Hari KumarX" <hari.kumarx.vemula@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Richardson, Bruce"
 <bruce.richardson@intel.com>
Thread-Topic: [PATCH v2 2/5] test: add quick run tests under test-fast suite
Thread-Index: AQHUYjj91xWrOn/sTEOFdg/ES64XtKUjqS+g
Date: Wed, 17 Oct 2018 16:32:51 +0000
Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B9A81@irsmsx110.ger.corp.intel.com>
References: <1537545528-27848-1-git-send-email-hari.kumarx.vemula@intel.com>
 <1539354799-21027-3-git-send-email-hari.kumarx.vemula@intel.com>
In-Reply-To: <1539354799-21027-3-git-send-email-hari.kumarx.vemula@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 11.0.200.100
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 2/5] test: add quick run tests under
	test-fast suite
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Oct 2018 16:32:54 -0000



> -----Original Message-----
> From: Vemula, Hari KumarX
> Sent: Friday, October 12, 2018 3:33 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Pattan, Reshma
> <reshma.pattan@intel.com>; Vemula, Hari KumarX
> <hari.kumarx.vemula@intel.com>
> Subject: [PATCH v2 2/5] test: add quick run tests under test-fast suite
>=20
> From: Hari Kumar Vemula <hari.kumarx.vemula@intel.com>
> +                        is_parallel : true,

Meson by default run the UTs in parallel by default, so u can remove the ab=
ove line.

Thanks,
Reshma