From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/4] szedata2: rewrite PMD from virtual PMD_VDEV type to PMD_PDEV type Date: Wed, 17 Feb 2016 11:32:45 +0000 Message-ID: <20160217113245.GA21236@bricha3-MOBL3> References: <1454019829-5908-1-git-send-email-vido@cesnet.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, pus@cesnet.cz, viktorin@rehivetech.com To: Matej Vido Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 018D0C384 for ; Wed, 17 Feb 2016 12:32:49 +0100 (CET) Content-Disposition: inline In-Reply-To: <1454019829-5908-1-git-send-email-vido@cesnet.cz> 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 Thu, Jan 28, 2016 at 11:23:46PM +0100, Matej Vido wrote: > PMD was of type PMD_VDEV which means that PCI device is not recognised > automatically during EAL initialization, but it has to be created by > EAL option --vdev. > Now, PMD is of type PMD_PDEV which means that PCI device is probed > and recognised during EAL initialization automatically. > Path to szedata2 device file is matched with device and the count > of available RX and TX DMA channels is found out during device > initialization. > Initialization, starting and stopping of queues is changed to better > correspond with Ethernet device API model. Function callbacks > (rx|tx)_queue_(start|stop) are added. Unnecessary items are removed > from ethernet device private data structure. > > Signed-off-by: Matej Vido Series applied to dpdk-net-next/rel_16_04 /Bruce