From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 15:05:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="907565309" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2017 15:05:21 -0700 To: Markus Theil , dev@dpdk.org Cc: stephen@networkplumber.org 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> From: Ferruh Yigit Message-ID: Date: Fri, 6 Oct 2017 23:05:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions 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, 06 Oct 2017 22:05:30 -0000 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.