From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1379AA034C; Wed, 22 Jun 2022 19:04:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A25C840A84; Wed, 22 Jun 2022 19:04:08 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id F220E4069F for ; Wed, 22 Jun 2022 19:04:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1655917446; 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: in-reply-to:in-reply-to:references:references; bh=PCFiF/fKJQAgiT/juXA8+JEk5vJp+hlzTGGjwjJ4SQc=; b=KZzgYUaZneeceI3MPqZlcTGXG4WxNQszqwZ5xXdSkl8OGaBCBgSJayplE96TZa3zdJGesL RU7o9Ns7EK2OROvU+SC1RIiJ6xemjHZr/+6QD2UfnvVYadny1zHYpmbhwH1liwxaUIwu90 91Xf0b3mRzCRRh4EODwWs2nC3Gpy5oM= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-394-Fsod7ANDOKqlI0AXAIpDHg-1; Wed, 22 Jun 2022 13:04:05 -0400 X-MC-Unique: Fsod7ANDOKqlI0AXAIpDHg-1 Received: by mail-lf1-f70.google.com with SMTP id q22-20020a0565123a9600b0047f6b8e1babso4787515lfu.21 for ; Wed, 22 Jun 2022 10:04:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PCFiF/fKJQAgiT/juXA8+JEk5vJp+hlzTGGjwjJ4SQc=; b=B67mcCVWeW7QEbGLy6ntBG/aZMc6/lCdeIVq4l57Qggnx/PtBGhDJtTh2GGej2ORX+ afrjTq7hNmWdXLhAuxwLGmOL+6eqvBh6hhH07Dqf1bDwYqPJY6ut0B+7HaB5NUBL9CP9 /cVchD4gY/G2PZSht2O1D++QSWOsVbLDrqIgEGvNVSUeru5s//5lbCtdJoL0b21v/DSs miZN58WO6ThbShkEs3YDAdqc2aRkaLCVO9Hzxr2yZV6E9NLEXva2NXZjC/K9ZWYNLSau UvzgGmqRtvWVYAQKNK9GxfIxppWekPZmxxP1N63piMATb5sG9ja4zR6uKXP/vxcaJQyg xmOg== X-Gm-Message-State: AJIora8lk+Hx9D98GTKCq+bo1F2dVaKLOixShJo5uYCkEQGpgaZriPy9 0/dZtyIBSPklqly4GoNVhsl6m6oWl8OK78RVdJihWGCuaLLaJ2DC+uV3HHUecBxHQrc1qn1u1UL HCgYkkoe16El02uJr0/U= X-Received: by 2002:ac2:51a5:0:b0:47f:79a1:5c02 with SMTP id f5-20020ac251a5000000b0047f79a15c02mr2752574lfk.575.1655917443663; Wed, 22 Jun 2022 10:04:03 -0700 (PDT) X-Google-Smtp-Source: AGRyM1uZPRaEKcAvInIjsuE6FmAGDQzD7QqUbevdkTJb/VNkd5t3s1LWxnPxR6JBQdzcKNmcRdGMb31qhjhh8ac7sEE= X-Received: by 2002:ac2:51a5:0:b0:47f:79a1:5c02 with SMTP id f5-20020ac251a5000000b0047f79a15c02mr2752559lfk.575.1655917443452; Wed, 22 Jun 2022 10:04:03 -0700 (PDT) MIME-Version: 1.0 References: <20220525051837.247255-1-fidaullah.noonari@emumba.com> In-Reply-To: From: David Marchand Date: Wed, 22 Jun 2022 19:03:52 +0200 Message-ID: Subject: Re: [PATCH] eal: fixes the bug where rte_malloc() fails to allocates memory To: Dmitry Kozlyuk , Anatoly Burakov Cc: Fidaullah Noonari , dpdk-dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Sat, Jun 18, 2022 at 1:29 PM Dmitry Kozlyuk wrote: > > Hi Fidaullah, > > Thanks for the fix, > Acked-by: Dmitry Kozlyuk This seems backport material. Dmitry, Anatoly, do you agree? If so I'll mark it when applying. As for a Fixes: line, the closer commit touching this part is 07dcbfe0101f ("malloc: support multiprocess memory hotplug") but I wonder if this bug predates this commit. -- David Marchand