From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/6] DPDK PMD for new QLogic FastLinQ QL4xxxx 25G/40G CNAs Date: Tue, 8 Mar 2016 14:01:49 +0000 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 Cc: dev@dpdk.org To: Harish Patil 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) Content-Disposition: inline In-Reply-To: <1455982831-21682-1-git-send-email-harish.patil@qlogic.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 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