From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <danny.zhou@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 2ADD45A72
 for <dev@dpdk.org>; Mon, 23 Feb 2015 12:23:30 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga103.fm.intel.com with ESMTP; 23 Feb 2015 03:15:36 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.09,630,1418112000"; d="scan'208";a="531380632"
Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80])
 by orsmga003.jf.intel.com with ESMTP; 23 Feb 2015 03:14:29 -0800
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Mon, 23 Feb 2015 19:23:26 +0800
Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.209]) with mapi id 14.03.0195.001;
 Mon, 23 Feb 2015 19:23:24 +0800
From: "Zhou, Danny" <danny.zhou@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts
 for both PF and VF
Thread-Index: AQHQT1q3ouKidC7EkEKdXkHi2oacB5z+Ftig
Date: Mon, 23 Feb 2015 11:23:24 +0000
Message-ID: <DFDF335405C17848924A094BC35766CF0AAB3513@SHSMSX104.ccr.corp.intel.com>
References: <1424353698-29837-1-git-send-email-danny.zhou@intel.com>
 <1424353698-29837-3-git-send-email-danny.zhou@intel.com>
 <4552356.3plUBHddm1@xps13>
In-Reply-To: <4552356.3plUBHddm1@xps13>
Accept-Language: zh-CN, 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
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for
 both PF and VF
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: Mon, 23 Feb 2015 11:23:30 -0000

I noticed the V4 patch conflicts with the latest code on the main branch du=
e to lots of code merged, and it=20
is mentioned by Jun Xu in previous email, and I will have to rebase the pat=
ch and send out V5 version.

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Monday, February 23, 2015 7:20 PM
> To: Zhou, Danny
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts =
for both PF and VF
>=20
> 2015-02-19 21:48, Zhou Danny:
> > +	/* set max interrupt vfio request */
> > +	pci_dev->intr_handle.max_intr =3D hw->mac.max_rx_queues +
> > +						IXGBE_MAX_OTHER_INTR;
> > +
>=20
> Compilation is broken here.