From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 59592C31A
 for <dev@dpdk.org>; Fri,  5 Feb 2016 17:34:54 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga101.jf.intel.com with ESMTP; 05 Feb 2016 08:34:53 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,401,1449561600"; d="scan'208";a="906328306"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159])
 by orsmga002.jf.intel.com with SMTP; 05 Feb 2016 08:34:51 -0800
Received: by  (sSMTP sendmail emulation); Fri, 05 Feb 2016 16:34:50 +0025
Date: Fri, 5 Feb 2016 16:34:50 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Shaopeng He <shaopeng.he@intel.com>
Message-ID: <20160205163450.GA18448@bricha3-MOBL3>
References: <1450856233-11825-1-git-send-email-shaopeng.he@intel.com>
 <1454648270-26760-1-git-send-email-shaopeng.he@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1454648270-26760-1-git-send-email-shaopeng.he@intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v6 0/6] interrupt mode for fm10k
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Feb 2016 16:34:54 -0000

On Fri, Feb 05, 2016 at 12:57:44PM +0800, Shaopeng He wrote:
> This patch series adds interrupt mode support for fm10k,
> contains four major parts:
> 
> 1. implement rx_descriptor_done function in fm10k
> 2. add rx interrupt support in fm10k PF and VF
> 3. make sure default VID available in dev_init in fm10k
> 4. fix a memory leak for non-ip packet in l3fwd-power,
>    which happens mostly when testing fm10k interrupt mode.
> 
> v6 changes:
>   - add fixes line
>   - relocate version change message in individual patch
>     after the --- separator
> 
> v5 changes:
>   - remove one unnecessary NULL check for rte_free
>   - fix a wrong error message
>   - add more clean up when memory allocation fails
>   - split line over 80 characters to 2 lines
>   - update interrupt mode limitation in fm10k.rst
> 
> v4 changes:
>   - rebase to latest code
>   - update release 2.3 note in corresponding patches
> 
> v3 changes:
>   - rebase to latest code
>   - macro renaming according to the EAL change
> 
> v2 changes:
>   - reword some comments and commit messages
>   - split one big patch into three smaller ones
> 
> Shaopeng He (6):
>   fm10k: implement rx_descriptor_done function
>   fm10k: setup rx queue interrupts for PF and VF
>   fm10k: remove rx queue interrupts when dev stops
>   fm10k: add rx queue interrupt en/dis functions
>   fm10k: make sure default VID available in dev_init
>   l3fwd-power: fix a memory leak for non-ip packet
> 
>  doc/guides/nics/fm10k.rst            |   7 ++
>  doc/guides/rel_notes/release_2_3.rst |   8 ++
>  drivers/net/fm10k/fm10k.h            |   6 ++
>  drivers/net/fm10k/fm10k_ethdev.c     | 174 ++++++++++++++++++++++++++++++++---
>  drivers/net/fm10k/fm10k_rxtx.c       |  25 +++++
>  examples/l3fwd-power/main.c          |   3 +-
>  6 files changed, 211 insertions(+), 12 deletions(-)
> 
> -- 
> 1.9.3
> 
Applied to dpdk-next-net/rel_16_04.

Thanks,
/Bruce