From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 489CF9AB9 for ; Tue, 24 Feb 2015 20:04:08 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id l15so27480646wiw.3 for ; Tue, 24 Feb 2015 11:04:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=8iOYwkZwGRDDyDBO1IoTg1Dp4OURvVoadEjD+UeNmms=; b=M2fFaFaFR+boMjF62ZjGc3bWSJzXNg4xBHV636G4hq7EY/+NVdgO774ZmePgkSDnpL LyCI8131aQLzfS8IhPvGJGMhN4zjLcamellgqsTYVIDR5LYI0MvV2jicfQuxHNvsDgz6 W63pV/P0QC9s4/uL2XR5PXMWPafassYzYf6+ZYZE+S9t16ofUh/hiphOqvSNDz2yNGET PqPxCsKrY+C9ZkmLYsgu7arUUXVA/n3+mrRZS1vfbyevirHSYSVQQ7f6ylSjNcSFbFxx wf3xV2TEnUoaj4ftuVoNcjIJpLATSCddeVQYdAA+Wbvc50jhqlBWz+4po7v5NqQecqwa 9T/w== X-Gm-Message-State: ALoCoQlw7mxSbs2LrqiokKWFPektw4POBsq8MlInHUAlUBuHIj6bKTU1pqTAZakEefM7Skd2GwIo X-Received: by 10.180.78.136 with SMTP id b8mr33809661wix.6.1424804648108; Tue, 24 Feb 2015 11:04:08 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fu1sm21776327wic.2.2015.02.24.11.04.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 11:04:07 -0800 (PST) From: Thomas Monjalon To: Cunming Liang Date: Tue, 24 Feb 2015 20:03:35 +0100 Message-ID: <5017547.gHBg0tIh8z@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1423979251-5562-1-git-send-email-cunming.liang@intel.com> References: <1423979251-5562-1-git-send-email-cunming.liang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1] test: add ut for eal flags --lcores X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 19:04:08 -0000 2015-02-15 13:47, Cunming Liang: > The patch add unit test for the new eal option "--lcores". > > Signed-off-by: Cunming Liang > --- > It depends on the previous patch which enabling EAL "--lcores" option. > http://dpdk.org/ml/archives/dev/2015-February/013204.html Applied, thanks