From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 828541BA7C for ; Thu, 26 Oct 2017 00:39:40 +0200 (CEST) Received: by mail-wm0-f68.google.com with SMTP id u138so4705470wmu.4 for ; Wed, 25 Oct 2017 15:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=AHuidyOAW1awA6A/nX3vqIzvO/1xVlpysOHAOwIwwcw=; b=PmcaWzCnR7kkeiK1aN5qjNSH2b3rCTfQpcjwQJz7e8Bo2VIL8wiHMq/QR7zDVPW4X6 5PfZpQe5jNALY1k+WihyH+Wfk5vKHwyECm4dDLuk8D3B+i/H+wswZEZDbwM0db5aCJr0 PO377kQ4CMPbDc1w3jbnF1nzf60K4rLLFk6M+HoOzqrsDJGvnunnmpsgwPIzql6e1WfI CIEWKbIk1xG2XCe0RmwAWdZP4zYIJzD+HxnBEF8EMVfV4S2OF6ge+0WCElkmwZUS5bIF +y/OGIsYoVCe640hefwzjtZrz2vS8PQDHV5ZeitdJ8JX5qTTEiUInUlgtCvbs9px3sxF jD1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=AHuidyOAW1awA6A/nX3vqIzvO/1xVlpysOHAOwIwwcw=; b=SEh7crwUDUjxMmaH7WxAXbVJ9Ium3rnkTaXHMoYyEbreA5rL19ToMs5e4icnA8eQJf GiomQoP/bTJBV9x2sTqsdMPfFdvvgNpX5frIV2+w+J3zoRlP4P5aA4YvUcLHRxVvq9zK s47oFq12d9uVNef0RaGIHILAm/s0zoMtSMLwSVyuYfAE6N6pp7rA3wRl0jpNMEEYmyfI Fu3o1P4WFEudbvKMIBtbqgLQ+qJ32N/42fSs841RGFRq0PfeFIfpTT98N9KMsskqrNju JBkYz1/BlAEgktWbxDwub8pCJPmpejPUoMANvMt3/pbcVSo6wQt38zPN9gW7aD7Fd3kl 3ouw== X-Gm-Message-State: AMCzsaWufsppsJC3uYsXgH1778YotqA1oBZd8Dn3YNLLlLe/rD0EvYEI EUWw0TlIHYW6rZFcIhhTfsPd4+hr X-Google-Smtp-Source: ABhQp+S6nVSXWH59siG5cepLRczJQZz5ZAQ7EIci0ybHuWH8D3sv46tsjXOQcdbO/Yl/rYeEdEOROQ== X-Received: by 10.28.157.83 with SMTP id g80mr3200959wme.9.1508971179685; Wed, 25 Oct 2017 15:39:39 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id r63sm4466124wmg.13.2017.10.25.15.39.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Oct 2017 15:39:38 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 26 Oct 2017 00:38:46 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v7 24/25] doc: add notes on EAL PCI API update 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: , X-List-Received-Date: Wed, 25 Oct 2017 22:39:40 -0000 Add a section related to EAL API changes to 17.11 release notes. Signed-off-by: Gaetan Rivet Acked-by: John McNamara --- doc/guides/rel_notes/release_17_11.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 3298ef5..5aa0f4d 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -297,6 +297,34 @@ API Changes ``rte_log_get_global_level()``, ``rte_log_set_level()`` and ``rte_log_get_level()``. +* **PCI bus API moved outside of the EAL** + + The PCI bus previously implemented within the EAL has been moved. + A first part has been added as an RTE library providing PCI helpers to + parse device locations or other such utilities. + A second part consisting in the actual bus driver has been moved to its + proper subdirectory, without changing its functionalities. + + As such, several PCI-related functions are not proposed by the EAL anymore: + + * rte_pci_detach + * rte_pci_dump + * rte_pci_ioport_map + * rte_pci_ioport_read + * rte_pci_ioport_unmap + * rte_pci_ioport_write + * rte_pci_map_device + * rte_pci_probe + * rte_pci_probe_one + * rte_pci_read_config + * rte_pci_register + * rte_pci_scan + * rte_pci_unmap_device + * rte_pci_unregister + * rte_pci_write_config + + These functions are made available either as part of ``librte_pci`` or + ``librte_bus_pci``. ABI Changes ----------- -- 2.1.4