diff options
author | 2016-09-19 14:27:37 +0200 | |
---|---|---|
committer | 2016-09-19 15:07:17 +0200 | |
commit | a067bff618bd31bb0cad3391b0db4a74d2061902 (patch) | |
tree | cdc3442a7eb8896dbeacfecc72ec93eac98762be /debian/patches/series | |
parent | a595cfbd47d6177a8144a98ac397cccb0c16a74b (diff) |
fix dkms of rte_kni for kernel >=4.8
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.
Backport of upstream http://dpdk.org/dev/patchwork/patch/15717/
Change-Id: I7d6cef8e1087c7f71d5a8783c282bf64ab0278a4
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 13c6c03e..a1e65826 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ dpdk-dev-v2-1-4-doc-move-tool-guides-in-their-own-subdirectory.patch dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch dpdk-dev-v2-3-4-doc-add-basic-invocation-info-for-dpdk-pmdinfo.patch dpdk-dev-v2-4-4-doc-add-basic-invocation-info-for-dpdk-devbind.patch +dpdk-dev-v2-kni-fix-build-with-kernel-4.8.patch |