mirror of https://gitee.com/openkylin/libvirt.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 <jesse@nicira.com> 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 <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
74bbf36442
commit
4d35922f23
|
@ -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' ],
|
||||
|
|
Loading…
Reference in New Issue