From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 09 Feb 2017 06:48:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,349,1484035200"; d="scan'208";a="223275084" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga004.fm.intel.com with ESMTP; 09 Feb 2017 06:48:19 -0800 To: Shahaf Shuler , david.marchand@6wind.com, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com References: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <4b821c2d-91ef-fe6b-7169-8af225f98e2a@intel.com> Date: Thu, 9 Feb 2017 14:48:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1486562252-15307-1-git-send-email-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] net/mlx5 add rxq interrupt support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 14:48:21 -0000 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