mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: remove obsolete check for ETH_FLAG_RXHASH
The ETH_FLAG_RXHASH constant was introduced to Linux in commit b00fabb4020d17bda4bea59507e09fadf573088d Author: stephen hemminger <shemminger@vyatta.com> Date: Mon Mar 29 14:47:27 2010 +0000 netdev: ethtool RXHASH flag 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:
@@ -650,7 +650,6 @@ symbols = [
|
||||
# Check whether endian provides handy macros.
|
||||
[ 'endian.h', 'htole64' ],
|
||||
|
||||
[ 'linux/ethtool.h', 'ETH_FLAG_RXHASH' ],
|
||||
[ 'linux/ethtool.h', 'ETHTOOL_GFEATURES' ],
|
||||
[ 'linux/ethtool.h', 'ETHTOOL_SCOALESCE' ],
|
||||
[ 'linux/ethtool.h', 'ETHTOOL_GCOALESCE' ],
|
||||
|
||||
Reference in New Issue
Block a user