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 430B1374E for ; Fri, 30 Oct 2015 11:58:55 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 30 Oct 2015 03:58:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="590949078" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2015 03:58:53 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX101.ger.corp.intel.com ([169.254.1.33]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 10:57:55 +0000 From: "De Lara Guarch, Pablo" To: "Hunt, David" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] librte: fix igb_uio's access to pci_dev->msi_list for kernels >= 4.3 Thread-Index: AQHREYyG2bq3kR9e90yyLMeDXDxONp6D3mfw Date: Fri, 30 Oct 2015 10:57:54 +0000 Message-ID: References: <1446042290-13608-1-git-send-email-david.hunt@intel.com> In-Reply-To: <1446042290-13608-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] librte: 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 10:58:55 -0000 Hi Dave, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Wednesday, October 28, 2015 2:25 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] librte: 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 > Signed-off-by: David Hunt > --- Fix works, but could you modify the commit title? igb_uio: fix.... Also, in the past we have included the commit id on the Linux repository, which is: Linux: 4a7cc831 ("genirq/MSI: Move msi_list from struct pci_dev to struct d= evice")