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 85591A04AF; Thu, 17 Sep 2020 13:28:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 605391D600; Thu, 17 Sep 2020 13:28:43 +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 61AB31D5FC for ; Thu, 17 Sep 2020 13:28:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600342120; 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=7+5MZoEqu/AKErDm2IoW8lpYoj1l0bxIBwOo4M63Luc=; b=X4q2v8bN47sNvwlEdhhgw8RuaexELPCQj7EVn+8BrHOnTeanzbMxC7HfB2A5esYEu0qaqt SGcjAmhP9pgh3p0kPd3vD3lovDSeClB3CVUIjtEBCjW07ajecxyWgNWan9wDCXr3STbYNo g1EmD+SypCLhaeL7PH7MMdpYR59wEB4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-142-IGLNM8xuOHGdjq3KynZbAA-1; Thu, 17 Sep 2020 07:28:39 -0400 X-MC-Unique: IGLNM8xuOHGdjq3KynZbAA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 08F70188C126; Thu, 17 Sep 2020 11:28:38 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7AE525DA30; Thu, 17 Sep 2020 11:28:36 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: arybchenko@solarflare.com Date: Thu, 17 Sep 2020 13:28:17 +0200 Message-Id: <20200917112823.10534-1-david.marchand@redhat.com> In-Reply-To: <20200914081727.12215-1-david.marchand@redhat.com> References: <20200914081727.12215-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [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" I put those EAL and PCI cleanups as a single series since I intend to apply them at once with the rte_logs series. Nothing really hard in this series, but the devil is in the details, reviews welcome. -- David Marchand Changelog since v2: - no change: rebased, added acks, reworded patch3 commitlog for Thomas, Changelog since v1: - added missing first patch, I suspect this will be a long week... 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 doc/guides/rel_notes/deprecation.rst | 21 -------- doc/guides/rel_notes/release_20_11.rst | 15 ++++++ drivers/bus/pci/bsd/pci.c | 19 ++++--- drivers/bus/pci/linux/pci.c | 64 +++++++++++------------ drivers/bus/pci/linux/pci_init.h | 2 + drivers/bus/pci/linux/pci_uio.c | 5 +- drivers/bus/pci/linux/pci_vfio.c | 4 +- drivers/bus/pci/pci_common.c | 56 ++++++++++++++++++--- drivers/bus/pci/pci_common_uio.c | 2 +- drivers/bus/pci/private.h | 67 ++++++++++++++++++++++++- drivers/bus/pci/rte_bus_pci.h | 11 +++- drivers/bus/pci/windows/pci.c | 6 +-- drivers/net/hinic/base/hinic_pmd_hwif.c | 2 +- drivers/net/hns3/hns3_ethdev_vf.c | 4 +- drivers/net/liquidio/lio_ethdev.c | 4 +- drivers/net/mvneta/mvneta_ethdev.c | 1 - drivers/net/mvpp2/mrvl_ethdev.c | 1 - drivers/net/nfp/nfp_net.c | 2 +- drivers/net/octeontx/octeontx_ethdev.c | 1 - drivers/net/ring/rte_eth_ring.c | 1 - drivers/net/softnic/rte_eth_softnic.c | 1 - drivers/net/virtio/virtio_pci.c | 2 +- lib/librte_eal/include/rte_dev.h | 18 ------- lib/librte_eal/include/rte_eal_paging.h | 10 ---- lib/librte_eal/linux/eal_dev.c | 6 +++ lib/librte_eal/windows/include/rte_os.h | 6 --- lib/librte_ethdev/rte_ethdev_core.h | 1 - lib/librte_ethdev/rte_ethdev_pci.h | 1 - lib/librte_ethdev/rte_ethdev_vdev.h | 1 - lib/librte_pci/rte_pci.c | 42 ---------------- lib/librte_pci/rte_pci.h | 66 ------------------------ lib/librte_pci/rte_pci_version.map | 2 - 32 files changed, 203 insertions(+), 241 deletions(-) -- 2.23.0