From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 347238E7D for ; Tue, 13 Oct 2015 11:02:16 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 13 Oct 2015 02:02:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,677,1437462000"; d="scan'208";a="791360787" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2015 02:02:14 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Oct 2015 02:02:14 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Oct 2015 02:02:14 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Tue, 13 Oct 2015 17:02:12 +0800 From: "Liu, Yong" To: "Gu, YongjieX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] add coremask to execution_smoke configuration file Thread-Index: AQHQ+a772tJFYcNtfEu5dsGPcSyFOJ5pN8Rw Date: Tue, 13 Oct 2015 09:02:11 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F27A2C@SHSMSX103.ccr.corp.intel.com> References: <1443418015-122111-1-git-send-email-yongjiex.gu@intel.com> In-Reply-To: <1443418015-122111-1-git-send-email-yongjiex.gu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "Gu, YongjieX" Subject: Re: [dts] [PATCH] add coremask to execution_smoke configuration file 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: , X-List-Received-Date: Tue, 13 Oct 2015 09:02:16 -0000 Yongjie, your patch for coremask still not merged into dts by now. Please r= esend your patch set for coremask suite according to the comments. Then we can changed execution file. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yongjie > Sent: Monday, September 28, 2015 7:27 AM > To: dts@dpdk.org > Cc: Gu, YongjieX > Subject: [dts] [PATCH] add coremask to execution_smoke configuration file >=20 > From: GuYongjie >=20 >=20 > Signed-off-by: GuYongjie > --- > executions/execution_smoke.cfg | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >=20 > diff --git a/executions/execution_smoke.cfg > b/executions/execution_smoke.cfg > index 7631f5c..35a76e4 100644 > --- a/executions/execution_smoke.cfg > +++ b/executions/execution_smoke.cfg > @@ -25,7 +25,8 @@ test_suites=3D > pmd, > checksum_offload, > whitelist, > - blacklist > + blacklist, > + coremask > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dniantic:func=3Dtrue > -- > 1.7.4.4