From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v7 0/7] qede: add qede PMD Date: Wed, 27 Apr 2016 17:05:37 +0100 Message-ID: <20160427160537.GA13244@bricha3-MOBL3> References: <1461766722-7745-1-git-send-email-rasesh.mody@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas.monjalon@6wind.com, dev@dpdk.org, ameen.rahman@qlogic.com, harish.patil@qlogic.com, sony.chacko@qlogic.com To: Rasesh Mody Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E04C9E6D for ; Wed, 27 Apr 2016 18:05:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461766722-7745-1-git-send-email-rasesh.mody@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 Wed, Apr 27, 2016 at 07:18:35AM -0700, Rasesh Mody wrote: > Hi Bruce, Thomas, > > The v7 series incorporates the following review comments: > - MAINTAINERS and LICENSE.qede_pmd file changes added to base driver > - Reworked flags used for clang compilation > - index.rst, overview.rst and qede.rst changes added to core driver > - Addressed documentation comments on qede.rst > - Enable the PMD right after adding core driver, add new features > thereafter > - Addressed checkpatch UNSPECIFIED_INT warnings generated by > checkpatch.pl from kernel v4.6 > - Renamed DBG_STATUS_DATA_DIDNT_TRIGGER to DBG_STATUS_NO_DATA_TRIGGERED > - Updated subject/commit message of interrupt handling patch to make > it reader friendly > > The patches are generated and tested against latest dpdk based off > of v16.04. > > These patches are checked using checkpatch.sh with following > additional ignore option: > options="$options --ignore=BIT_MACRO,CAMELCASE," > > Please apply! > > Rasesh Mody (7): > qede: add base driver > qede: add core driver > qede: enable PMD build > qede: add L2 support > qede: add SRIOV support > qede: add interrupt handling support > qede: add DCBX support > Patchset applied to dpdk-next-net/rel_16_07 Thanks, /Bruce