From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v8 09/25] driver: Remove driver register callbacks for crypto/net Date: Thu, 8 Sep 2016 11:16:41 +0530 Message-ID: <8318df0d-15eb-8f68-5d3c-202bf6b7f455@nxp.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> <57C46EE1.90303@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , To: Ferruh Yigit , Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0050.outbound.protection.outlook.com [104.47.38.50]) by dpdk.org (Postfix) with ESMTP id F22169370 for ; Thu, 8 Sep 2016 07:46:32 +0200 (CEST) In-Reply-To: <57C46EE1.90303@intel.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 Monday 29 August 2016 10:50 PM, Ferruh Yigit wrote: > 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 >> * >> > > Removed in v9 [1]. [1] http://dpdk.org/ml/archives/dev/2016-September/046265.html - Shreyansh