From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] net/mlx5 add rxq interrupt support Date: Thu, 9 Feb 2017 14:48:18 +0000 Message-ID: <4b821c2d-91ef-fe6b-7169-8af225f98e2a@intel.com> References: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shahaf Shuler , david.marchand@6wind.com, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7CEC9FA47 for ; Thu, 9 Feb 2017 15:48:21 +0100 (CET) In-Reply-To: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Hi Shahaf, I assume this patch is for 17.05 release, can you please confirm? Thanks, ferruh