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 DC155A034F; Wed, 6 May 2020 14:54:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE48C1D9D8; Wed, 6 May 2020 14:54:20 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 5B1CB1D9D7 for ; Wed, 6 May 2020 14:54:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588769658; 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=IQN6wserNyl+wJxadm7C+wm08xsEP2bhzGPmqQwim+c=; b=EC0arcvoXRJMcu7NtIbtNcrUNaL9Gkb7Q2JqV1140xW5N9FnOwlz6Ve+RjgwFc2PihdVMq fku/sQrKQ9jgAoJaIX8sESKmtIFf7L+hKkjBBUtuPiY4xMQhwmQ7HMr/lglfHQeOFCXGMw Lsw6SakB05J/8LBOSaSkLCm5qX0KDAI= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-327-X7PCYAPlOEWOrSA93a_3zQ-1; Wed, 06 May 2020 08:54:15 -0400 X-MC-Unique: X7PCYAPlOEWOrSA93a_3zQ-1 Received: by mail-vs1-f70.google.com with SMTP id p186so255899vsa.2 for ; Wed, 06 May 2020 05:54:15 -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=YERPhSeTvADZ38Ic5pMuK9JWfjbzkCcgvcx2CGOUqy0=; b=BCG4MFAuWTioQVn4hM723hGoUVNigvSXsIZYuXxx/t4gCCm8uLSC9pS2rZsJy2b7si q4InhkGf4hFw2mLBCTNhH4EBsiEms34ViMdO1Gc83y+rQ4A4QBCnYBtk/Q7fhuKEYDlx UCTCQTXF7SQG1ZR+UqOzMGI5ANeDl9irNll4TPCFc8ilvkGsWMDUGXg3PGvrDje7H/MO vQAiuT8JzTgYX6rCbfmJ6g2dFng3lOxhf0lLUhjCf4ZY36jDXggVClka/Byc4J1dC38H 2nB/KTtUfrLYxSA8PIdcByH133hMyojUTIYiImiZ5r8gOzIRNwHRLHPmCe5EtN/ZLlRy 8Ibg== X-Gm-Message-State: AGi0PuZVG9OUxSQ6i5Ge6b07k8HoV8YnX7jbWdKnDny1Wc4Mm0mfAdgP 2L4KD5u2RaIZhpCNW9F4DXYa5yVpOeIgQWR1+xaviAYbNIw1b2JIZ4arMrS3qAQabyL9F3n62Cc 7U68iydUTMD3vc6P9Kdo= X-Received: by 2002:a67:d817:: with SMTP id e23mr6984086vsj.39.1588769654901; Wed, 06 May 2020 05:54:14 -0700 (PDT) X-Google-Smtp-Source: APiQypJoxIdVRblZDRl6bzr1Yn5P3ilOz6F1w/vYOt3is+SRPSSyos4TcV5Ue8Gp8KZ2gtNwQPdVS6RWCsBU7uX39Go= X-Received: by 2002:a67:d817:: with SMTP id e23mr6984074vsj.39.1588769654684; Wed, 06 May 2020 05:54:14 -0700 (PDT) MIME-Version: 1.0 References: <20200501113909.26355-1-skori@marvell.com> <20200502074205.29080-1-skori@marvell.com> In-Reply-To: From: David Marchand Date: Wed, 6 May 2020 14:54:03 +0200 Message-ID: To: Gaetan Rivet Cc: Stephen Hemminger , Jerin Jacob Kollanukkaran , dev , Sunil Kumar Kori X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v5 1/1] bus/pci: optimise scanning with whitelist/blacklist 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 Mon, May 4, 2020 at 4:17 PM David Marchand w= rote: > > On Sat, May 2, 2020 at 9:42 AM Sunil Kumar Kori wrote= : > I noticed inconsistencies in the pci bus some time ago, I will fix > this patch for now and send some followup patches I had in store. I only sent the minimum, there are other changes like hiding internal structures that could go later. https://patchwork.dpdk.org/project/dpdk/list/?series=3D9874 --=20 David Marchand