From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1EF028DA2 for ; Sat, 31 Oct 2015 04:06:09 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 30 Oct 2015 20:06:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,221,1444719600"; d="scan'208";a="591391202" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2015 20:06:08 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 20:06:08 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 20:06:07 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Sat, 31 Oct 2015 11:06:06 +0800 From: "He, Shaopeng" To: Thomas Monjalon Thread-Topic: [PATCH v2 0/7] interrupt mode for fm10k Thread-Index: AQHRD6EhIBeoMoMEXE6Izcf2pQZDoZ6AANkAgAPY29D//7XogIABYldw Date: Sat, 31 Oct 2015 03:06:05 +0000 Message-ID: References: <1443159425-32502-1-git-send-email-shaopeng.he@intel.com> <4341B239C0EFF9468EE453F9E9F4604D02AE5AE9@shsmsx102.ccr.corp.intel.com> <3962727.ED87phTx3f@xps13> In-Reply-To: <3962727.ED87phTx3f@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" Subject: Re: [dpdk-dev] [PATCH v2 0/7] interrupt mode for fm10k X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 03:06:10 -0000 Hi, Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, October 30, 2015 9:54 PM > To: He, Shaopeng > Cc: Qiu, Michael; Chen, Jing D; dev@dpdk.org > Subject: Re: [PATCH v2 0/7] interrupt mode for fm10k >=20 > Hi, >=20 > The problem is that i40e interrupt patches are not merge-able. > They are not enough reviewed especially for igb/ixgbe and vfio changes. Thanks for your time, understood. Best regards, --Shaopeng >=20 >=20 > 2015-10-30 10:40, He, Shaopeng: > > Hi, Thomas > > > > The previous patch set which this one is based on, has a v2 sent today > > as "[PATCH v2 00/11] interrupt mode for i40e" > > http://dpdk.org/ml/archives/dev/2015-October/026710.html. > > > > I have verified that will not affect this patch set. Because this > > patch set only depends on the framework part change in that patch set, > > most likely, later version of that patch set (if have any) will not aff= ect this > patch set too. > > > > Could you please help to apply this patch set after you merge the > > final version of " interrupt mode for i40e"? > > > > Thank you very much! > > --Shaopeng