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 1345E8DA8 for ; Fri, 30 Oct 2015 13:30:29 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 30 Oct 2015 05:30:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,218,1444719600"; d="scan'208";a="590987130" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2015 05:30:28 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX153.ger.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 12:30:05 +0000 From: "De Lara Guarch, Pablo" To: "Hunt, David" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] igb_uio: fix igb_uio's access to pci_dev->msi_list for kernels >= 4.3 Thread-Index: AQHREwybkIm3prAouEe9HwkG/0b/CZ6D9xjg Date: Fri, 30 Oct 2015 12:30:04 +0000 Message-ID: References: <1446207257-31455-1-git-send-email-david.hunt@intel.com> In-Reply-To: <1446207257-31455-1-git-send-email-david.hunt@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: fix igb_uio's access to pci_dev->msi_list for kernels >= 4.3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 12:30:30 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Friday, October 30, 2015 12:14 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] igb_uio: fix igb_uio's access to pci_dev- > >msi_list for kernels >=3D 4.3 >=20 > Fix to take this change into account: https://lkml.org/lkml/2015/7/9/101 > Has been applied to Kernel 4.3.0-rc6 >=20 > Linux: 4a7cc831 ("genirq/MSI: Move msi_list from struct pci_dev to > struct device") >=20 > Signed-off-by: David Hunt Acked-by: Pablo de Lara