diff --git a/drivers/intel/ice/ice-1.12.7-zc/src/kcompat-generator.sh b/drivers/intel/ice/ice-1.12.7-zc/src/kcompat-generator.sh index c182cdd32..8e1173a5a 100644 --- a/drivers/intel/ice/ice-1.12.7-zc/src/kcompat-generator.sh +++ b/drivers/intel/ice/ice-1.12.7-zc/src/kcompat-generator.sh @@ -170,7 +170,8 @@ function gen-netdevice() { gen HAVE_NDO_EXTENDED_SET_TX_MAXRATE if method ndo_set_tx_maxrate of net_device_ops_extended in "$ndh" gen HAVE_NDO_FDB_ADD_VID if method ndo_fdb_del of net_device_ops matches 'u16 vid' in "$ndh" gen HAVE_NDO_FDB_DEL_EXTACK if method ndo_fdb_del of net_device_ops matches extack in "$ndh" - gen HAVE_NDO_GET_DEVLINK_PORT if method ndo_get_devlink_port of net_device_ops in "$ndh" + # PF_RING Note: the below is commented out as gen() is also matching __rh_deprecated_ndo_get_devlink_port which is wrong + #gen HAVE_NDO_GET_DEVLINK_PORT if method ndo_get_devlink_port of net_device_ops in "$ndh" gen HAVE_NDO_UDP_TUNNEL_CALLBACK if method ndo_udp_tunnel_add of net_device_ops in "$ndh" gen HAVE_NETDEV_EXTENDED_MIN_MAX_MTU if struct net_device_extended matches min_mtu in "$ndh" gen HAVE_NETDEV_MIN_MAX_MTU if struct net_device matches min_mtu in "$ndh"