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 7ACFBA04DD for ; Tue, 20 Oct 2020 11:10:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 344FCBCCC; Tue, 20 Oct 2020 11:10:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 633D1BCCA for ; Tue, 20 Oct 2020 11:10:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603185044; 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=s6VfxMYlJvV1YtQAH8BEzYYMX/bJe3cHZ0pNh94ylf0=; b=OdA/2emWLnlv10yQqoC5TNh/7VbhZbdC1IHMsO/2tWGQOaYwIwXqt+MWGsHO5KQjR+WIFx T3Cyvju9eUv1XtiWKUCGr+rB/so+tSukQxueAAJT0v2F9YHv8xzqy3OBiJxRBnak8C56eM 5HR+nMqzf1rKcoI6kqGtGwugUefP6gM= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-312-Hu6Vkg9zO1qTfLPsSaTG9A-1; Tue, 20 Oct 2020 05:10:43 -0400 X-MC-Unique: Hu6Vkg9zO1qTfLPsSaTG9A-1 Received: by mail-ua1-f69.google.com with SMTP id k5so319371uag.1 for ; Tue, 20 Oct 2020 02:10:43 -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=s6VfxMYlJvV1YtQAH8BEzYYMX/bJe3cHZ0pNh94ylf0=; b=VtIJ1PZSXr4v1Lkmc/j9AJ8zSXrSTXkEQuuf6C5koZrP9v9Cx1yUd3UVnh+MDRWxna TLv3IP8EvTKx+FcOrWmt5yb43iOLudmlCvGx1n4H3WKW+/pXeIBAg6GWcwNIUJG/VzHF yMm5okRnbBMlO9PFc70n+Na6YSL2jqRcFuSTJK/8NK5walQrgZr+olfdgvz5+douyC+3 mnjMGtNw7se7zWL4Ce302NPas2xOMVzTKS3aQx+59pJqdBeHxJiBOPP3ovsdx+aBXNns 1fFsmNWCs/e6ahJblcCwreJkHMC1jwbvmMLV/cq2SPfAlqXKkTAjSGXFhJQJYvZvalFp D3Ow== X-Gm-Message-State: AOAM531sSV4hBH7rn7yhFMva0vonAo72GFGv2QuDgkkxx8nJQpA2FXdi 4jDehyWnZ7AyNUB/BOpPfPCLRSH4aIlZ7iqb36XOHJej6J8pxPL1mk5DhfI1pcHOQvt8McIzSyV hQjDro91YpdzbZQaGktijTgw= X-Received: by 2002:a67:f954:: with SMTP id u20mr945947vsq.5.1603185042648; Tue, 20 Oct 2020 02:10:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx8VhxZ/mz1HxeRPafNabu0EbjjDb0/bXBaQlAYJAIG//7+rLpFY+TN9y4huayoGr1uBEU+Jy1VoyKHja3Ixvo= X-Received: by 2002:a67:f954:: with SMTP id u20mr945936vsq.5.1603185042368; Tue, 20 Oct 2020 02:10:42 -0700 (PDT) MIME-Version: 1.0 References: <20201014201813.4075613-1-thomas@monjalon.net> In-Reply-To: <20201014201813.4075613-1-thomas@monjalon.net> From: David Marchand Date: Tue, 20 Oct 2020 11:10:31 +0200 Message-ID: To: Thomas Monjalon Cc: dev , dpdk stable , Stephen Hemminger , Gaetan Rivet 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" Subject: Re: [dpdk-stable] [PATCH] bus/pci: remove unused scan by address 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 14, 2020 at 10:20 PM Thomas Monjalon wrote: > > The function pci_update_device was used to scan a device > for probing by PCI address. > This private function (and implementations) are unused > since such probing is removed. > > Fixes: f3bac43b60da ("bus/pci: remove unused function to probe by address") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon LGTM. Acked-by: David Marchand -- David Marchand