From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] eal: provide functions to access PCI config Date: Wed, 08 Jul 2015 17:04:16 +0200 Message-ID: <2277895.YdukZoxzUh@xps13> References: <1436314095-21574-1-git-send-email-stephen@networkplumber.org> <1436314095-21574-2-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 6A0D511C5 for ; Wed, 8 Jul 2015 17:05:27 +0200 (CEST) Received: by wifm2 with SMTP id m2so92459140wif.1 for ; Wed, 08 Jul 2015 08:05:27 -0700 (PDT) In-Reply-To: <1436314095-21574-2-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-07 17:08, Stephen Hemminger: > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -98,3 +98,8 @@ DPDK_2.0 { > > local: *; > }; > + > +DPDK_2.1 { > + rte_eal_pci_read_config; > + rte_eal_pci_write_config; > +}; DPDK_2.0 is missing to make 2.1 node inheriting from 2.0 one.