From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: fix build with kernel 4.8 Date: Wed, 21 Sep 2016 18:17:31 +0200 Message-ID: <2176750.FAYH8H4jU0@xps13> References: <20160908110040.32ec79f5@xeon-e3> <1473359529-21538-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , Stephen Hemminger To: "Yigit, Ferruh" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id DB10A374E for ; Wed, 21 Sep 2016 18:17:33 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id d66so31151181wmf.0 for ; Wed, 21 Sep 2016 09:17:33 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-09 22:33, De Lara Guarch, Pablo: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > > Linux kernel v4.8 removes macro DEFINE_PCI_DEVICE_TABLE > > > > Linux: 7e9321599011 ("treewide: remove references to the now unnecessary > > DEFINE_PCI_DEVICE_TABLE") > > > > Replaced macro with its value in kni ethtool drivers. > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Pablo de Lara Applied, thanks