From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3F891A0487 for ; Tue, 30 Jul 2019 11:24:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C7C801C00E; Tue, 30 Jul 2019 11:24:39 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id AFBEA1BEB6; Tue, 30 Jul 2019 11:24:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DDBF521FE0; Tue, 30 Jul 2019 05:24:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 05:24:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=o+h6u6BOFIfJFTdDDRhzaeHLqHzN7KIwVe2bIAobSJM=; b=WJGQZFQX0XEz Z0xhHzb1ZJ7x2JisY47I5mhNa5TGUZKzWSA/5sjHOv8JLFd3eKtj/z2zDgkfKYwB Xia58bnM+RLeFIUqwmC0OFUAIftnxsxKz1FMyGLSmBqeNNYnSrX4Z6oqIPwZFe+0 CRe9HjvYFFprM6okYcsSzP+S+QsKW7Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=o+h6u6BOFIfJFTdDDRhzaeHLqHzN7KIwVe2bIAobS JM=; b=0YyTwQrk6Xk0dc4c/CeO00dDcWq1E5DZaYHvFUU7HLyBOXCZHtrPcZP5F sUSVXgtN0zILhLaUSk3zBch56rIi9n0BLz5ehkNEI6H/2WK7/P+VCmtRUxgcpCwW zx4WPcnRCHnqQMF/MNTlCm7iIYyG+G+yGOSbVre1xTR+S0wryAspdtBcfwsF2sGD W4E/a+DG6BiyjDbTrwPaZvwveJULvccMeXONt+YEkFtWyoz0BBy6rWj6ag4jYxdr jv0+Qg9pR9lUXbzx39rocoWugPXZQoQAskxSobE14PHUTiZhy/Q491Rz8i97Z6oi tJb1nuKbqIgNEaHJaHDdESW1ymxzA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BBBB5380084; Tue, 30 Jul 2019 05:24:35 -0400 (EDT) From: Thomas Monjalon To: David Marchand , Vamsi Attunuru Cc: dev@dpdk.org, stable@dpdk.org Date: Tue, 30 Jul 2019 11:24:34 +0200 Message-ID: <2470917.OEGRKAZCeL@xps> In-Reply-To: <1564387730-2164-1-git-send-email-david.marchand@redhat.com> References: <20190410072532.17182-1-vattunuru@marvell.com> <1564387730-2164-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] test: fix --socket-mem option in eal flag autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/07/2019 10:08, David Marchand: > From: Vamsi Attunuru > > eal flag autotest fails when multiple mem size flags are passed to > --socket-mem option irrespective of RTE_MAX_NUMA_NODES and the number of > available sockets on the test system. > > Fixes: 45f1b6e8680a ("app: add new tests on eal flags") > Cc: stable@dpdk.org > > Signed-off-by: Vamsi Attunuru > Signed-off-by: David Marchand > Reviewed-by: Vamsi Attunuru > Tested-by: Vamsi Attunuru Applied, thanks