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 3638AA04B0; Sat, 24 Oct 2020 18:43:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC2251288; Sat, 24 Oct 2020 18:43:21 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 45246126B for ; Sat, 24 Oct 2020 18:43:20 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id x13so3630701pfa.9 for ; Sat, 24 Oct 2020 09:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=B+ZrVVUXQ96ssXoUGKI36I8vCuswXNFy3jjsHJhB2Jg=; b=am7u5I0TuHlcYSs/M0EdBh9yVkYPhG8GgXvrjvCamTM+/UCfjKIi5gJTSIMmpMy678 xpCQwpxZuR9/U55vHNil9p5B4em0Y0sFcwUzyQ6H9OYKs6d2sXnsAgTY8BarptitAWdM dGjJT5wjqUPzZdfHmmSVzLpYDg71zXOamt0w4hYHbakwS3XExE5KwXLnlPskd40NURiH 8A5I3Ap6KXyUuu8cgePnrfkxpvggfCwnrrU+PlHo1VXGc8vm6JvJKesloX+4Dv6VTX3k wyGdnL6uCI+4hlCP2AYuMFeoyYS/Evs+RZKpcCOlzUEMVBpOjurz74D2THiQ9Yh6w0mm VOqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=B+ZrVVUXQ96ssXoUGKI36I8vCuswXNFy3jjsHJhB2Jg=; b=T+h/xsJgElSgx+RNH1DRtjtnvGC0LexCT2QKdG/mzIgseQnRuPkmwzoEa9y7vl2nGl kinMO9GvrMcinkdhp68CULEhzl2hXMDqyXW1+GRj0nJ/1T3k/g2sIZ+Na0rDd1dzYgTR +k3p2FjRDuv9qni/8V8cZMpqGOuGAc4ixUIWJY5NM5GxP6tc+fm11D9V1mPidAuyaX0c DcfbZXL2CcyCvsIfeBvgFRO+/5Y5I8WiCBbUdrj2wfP/rV8iZ7YLJJD6pBZsPVDxMKGX wHZadqhyHnxbWdWYvaEsuK+NErEgHVsRVMqhhBlJxJf/fW5q7ClPSoeo7rOkQVUiY2b6 jfHg== X-Gm-Message-State: AOAM530YpKjVfEfqACx3Z5e8VCjXMkw3VYqxNwme1PhFUth5GKcYiip2 jfWBzZqeP0vYg0MY4rA18BK4762MOXfCg9pe X-Google-Smtp-Source: ABdhPJyAPDPJd9hAzqDkugrNh5+6Bh8ug0m1Sy5JhYhhafdwZUsMNfud977QZ02g50Z9U2DdCbMXZw== X-Received: by 2002:a63:6d4e:: with SMTP id i75mr7454821pgc.1.1603557797873; Sat, 24 Oct 2020 09:43:17 -0700 (PDT) Received: from hermes.local (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id mt7sm3139157pjb.5.2020.10.24.09.43.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Oct 2020 09:43:17 -0700 (PDT) Date: Sat, 24 Oct 2020 09:43:09 -0700 From: Stephen Hemminger To: dev@dpdk.org Cc: Luca Boccassi Message-ID: <20201024094309.486f2073@hermes.local> In-Reply-To: <20201024010146.27689-4-stephen@networkplumber.org> References: <20200922143202.8755-1-stephen@networkplumber.org> <20201024010146.27689-1-stephen@networkplumber.org> <20201024010146.27689-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 3/5] eal: replace pci-whitelist/pci-blacklist options 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 Fri, 23 Oct 2020 18:01:44 -0700 Stephen Hemminger wrote: > + case 'i': > + /* include device list */ > + if (x_used) > + goto include_exclude; This part is wrong, and didn't get fixed with some of the renaming