From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A6D0B10A7 for ; Fri, 23 Dec 2016 17:26:25 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 23 Dec 2016 08:26:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="915582318" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga003.jf.intel.com with ESMTP; 23 Dec 2016 08:26:23 -0800 To: Alejandro Lucero , dev@dpdk.org References: <1482170758-3508-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <5576debe-4800-421c-90b1-1b8640921a05@intel.com> Date: Fri, 23 Dec 2016 16:26:23 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1482170758-3508-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] nfp: add support for rx interrupts 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: Fri, 23 Dec 2016 16:26:26 -0000 On 12/19/2016 6:05 PM, Alejandro Lucero wrote: > This is supported with UIO and VFIO modules. With UIO, LSC interrupt > is disabled. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.