From 301d75046c28d797746d36e58df5901ae7404ab5 Mon Sep 17 00:00:00 2001 From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 Subject: [PATCH] kni: disable ETHTOOL_GRXRINGS Signed-off-by: Intel --- lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h b/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h index a0e0698c91..43e6bd8408 100644 --- a/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h +++ b/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/kcompat.h @@ -2947,6 +2947,7 @@ extern u8 _kc_netdev_get_prio_tc_map(struct net_device *dev, u8 up); * updated the kernel version to 2.6.40.x and they back-ported 3.0 features * like set_phys_id for ethtool. */ +#undef ETHTOOL_GRXRINGS #if ( LINUX_VERSION_CODE < KERNEL_VERSION(2,6,40) ) #ifdef ETHTOOL_GRXRINGS #ifndef FLOW_EXT -- 2.20.1