From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Bhagavatula Subject: Re: [PATCH] eventdev: add API to map file Date: Mon, 16 Oct 2017 17:10:10 +0530 Message-ID: <20171016114009.GA20153@PBHAGAVATULA-LT> References: <1508182646-12184-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0061.outbound.protection.outlook.com [104.47.34.61]) by dpdk.org (Postfix) with ESMTP id 24E611B651 for ; Mon, 16 Oct 2017 13:40:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1508182646-12184-1-git-send-email-nikhil.rao@intel.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" On Tue, Oct 17, 2017 at 01:07:26AM +0530, Nikhil Rao wrote: > Add rte_event_eth_rx_adapter_service_id_get to map file > > Fixes: 9c38b704d280 ("eventdev: add eth Rx adapter implementation") > > Signed-off-by: Nikhil Rao > --- > lib/librte_eventdev/rte_eventdev_version.map | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_eventdev/rte_eventdev_version.map b/lib/librte_eventdev/rte_eventdev_version.map > index 828b9a3..8ce2641 100644 > --- a/lib/librte_eventdev/rte_eventdev_version.map > +++ b/lib/librte_eventdev/rte_eventdev_version.map > @@ -64,5 +64,5 @@ DPDK_17.11 { > rte_event_eth_rx_adapter_stop; > rte_event_eth_rx_adapter_stats_get; > rte_event_eth_rx_adapter_stats_reset; > - > + rte_event_eth_rx_adapter_service_id_get; > } DPDK_17.08; > -- > 2.7.4 > Acked-by: Pavan Nikhilesh