{
> .cap_rss_ctx_supported = true,
> .supported_coalesce_params = ETHTOOL_COALESCE_USECS | @@ -
> 4407,6 +4424,7 @@ static const struct ethtool_ops ice_ethtool_ops = {
> .get_eth_mac_stats = ice_get_eth_mac_stats,
> .get_pause_stats= ice_get_pause_stats,
> .get_rmon_stats = ice_get_rmon_stats,
> + .get_ts_stats = ice_get_ts_stats,
> };
>
> static const struct ethtool_ops ice_ethtool_safe_mode_ops = {
> --
> 2.43.0
>
Reviewed-by: Hariprasad Kelam
> From: Pawel Kaminski
>
> Add support for driver-specific devlink local_forwarding param.
> Supported values are "enabled", "disabled" and "prioritized".
> Default configuration is set to "enabled".
>
> Add documentation in networking/devlink/ice.rst.
>
> In previous generations of Intel NI
E -#define
> IXGBE_PCI_HEADER_TYPE_MULTIFUNC 0x80 #define
> IXGBE_PCI_DEVICE_CONTROL2_16ms 0x0005
>
> #define IXGBE_PCIDEVCTRL2_TIMEO_MASK 0xf
> --
> 2.39.2
>
Reviewed-by: Hariprasad Kelam
g message is fine:
>
> [5.200987] igc :01:00.0 eth0: PHC added
>
Reviewed-by: Hariprasad Kelam
> Signed-off-by: Corinna Vinschen
> ---
> drivers/net/ethernet/intel/igc/igc_main.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/dri