From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by dpdk.org (Postfix) with ESMTP id 89FD7374F for ; Mon, 19 Sep 2016 14:22:05 +0200 (CEST) Received: by mail-yw0-f171.google.com with SMTP id g192so144718215ywh.1 for ; Mon, 19 Sep 2016 05:22:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=P4F9GUltaPEgmfWcZSFUcE2AIokji+v83YMvhJGhJ/k=; b=aB8grnE6mXT9+eO0IEPajJ4OPKvmHDC4SEz6NDGbBdxAThpuz7XR68u252a0UM7hMC WS+4EadSrya+JNzMuxe/75yEnVORAod6CfYuLvZpCo3IBWvvpdFpc7eYTD5QGlvGbDAw 8d3SxEl3N4KWo+jbDJF3jrbdXzTqQmTaCSZ4rSSm+lWIgfy6QTeTdgf6PAQGrvR01ZSN 9SxdfDOqfd/RGLtOgFNdamDHwxU6BhcSJIMhat/fNVg9RLYhIp+/mEy3HvnqE4RtBQL8 ahGq7yE4e0K2rQnS6KI0jPp/2sd7LibJp2sqjoxBHOM7oXITWeaqW6Zrn9Hhnx52NaRz IUGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=P4F9GUltaPEgmfWcZSFUcE2AIokji+v83YMvhJGhJ/k=; b=SEb4Nh37mdgc3kYUoEIV+7oPY1fy8uC75fixRyINFJDHYNskMmPi/Vn95l4AJelPhZ Yrq3cnj9PHGM57EkpqLwFbguq0A4+3+mnIQG1vu5Mr/RLrT0LdhQTjZeCJ+S4NHiAZ3b 0hNtqRqfJlLylj1MwxSRX9vmmDXswGoUtzT1g/CM2pFVc+fvcYMow9ghzUFWmOQLlCeX K55gWnFGHJuulHgZ7lzCOa7Rc98djaIuq6lYfMO0zqunB17Wx0SFW6znuLwnU2ZgooFk o8B7g8tV6/w5z8+Ks6q1AdCh/pJh0wMJqrRYFf2YNN4SdfJbT6W3fFkepO9sf5am/XLa LE9A== X-Gm-Message-State: AE9vXwOZ3de3ZbpiT4NQKNI0+l696Hj+tHckOHmYxs/9i/+Yer4ixdKDAEtmyTFesM2amnX4Pw6g6QXWd2W7kmlb X-Received: by 10.129.95.70 with SMTP id t67mr26553763ywb.284.1474287724963; Mon, 19 Sep 2016 05:22:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.243.194 with HTTP; Mon, 19 Sep 2016 05:21:34 -0700 (PDT) In-Reply-To: <1473359529-21538-1-git-send-email-ferruh.yigit@intel.com> References: <20160908110040.32ec79f5@xeon-e3> <1473359529-21538-1-git-send-email-ferruh.yigit@intel.com> From: Christian Ehrhardt Date: Mon, 19 Sep 2016 14:21:34 +0200 Message-ID: To: Ferruh Yigit Cc: dev , Stephen Hemminger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8 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: Mon, 19 Sep 2016 12:22:05 -0000 On Thu, Sep 8, 2016 at 8:32 PM, Ferruh Yigit wrote: > 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. Just ran into the same and thereby had the unplanned chance to review and test. Works fine, thanks Ferruh Acked-by: Christian Ehrhardt