From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 17 Feb 2016 03:32:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,460,1449561600"; d="scan'208";a="914118663" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga002.jf.intel.com with SMTP; 17 Feb 2016 03:32:46 -0800 Received: by (sSMTP sendmail emulation); Wed, 17 Feb 2016 11:32:45 +0025 Date: Wed, 17 Feb 2016 11:32:45 +0000 From: Bruce Richardson To: Matej Vido 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 Content-Disposition: inline In-Reply-To: <1454019829-5908-1-git-send-email-vido@cesnet.cz> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, pus@cesnet.cz, viktorin@rehivetech.com Subject: Re: [dpdk-dev] [PATCH 1/4] szedata2: rewrite PMD from virtual PMD_VDEV type to PMD_PDEV type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 11:32:50 -0000 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