From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by dpdk.org (Postfix) with ESMTP id DEB99AFDC for ; Mon, 5 May 2014 18:09:36 +0200 (CEST) Received: by mail-we0-f169.google.com with SMTP id u56so7843506wes.28 for ; Mon, 05 May 2014 09:09:42 -0700 (PDT) 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=/7Aul4lQ5MdRNBrufXmvO5awtDSrHFUOe370sEm4e58=; b=AIHd5Ptecd/MY6YgnowEPTIDkkxeSpxaDDa85BDdXs0MJL6YZ/Xd0/+KQC+Vm0jy3C cLyYBJzOLLv8LGZf2qyMAiukACCHPq3urXn20vKBcFjxsQX4UqD9pnqXRnmFIS0qE8kK 8XDPE4tN7YC2C+1NPnxyTdOwEtFCbVQ9E/oQCgKhHUFHlrUwu3gRFyn6fJUpvVFah3dQ jXrTwRSItO+6g5tcEU2/butx7/+4MPyoljI3vHGkidAeqNTsY2AXBU/nNyddUPhaB5Lt TMgUEhZgjZw9Oq2IMzv8YQlxmao+28aZyr72m9mlELnN4E5KIsnWx566EaKQB21WBxsp 8qCQ== X-Gm-Message-State: ALoCoQkW1Rf++N/pSjWS5dtn7N4cBP/BOvdNy/pGBnsj6PC3Pqa4M55H4EV0ODusnrc8rf/Kx9oG X-Received: by 10.180.94.226 with SMTP id df2mr16545151wib.1.1399306182028; Mon, 05 May 2014 09:09:42 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id km2sm17625511wjb.13.2014.05.05.09.09.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 May 2014 09:09:41 -0700 (PDT) From: Thomas Monjalon To: Wang Sheng-Hui Date: Mon, 05 May 2014 18:09:40 +0200 Message-ID: <3909362.syfHFzD7HH@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.2-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <534B7400.3050905@gmail.com> References: <534B7400.3050905@gmail.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] eal_lcore.c: print the supported maximum lcores as configured, and detected lcores on eal cpu init 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: Mon, 05 May 2014 16:09:37 -0000 2014-04-14 13:37, Wang Sheng-Hui: > Print the maximum lcore(s) as configured, and the number of lcore(s) > detected on eal cpu init as debug info besides the not separate > detected/not-detected lcore info. > > Signed-off-by: Wang Sheng-Hui Added the BSD part, changed title to "eal: print maximum and detected lcores" and applied for version 1.7.0. Thanks -- Thomas