From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BF72F2C4C for ; Tue, 8 Mar 2016 15:01:54 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 06:01:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="904952925" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by orsmga001.jf.intel.com with SMTP; 08 Mar 2016 06:01:51 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 14:01:49 +0025 Date: Tue, 8 Mar 2016 14:01:49 +0000 From: Bruce Richardson To: Harish Patil Message-ID: <20160308140149.GE8716@bricha3-MOBL3> References: <1455982831-21682-1-git-send-email-harish.patil@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455982831-21682-1-git-send-email-harish.patil@qlogic.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/6] DPDK PMD for new QLogic FastLinQ QL4xxxx 25G/40G CNAs 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: Tue, 08 Mar 2016 14:01:55 -0000 On Sat, Feb 20, 2016 at 07:40:25AM -0800, Harish Patil wrote: > This patch set introduces DPDK poll mode driver for new QLogic FastLinQ QL4xxxx > 25G/40G capable family of CNAs as well as their SR-IOV Virtual Functions (VF). > > The overall PMD driver design includes a common module called ecore that deals > with the low level HW and a upper layer portion that provides the glue logic. > > Specifically, the ecore module contains all of the common logic, > e.g. initialization, cleanup, infrastructure for interrupt handling, link > management, slowpath etc. as well as protocol agnostic features and supplying > an abstraction layer for other modules. > > The higher layer implements DPDK exported APIs/driver entry points by > interfacing with the common module for configuration/status and also the > fastpath routines. > > Included in the patch set is the supporting documentation and maintainers. > > Please apply. > > Thanks, > > Harish Patil (6): > qede: add maintainers > qede: add documentation > qede: add QLogic PCI ids > qede: add driver common module > qede: add driver > qede: enable PMD build Hi Harish, there are quite a few comments to be addressed on this patchset. Are there plans for a V2 in time for the code freeze deadline later this week? /Bruce