From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8 09/25] driver: Remove driver register callbacks for crypto/net Date: Mon, 29 Aug 2016 18:20:33 +0100 Message-ID: <57C46EE1.90303@intel.com> References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <1472219823-29486-1-git-send-email-shreyansh.jain@nxp.com> <1472219823-29486-10-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: viktorin@rehivetech.com, david.marchand@6wind.com, thomas.monjalon@6wind.com, hemant.agrawal@nxp.com To: Shreyansh Jain , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ABEE1370 for ; Mon, 29 Aug 2016 19:20:36 +0200 (CEST) In-Reply-To: <1472219823-29486-10-git-send-email-shreyansh.jain@nxp.com> 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" On 8/26/2016 2:56 PM, Shreyansh Jain wrote: > Now that all pdev are pci drivers, we don't need to register crypto and ethdev > drivers through a dedicated channel. > > Signed-off-by: David Marchand > Signed-off-by: Shreyansh Jain ... > -void rte_eth_driver_register(struct eth_driver *eth_drv); Function needs to be removed from .map file > - > -/** > * Convert a numerical speed in Mbps to a bitmap flag that can be used in > * the bitmap link_speeds of the struct rte_eth_conf > * >