From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id B50A28E68
 for <dev@dpdk.org>; Fri, 30 Oct 2015 09:22:17 +0100 (CET)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga101.jf.intel.com with ESMTP; 30 Oct 2015 01:22:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="839134858"
Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205])
 by fmsmga002.fm.intel.com with ESMTP; 30 Oct 2015 01:22:00 -0700
Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by
 fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 30 Oct 2015 01:21:59 -0700
Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by
 fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 30 Oct 2015 01:21:59 -0700
Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by
 shsmsx102.ccr.corp.intel.com ([169.254.2.253]) with mapi id 14.03.0248.002;
 Fri, 30 Oct 2015 16:21:57 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: "Liang, Cunming" <cunming.liang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH v2 00/11] interrupt mode for i40e
Thread-Index: AQHREtPH8QCtK+4fE02xKERmaP8TYZ6Dskuw
Date: Fri, 30 Oct 2015 08:21:56 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A921C16@SHSMSX104.ccr.corp.intel.com>
References: <1443072831-19065-1-git-send-email-cunming.liang@intel.com>
 <1446182873-28814-1-git-send-email-cunming.liang@intel.com>
In-Reply-To: <1446182873-28814-1-git-send-email-cunming.liang@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 00/11] interrupt mode for i40e
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, 30 Oct 2015 08:22:18 -0000



> -----Original Message-----
> From: Liang, Cunming
> Sent: Friday, October 30, 2015 1:28 PM
> To: dev@dpdk.org
> Cc: Zhang, Helin; He, Shaopeng; Wu, Jingjing; Liang, Cunming
> Subject: [PATCH v2 00/11] interrupt mode for i40e
>=20
> v2 change:
>   - rebase code base
>   - rework to depend on one previous patch
>     patch http://dpdk.org/dev/patchwork/patch/7504/
>   - always set DIS_AUTOMASK_* bit in PF to avoid ENA flag auto-clear
>=20
> This patch series contains four major parts.
>=20
> 1. always reserve vector zero for misc cause in vfio mapping 2. add api t=
o declare
> the capability of multiple interrupt vector support 3. fix the rx interru=
pt
> compatible issue with mbox in ixgbe/igb IOV-PF 4. add rx interrupt suppor=
t in
> i40e PF and VF
>=20
> Cunming Liang (11):
>   eal/linux: vfio map misc intr to vector zero
>   ixgbe: reserve intr vector zero for misc cause
>   igb: reserve intr vector zero for misc cause
>   eal/linux: not allow to enable zero intr efd
>   eal/linux: add intr api to report multi-vector capability
>   ixgbe: fix rx intr compatible issue with PF mbox
>   ixgbevf: cleanup unnecessary interrupt handler
>   igb: fix rx intr compatible issue with PF mbox
>   i40e: add rx interrupt support
>   i40evf: add rx interrupt support
>   doc: release note update for intr mode
>=20
>  doc/guides/rel_notes/release_2_2.rst               |   4 +
>  drivers/net/e1000/igb_ethdev.c                     |  63 +++-
>  drivers/net/i40e/i40e_ethdev.c                     | 374
> +++++++++++++++++----
>  drivers/net/i40e/i40e_ethdev.h                     |  17 +
>  drivers/net/i40e/i40e_ethdev_vf.c                  | 143 +++++++-
>  drivers/net/i40e/i40e_pf.c                         |   7 +-
>  drivers/net/ixgbe/ixgbe_ethdev.c                   | 144 +++-----
>  .../bsdapp/eal/include/exec-env/rte_interrupts.h   |   3 +-
>  lib/librte_eal/linuxapp/eal/eal_interrupts.c       |  35 +-
>  .../linuxapp/eal/include/exec-env/rte_interrupts.h |  16 +-
>  lib/librte_eal/linuxapp/eal/rte_eal_version.map    |   7 +
>  11 files changed, 612 insertions(+), 201 deletions(-)
>=20
> --
> 2.4.3
Acked-by: Helin Zhang <helin.zhang@intel.com>