From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions Date: Fri, 6 Oct 2017 23:05:21 +0100 Message-ID: References: <1503336825-7700-1-git-send-email-markus.theil@tu-ilmenau.de> <1504613046-7259-1-git-send-email-markus.theil@tu-ilmenau.de> <8352d429-7354-f14d-afd2-de9b1631a16f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stephen@networkplumber.org To: Markus Theil , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 910ED1B19D for ; Sat, 7 Oct 2017 00:05:29 +0200 (CEST) In-Reply-To: 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" On 9/14/2017 1:04 PM, Markus Theil wrote: <...> > On 11.09.2017 19:48, Ferruh Yigit wrote: >> On 9/5/2017 1:04 PM, Markus Theil wrote: >>> Interrupt setup code in igb_uio has to deal with multiple >>> types of interrupts and kernel versions. This patch moves >>> the setup and teardown code into own functions, to make >>> it more readable. >>> >>> Signed-off-by: Markus Theil >> Series Acked-by: Ferruh Yigit > Tested-by: Markus Theil Series applied to dpdk/master, thanks.