From: Ján Tomko Date: Wed, 20 Sep 2017 13:23:47 +0000 (+0200) Subject: news: remove kernel version reference from switchdev entry X-Git-Tag: v3.8.0-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eba11681702baadfe36dff1623e3f8b5b1ae45d;p=thirdparty%2Flibvirt.git news: remove kernel version reference from switchdev entry The functionality was added in 4.8, but due to a rename of the DEVLINK_CMD_ESWITCH_GET constant in the kernel headers, the headers from kernel 4.11 are required by the libvirt code. Remove the reference from the news entry, since it could be misleading. --- diff --git a/docs/news.xml b/docs/news.xml index c48869c552..aab812b259 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -56,7 +56,7 @@ Allow querying the NIC interface capabilities for the availability of switchdev offloading (also known as - kernel-forward-plane-offload introduced in kernel 4.8). + kernel-forward-plane-offload).