From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: bump ABI version for PCI, bus and devargs work Date: Tue, 08 Aug 2017 19:26:08 +0200 Message-ID: <1885364.7GZu4pF8eV@xps> References: <1502202360-19144-1-git-send-email-gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DC5762BE9 for ; Tue, 8 Aug 2017 19:26:11 +0200 (CEST) In-Reply-To: <1502202360-19144-1-git-send-email-gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/08/2017 16:26, Gaetan Rivet: > 1. PCI domain field in PCI address structure grew from 16 to 32 bits. > > From: 463ced957c3f ("pci: increase domain storage to 32 bits") > > 2. rte_bus structure gaining new ops. > > From: 3a8f0bc68a90 ("bus: add method to find device") > From: 7c8810f43f6e ("bus: introduce device plug/unplug") > From: 609eb7dde6d0 ("bus: introduce parsing functionality") > From: 98eb4b845c1a ("bus: introduce scan policies") > > 3. rte_devargs structure having been mostly rewritten. > > From: f3a1188cee4a ("devargs: make device representation generic") > From: 47828c5f3bc3 ("devargs: parse bus info") > From: 39f403e0d5bb ("devargs: restore device type API") > > Signed-off-by: Gaetan Rivet Applied and merged with release notes update, thanks