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 C325AA32A2 for ; Thu, 24 Oct 2019 14:56:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8329F1EA61; Thu, 24 Oct 2019 14:56:42 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 60CA31EA4A for ; Thu, 24 Oct 2019 14:56:39 +0200 (CEST) Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 790A066C5C for ; Thu, 24 Oct 2019 12:56:38 +0000 (UTC) Received: by mail-vk1-f200.google.com with SMTP id g144so4720149vkf.8 for ; Thu, 24 Oct 2019 05:56:38 -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=kgjFFmW9dnsS64yAoWeRyyGE2wE62f7Pm3ns58VxHeA=; b=ekqckIDqQ47OqqCtNjjw10/pS5tjDnc4ca7V0HNhClESChq48B+kFNPwYGOjY7XfFN hsloyFMMe5apNNxbaSt2Eacrgox+VCyBVLBzgHMeHsjkiZWwetbpIq8iUB6ob+FZmnaJ 3CzWJloCnkzxiXxKVPiuXoTa1dyYCktIshD2nBInFfK7fJaYKXd/dim+Zb1wPobq5CJr aZaRuJWfF6pllrtYnMpoL6bbGwlAvdVTvGN2IpsN4Ax66wELlhAe2iwCbqWKHR0o49ap lqiH2KNwH9+4TKScLZRg/HyXeR/qrJiDZYiq2MI6N4RWRf9LF1S12XW4cQ+lNScrnGES Qu8g== X-Gm-Message-State: APjAAAX83DuzTGLse/iLtS4IZkwBauVFFR1v/QM67dqeeWzZOEoeGvNN cyLxhqS1ZlFaRUZxrAKzShtTkPit2qmbExqBKUuCy6SKqOFm7dNGNtmWvEQbOUneC+eu9Krf15B bbTKf3goCdOQKhp+Pp1qK9fA= X-Received: by 2002:a67:7d95:: with SMTP id y143mr1877496vsc.39.1571921797624; Thu, 24 Oct 2019 05:56:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqx8saTSAt5rqg1Yw+PqcQdD6DdCjYjP/wFwfeZVmrzaNJzoS2SIf5Mr1m8waDxzp8sYnKj0zNPkIjhAi0JxbcI= X-Received: by 2002:a67:7d95:: with SMTP id y143mr1877482vsc.39.1571921797323; Thu, 24 Oct 2019 05:56:37 -0700 (PDT) MIME-Version: 1.0 References: <1571772857-18287-1-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Thu, 24 Oct 2019 14:56:26 +0200 Message-ID: To: David Marchand Cc: dev , Bruce Richardson , dpdk stable , Thomas Monjalon , "Burakov, Anatoly" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: remove dead code on NUMA node detection X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Oct 23, 2019 at 7:49 PM Burakov, Anatoly wrote: > > On 22-Oct-19 8:34 PM, David Marchand wrote: > > RTE_EAL_ALLOW_INV_SOCKET_ID had been introduced and documented as used > > with xen dom0 support (dropped for some time now). > > > > Closely looking at this, the code was changed later and ensures that the > > socket id is in the [0..RTE_MAX_NUMA_NODES] range anyway. > > > > Let's drop this dead code and the build option with it. > > > > Fixes: 94ef2964148a ("eal/linux: fix numa node detection") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > > --- > Acked-by: Stephen Hemminger > > Acked-by: Anatoly Burakov Applied. -- David Marchand