From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=F+sV8RM4pYWBtaa6AxON5wcUEEVWUWKjrysHKe39cH0=; b=P6d5QmJ1xi1TFsCBjPUro89TfIQvD6drgiPH1dGWFrfDrLtpvKZ+Eqi5rdiiQpFltC bG4s2oy460ZrXSZppBnHS9vB0774qp/1EEAZ8GNbG/9A8v0P8LLGRcs9nHCaqTBFu/SN WMg0ckQVuZvemB0WgPbkQV0LS4YDNkFizSOqXBqZ+U9yTPOo2g79NlTtzZmgUksPELqH qhEgPR1lRCKK2SKbAQqj/c+4UjqOzeI18QneqQ647Vv9Aj+BsT8Q4jpRijOb7Z9xYcLE 51IVTSnPXPMoRoybGSlU9Sa65Csp1R4YmPovo5ZW38w/jzpsjF4X4s0oGYjhdL9ecPqB Q7JA== X-Gm-Message-State: ALoCoQkbvIyMVk2vFQecfd1FQXQreDojAgx5Cf0uIdAu7bTaS2QdEJGuRoFOlwExFmF0YqqVkX1c X-Received: by 10.181.27.131 with SMTP id jg3mr108256029wid.89.1436367927298; Wed, 08 Jul 2015 08:05:27 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id i5sm3393755wic.10.2015.07.08.08.05.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 08:05:26 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Wed, 08 Jul 2015 17:04:16 +0200 Message-ID: <2277895.YdukZoxzUh@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436314095-21574-2-git-send-email-stephen@networkplumber.org> References: <1436314095-21574-1-git-send-email-stephen@networkplumber.org> <1436314095-21574-2-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 1/4] eal: provide functions to access PCI config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 15:05:27 -0000 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.