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 EBD0DA04C3; Fri, 22 Nov 2019 13:16:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F50358C3; Fri, 22 Nov 2019 13:16:12 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 100515681 for ; Fri, 22 Nov 2019 13:16:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574424970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9GYfffYvc1qrVMqgcGUmccaeU366hzmAt1dhKunorcg=; b=FiMYi4mwVPVp8sy1fc9v34XVlNriIANP2r1LxuXf0X6H8oJIFy2zNRWX2PsHr2fav1fr8u 2QhqW81peKT4QN//3LkB4urZ2aO92A360UNrpGbmai4Id5S452OPNF9d3qWT8BJlBG3/K4 qjCYIjNykBRzn/VmzEaOhR/cMAu4BiA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-190-qDGWx1l0NSGZaqli3mGVAA-1; Fri, 22 Nov 2019 07:16:08 -0500 Received: by mail-vk1-f198.google.com with SMTP id s205so344061vka.17 for ; Fri, 22 Nov 2019 04:16:08 -0800 (PST) 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=daEy/BBc60EOumMMi8fptPH9vPISQ9DXaUCvk2pi8sI=; b=QQXkf6OkP/vlCi2NueuLyi9MMLhpMuzVq4PUV3Ss9oMhbGsxDzCO+2jUHbyL6zzKG4 aBO0VlHWvA2Ii7lNwSt0BWXWhDu0/NkW53z2c5JWAKsmRy36BV5x8Zr/chafBXGZ/2Bt F25Bo/HQOZuaDf8QFfSVnPqpoOw2P1OF/S+XrykwVrsSyuZMgOrmnAh/PpZVGnm5vttZ Np04EcmtIadKBhuHoMcMVmPKQtETLCMvwFSMUF3rZ5gUT92Ya+U+1HDRVIqpvhbJoXR0 kWiT42KiXTimsf01vGl0sNzZpxwINg9xLYfB5LGxCyhmLN0X+c+g8bxUk0WflXhdkINb pXLQ== X-Gm-Message-State: APjAAAUzLAVBre/iF4p3jlhXky1Z1z4Aui3ZPMVSzqiEDEYtlXoWORmy 1OqvSVBFKll5WIvwh+bzWhY6KR1YO4rwmq0InJOt0TqFYfC7QLm3i0mSjkrCwXFjMEM951BhhLK SOwtPLWpc/Kf3+YX763c= X-Received: by 2002:a1f:9553:: with SMTP id x80mr9455256vkd.39.1574424968031; Fri, 22 Nov 2019 04:16:08 -0800 (PST) X-Google-Smtp-Source: APXvYqydvnW5bXGvuXiA4TmQU0H0MHz/umYG81HEOE4d517+Uvkl1YJx/d7Vwm17Al81jvE/Q1cK53IjKqL4Vui/cx0= X-Received: by 2002:a1f:9553:: with SMTP id x80mr9455233vkd.39.1574424967701; Fri, 22 Nov 2019 04:16:07 -0800 (PST) MIME-Version: 1.0 References: <20191120092835.25325-1-thomas@monjalon.net> In-Reply-To: <20191120092835.25325-1-thomas@monjalon.net> From: David Marchand Date: Fri, 22 Nov 2019 13:15:56 +0100 Message-ID: To: Thomas Monjalon Cc: Ferruh Yigit , Andrew Rybchenko , dev X-MC-Unique: qDGWx1l0NSGZaqli3mGVAA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] devtools: fix required memory for null test 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" On Wed, Nov 20, 2019 at 10:29 AM Thomas Monjalon wrot= e: > > The testpmd fails in memory allocation since some ethdev structs > have been extended. > Increasing memory allocation from 150 to 300 MB makes it working again. > > Fixes: 436b3a6b6e62 ("ethdev: reserve space in main structs for extension= ") Fixed with https://patchwork.dpdk.org/patch/63226/ Marking as rejected. --=20 David Marchand