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 AC79EA0487 for ; Tue, 30 Jul 2019 11:28:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D872E1BFFE; Tue, 30 Jul 2019 11:27:59 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F3BF51BEB6 for ; Tue, 30 Jul 2019 11:27:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4210720F20; Tue, 30 Jul 2019 05:27:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 05:27:57 -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=RuEnMJ9Qzwp+knsh7/6fpJ0And5LZoPacKq646tg2co=; b=ktF+PiJrQIfd ayfnhSP0VLxry9ziseOSSxHkQ9WHD9oYzXPDuV6eCNucYKeGSCmL0qyoOX5uY8Nd nBJPtzXPLYdFcH4a0lcK+uRwdQCCFEEzra9pjP4fwRWucLYMAz+Raxr1xRkRFL7v AjPmdQQhh2GiHllovRHgHcnuUTJmVPE= 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=RuEnMJ9Qzwp+knsh7/6fpJ0And5LZoPacKq646tg2 co=; b=pWySPrGZjYG4M8QuSftVFbJV9XeLCryhCT7QJHa5F8WUSJbt1W4cd/WI5 tc5Ypv61oiQUXPOzXW7/kX7CYzVEjocCMM2MGJjkYu9iN6ZttDsGRTb0DiiEwCg3 5UaXwi21BaE+ve+UYMSe+M882zzU+iZSya3eh38HcPIz1ZmeHuPP65N+GkCoI6Tx 26y0s9fbXNIUQcsUHmlwtZCDl6A+XRpnMNG5axHmTwT/FTxpkplVP8NdYgFIeQia i6lrSj101ftWVz1+Nc248qqKOGwK5WxKqWbf2uQn6myI2y2twQvTGUc8r91oqQGM QJAx06pCSkLtwHtzRcHfirjK+Drzw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgdduhecutefuodetggdotefrodftvf 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 2C3618005B; Tue, 30 Jul 2019 05:27:56 -0400 (EDT) From: Thomas Monjalon To: Michael Santana Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Tue, 30 Jul 2019 11:27:55 +0200 Message-ID: <2530334.fTcWlh1LUP@xps> In-Reply-To: <20190729151834.13742-1-msantana@redhat.com> References: <20190725213138.32588-1-msantana@redhat.com> <20190729151834.13742-1-msantana@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] test/table_autotest: Decrease memory requirement 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 17:18, Michael Santana: > This patch reduces the memory footprint of tables for the unit test. > Lower memory footprint means the test now passes when trying to allocate > the tables. This patch is mainly to make table_autotest pass in CI. > > Signed-off-by: Michael Santana > Acked-by: Cristian Dumitrescu Applied, thanks