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 6CE02A046B for ; Fri, 26 Jul 2019 11:35:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF7661C400; Fri, 26 Jul 2019 11:35:41 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 1E1101C3FF for ; Fri, 26 Jul 2019 11:35:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 02:35:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="181815251" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga002.jf.intel.com with ESMTP; 26 Jul 2019 02:35:38 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by irsmsx110.ger.corp.intel.com ([169.254.15.82]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 10:35:37 +0100 From: "Dumitrescu, Cristian" To: Michael Santana , "dev@dpdk.org" Thread-Topic: [PATCH] test/table_autotest: Decrease memory requirement Thread-Index: AQHVQzBbd+CP5HkbMUy/wrVgvcV6i6bcpHBw Date: Fri, 26 Jul 2019 09:35:37 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E8F3884@IRSMSX108.ger.corp.intel.com> References: <20190725213138.32588-1-msantana@redhat.com> In-Reply-To: <20190725213138.32588-1-msantana@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTUyNTBmMGQtNDE4ZC00MjAwLWE5YTQtYzdlYzYwNThiZjdjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSDQxWVpxVFRKUWZjTjFnZzh2SmR1bmorbEhiRUJjQ09xYmhHY2xvSWVLc1N0cFlpb1ZYc2JFZHFmSklcL1RcL1JYIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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" > -----Original Message----- > From: Michael Santana [mailto:msantana@redhat.com] > Sent: Thursday, July 25, 2019 10:32 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Michael Santana > Francisco > Subject: [PATCH] test/table_autotest: Decrease memory requirement >=20 > 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. >=20 > Signed-off-by: Michael Santana > --- > app/test/test_table_tables.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 Acked-by: Cristian Dumitrescu