From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 2/2] Move non-PCI related eth_dev initialization to rte_eth_dev_allocate() Date: Thu, 17 Nov 2016 18:23:55 +0000 Message-ID: References: <1479402972-27470-1-git-send-email-jblunck@infradead.org> <1479402972-27470-2-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Jan Blunck , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8BC465684 for ; Thu, 17 Nov 2016 19:23:57 +0100 (CET) In-Reply-To: <1479402972-27470-2-git-send-email-jblunck@infradead.org> 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 11/17/2016 5:16 PM, Jan Blunck wrote: > This moves the non-PCI related initialization of the link state interrupt > callback list and the setting of the default MTU to rte_eth_dev_allocate() > so that drivers only need to set non-default values. > > Signed-off-by: Jan Blunck Reviewed-by: Ferruh Yigit