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 8DF3FA04B7; Mon, 21 Sep 2020 11:06:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C52081C1DF; Mon, 21 Sep 2020 11:06:07 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 427C71C1D0 for ; Mon, 21 Sep 2020 11:06:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600679165; 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=QrWsYSjffkDjXcwh/28crM32G0QAThJbEzbO8dDyP+Q=; b=VTQKE0tYPjqYMw+wUHOpc0dqy1Q2dYeRcd67eiEtwWSfG/X9hHUUxpoOsg4PbxiPKx7IaO bOKUBvSB4+ymntHWWk6If83lKWdp044P9T3QHevZdAoWGuYlSa2RsGwls4Y8Hd17XHwEIJ 6HWvAlQTsUzsgZZY3kRyQV7g+778yy8= 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-3-IETz7JpFN_uOoZlRt2DbKg-1; Mon, 21 Sep 2020 05:06:04 -0400 X-MC-Unique: IETz7JpFN_uOoZlRt2DbKg-1 Received: by mail-vs1-f70.google.com with SMTP id f129so3767431vsc.0 for ; Mon, 21 Sep 2020 02:06:04 -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=QrWsYSjffkDjXcwh/28crM32G0QAThJbEzbO8dDyP+Q=; b=TzN61zEJlzbe0KD7BxvqNIRFWF5CFkV9soIad30Esg0cQ+Jo6/fPLroabVnZEVyvmw zlJ5nqoOICoWaSZY0n7HOt2I9CS1p1tAEKO/6OnoIq7Q4qBEr+ltMy73LrSLlFMUB2ep 7BA7Jfke75U8ql22/Y4UMur73w0x+Km3FM2X7zqX/mxBiGB9ESrNPRWNulnOIOKapnUG l1HHY5+O1snVNQG1+cbiCJW/DcRMjAv7i5U6d2NqtiRpYrlYNiO6VRFAMeskuA15XL3b /fuoEaV8W71nleCt/bpclLgFPAV/TjHZOoNkGj4Xh/xLlOFeRufH66VFh0Ds7Vz7IM0p peLQ== X-Gm-Message-State: AOAM533VdiZnsdcGtrRNut9PYXdb1KpZ/ALBggGblqByYnJjXJV7ylv3 TVJFVmcTLLXpZrCyJvkdhxQ0e9t24ov6TrUQwPgCegaXEXcKC6xBGmdpzL3X2sc2IEDznlBNMhU Nwsw7e3WtgPJKm3K8J3Q= X-Received: by 2002:a67:e190:: with SMTP id e16mr28017321vsl.5.1600679163489; Mon, 21 Sep 2020 02:06:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzBi3yAVBVV9Rmu5IXpnqX00JDC2ccfKF47XtGWo/1Y0N2plVKaBWRgFXP9BtUAi9knaQ2GJn/5qz7JK0lIOW0= X-Received: by 2002:a67:e190:: with SMTP id e16mr28017313vsl.5.1600679163271; Mon, 21 Sep 2020 02:06:03 -0700 (PDT) MIME-Version: 1.0 References: <20200914081727.12215-1-david.marchand@redhat.com> <20200917112823.10534-1-david.marchand@redhat.com> In-Reply-To: <20200917112823.10534-1-david.marchand@redhat.com> From: David Marchand Date: Mon, 21 Sep 2020 11:05:52 +0200 Message-ID: To: dev Cc: Andrew Rybchenko , Jeff Guo , Ray Kinsella , "Yigit, Ferruh" , Thomas Monjalon 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-dev] [PATCH v3 0/6] 20.11 announced cleanups 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 Thu, Sep 17, 2020 at 1:28 PM David Marchand wrote: > David Marchand (6): > ethdev: remove unused kernel driver field > bus/pci: switch to private kernel driver enum > pci: move resource mapping to the PCI bus > mem: drop mapping API workaround > eal: hide internal device event structure > bus/pci: remove duplicate declaration Thanks for the reviews. Applied. -- David Marchand