From: Daniel P. Berrangé Date: Thu, 8 Dec 2022 09:45:20 +0000 (+0000) Subject: meson: remove obsolete check for ETH_FLAG_TXVLAN/RXVLAN X-Git-Tag: v9.0.0-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d35922f239932a04cae2d35898f7c56da566f82;p=thirdparty%2Flibvirt.git meson: remove obsolete check for ETH_FLAG_TXVLAN/RXVLAN The ETH_FLAG_TXVLAN/RXVLAN constants were introduced to Linux in commit d5dbda23804156ae6f35025ade5307a49d1db6d7 Author: Jesse Gross Date: Wed Oct 20 13:56:07 2010 +0000 ethtool: Add support for vlan accleration. This is old enough that all our supported platforms can be assumed to have this feature. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/meson.build b/meson.build index 3194c2f9af..93c8d12264 100644 --- a/meson.build +++ b/meson.build @@ -650,7 +650,6 @@ symbols = [ # Check whether endian provides handy macros. [ 'endian.h', 'htole64' ], - [ 'linux/ethtool.h', 'ETH_FLAG_TXVLAN' ], [ 'linux/ethtool.h', 'ETH_FLAG_NTUPLE' ], [ 'linux/ethtool.h', 'ETH_FLAG_RXHASH' ], [ 'linux/ethtool.h', 'ETHTOOL_GFEATURES' ],