From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id A49918D8D for ; Mon, 26 Oct 2015 20:48:28 +0100 (CET) Received: by wicll6 with SMTP id ll6so130110050wic.0 for ; Mon, 26 Oct 2015 12:48:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=oe0pPIH+HTVETN2x8r8eV414yV4AU+awDBwul2C2EEc=; b=wzD9KMA5MdfcGxkuoVXezhQOqwuYTwxLiWHsX/4oBZoF5eaEw4potXv8dWddTnhU+a ZP2JY2pNTiRhvxJeEzHOVpZZ9MYguosxR7KQG6t/KMKC3aB1DO8oAyKtmhTZIHtEXZcz ZBboJFmutu4nlz//8TCZMVfy6CkGkDl7x+EBfbV+CmU/Bc2tbjM8k+V9PnayGVte6AoF KK+tX5/JpwRj6klVfoo+02Uj7SeW8lIUid7kFOsC8N3m0R99w8+gYgvfvDHFyUrCUV5L 1cw2AnJJnnPQ2HSgWR1t1AV8ytL5sx9HbO70p9rrLllBVd8R8fOjPJJt69xf2bgeg8tH 7YdQ== 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=oe0pPIH+HTVETN2x8r8eV414yV4AU+awDBwul2C2EEc=; b=ImGkcMTuU8h/kwshMf6gYkm0mntrzmgZnrduYmW6alqpcBJEfAOvRV3VC33ehJFY42 ga/IcM2QtSR5HOfwV3qqhmnGspg2SqG2WieD/qYvVQqSQGLWlao2cNA/a1xUc/mJlPwP la+SDuXreCvlhmftWBVPdgdKabtR+zU0ptz2SZ5ha5j/Z00GJJibK6cSQjLUDO1W2BSQ Dg4BEHahfj09JdrQ2Vis1AZjcbTjkSgXdfhgpdczF+ftIkxzTmCJAU3hQmFEw3ndkN2L FjIjdGr5jC/0xHYggS/EY+NSe3In9yC+e0zG+qzZU4WgQSqigCIiONsUC8xQUoWxPOti yIww== X-Gm-Message-State: ALoCoQlMAzI+8wTyLePB+yvMKgSVyn1PXvP5og+zYQxOPp0eI41YTXyddKBLa9zLlG2/ePa6aCFV X-Received: by 10.180.108.162 with SMTP id hl2mr19180577wib.82.1445888908504; Mon, 26 Oct 2015 12:48:28 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id at4sm10399022wjc.9.2015.10.26.12.48.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 12:48:27 -0700 (PDT) From: Thomas Monjalon To: Rich Lane Date: Mon, 26 Oct 2015 20:47:18 +0100 Message-ID: <10965028.2hF1gvA4H4@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <6437409.HojkCX2fBM@xps13> References: <1443213436-113824-1-git-send-email-rlane@bigswitch.com> <6437409.HojkCX2fBM@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] default to using all cores if no -c, -l, or --lcores options given 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, 26 Oct 2015 19:48:28 -0000 2015-10-26 15:17, Thomas Monjalon: > There was no comment for this new behaviour. > It means everybody agree to default to all cores. > > 2015-09-25 13:37, Rich Lane: > > This is a useful default for simple applications where the assignment of lcores > > to CPUs doesn't matter. It's also useful for more complex applications that > > automatically assign tasks to cores based on the NUMA topology. > > > > Signed-off-by: Rich Lane Applied, thanks The documentation about the command line options must be updated and simplified.