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 7197DA046B for ; Fri, 26 Jul 2019 09:10:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD4541C1A3; Fri, 26 Jul 2019 09:10:10 +0200 (CEST) Received: from mail-ua1-f67.google.com (mail-ua1-f67.google.com [209.85.222.67]) by dpdk.org (Postfix) with ESMTP id F00AD1BE80 for ; Fri, 26 Jul 2019 09:10:08 +0200 (CEST) Received: by mail-ua1-f67.google.com with SMTP id s4so20917994uad.7 for ; Fri, 26 Jul 2019 00:10:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5f3tkTt5E4TlMzJMr+jRfZs3YI0umppzigZsj+0voio=; b=BlacLfZl0uej5mAP6yKsXd12DK8501vKOyQ9zCvGfsae6p5wQe+p6MhoGH6bqXbHmX JW6cbpMLEdrSNqDsoqU/1bGXtiCi8xI3LsynQzW8cAhLKTKnB+d8CV0GT314M6IRjthm DBasVMFxZwaUQfg0uMFacVSA58ktE8yfKcJfKwyHCIywturLwbmLCeKX+RrVRUayYVRJ qCa77knJinjbyzetc6M3gXPwHU1hjs6jl+8z4NTXgAUUv0oWrcXuKmuUiYbSXI53JGDi +JecTg+lLDaJV0HrTPmAxKQyVz/HO40Ci4C213fmVahSL2568LqxDcbYHNMmiDz60pri wpAw== X-Gm-Message-State: APjAAAXBgnNylUcyNGJwHK3gYCjFnewZo7CmtDQb42Ey/yj/4cy/bO3a CdTpFIuIeAjBg9jsRt1IXCaidPTPqRTSx/QGfA8mTQ== X-Google-Smtp-Source: APXvYqyoGiGrgLTL2E2q4Vaw2xYQ0OltwF1J8A9yai+h23b4imfqgrTt0uq70sGGkhfld0AeUg4oMeeSgcCeOGLCUxI= X-Received: by 2002:ab0:168a:: with SMTP id e10mr12936076uaf.87.1564125008400; Fri, 26 Jul 2019 00:10:08 -0700 (PDT) MIME-Version: 1.0 References: <20190725213138.32588-1-msantana@redhat.com> In-Reply-To: <20190725213138.32588-1-msantana@redhat.com> From: David Marchand Date: Fri, 26 Jul 2019 09:09:57 +0200 Message-ID: To: Michael Santana Cc: dev , Cristian Dumitrescu Content-Type: text/plain; charset="UTF-8" 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" Hello Michael, On Thu, Jul 25, 2019 at 11:31 PM Michael Santana wrote: > > 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 is mainly for tests in CI, might be worth mentionning in the commitlog. Do you have a rough estimate of how the need in memory changes with this patch? -- David Marchand