From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH 0/2] net/mlx5 add rxq interrupt support Date: Sun, 12 Feb 2017 07:08:41 +0000 Message-ID: References: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> <4b821c2d-91ef-fe6b-7169-8af225f98e2a@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Ferruh Yigit , "david.marchand@6wind.com" , Adrien Mazarguil , =?iso-8859-1?Q?N=E9lio_Laranjeiro?= Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0074.outbound.protection.outlook.com [104.47.2.74]) by dpdk.org (Postfix) with ESMTP id 700E92BAA for ; Sun, 12 Feb 2017 08:08:43 +0100 (CET) In-Reply-To: <4b821c2d-91ef-fe6b-7169-8af225f98e2a@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thursday, February 9, 2017 4:48 PM, Ferruh Yigit: > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > Sent: Thursday, February 9, 2017 4:48 PM > To: Shahaf Shuler ; david.marchand@6wind.com; > Adrien Mazarguil ; N=E9lio Laranjeiro > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/2] net/mlx5 add rxq interrupt support >=20 > On 2/8/2017 1:57 PM, Shahaf Shuler wrote: > > This patchset adds support for rxq interrupts on MLX5 PMD. > > The first patch introduces changes on eal_interrupt to support external > interrupt handlers. > > The second patch implements the support on mlx5 PMD and demonstrate > > the use of the changes made in the first patch > > > > [PATCH 1/2] eal_interrupts: support external rxq interrupt handlers > > [PATCH 2/2] net/mlx5: support user space rxq interrupt event >=20 > Hi Shahaf, >=20 > I assume this patch is for 17.05 release, can you please confirm? Correct.=20 >=20 > Thanks, > ferruh >=20