From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 2/6] lib/representor: port representor library to manage broker infrastructure and representor PMDs Date: Fri, 17 Nov 2017 15:03:09 -0800 Message-ID: References: <1510929733-7225-1-git-send-email-mohammad.abdul.awal@intel.com> <1510929733-7225-2-git-send-email-mohammad.abdul.awal@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Remy Horton , Declan Doherty To: Mohammad Abdul Awal , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 111AC1B2AE for ; Sat, 18 Nov 2017 00:03:10 +0100 (CET) In-Reply-To: <1510929733-7225-2-git-send-email-mohammad.abdul.awal@intel.com> Content-Language: en-US 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 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote: > diff --git a/lib/librte_representor/rte_port_representor_version.map b/lib/librte_representor/rte_port_representor_version.map > new file mode 100644 > index 0000000..09ed768 > --- /dev/null > +++ b/lib/librte_representor/rte_port_representor_version.map > @@ -0,0 +1,12 @@ > +DPDK_18.02 {2 { > + global: > + > + rte_representor_broker_find; > + rte_representor_broker_init; > + rte_representor_broker_uninit; > + rte_representor_port_get_vport_id; > + rte_representor_port_register; > + rte_representor_port_unregister; Is any of these APIs intended to be used by application? >>From rest of the patch it looks like these are used by PMDs, if so why creating a new library? > + > + local: *; > +};