We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac975af commit c4413a2Copy full SHA for c4413a2
drivers/net/ethernet/sfc/ptp.c
@@ -1485,7 +1485,9 @@ static int efx_ptp_insert_multicast_filters(struct efx_nic *efx)
1485
goto fail;
1486
1487
rc = efx_ptp_insert_eth_multicast_filter(efx);
1488
- if (rc < 0)
+
1489
+ /* Not all firmware variants support this filter */
1490
+ if (rc < 0 && rc != -EPROTONOSUPPORT)
1491
1492
}
1493
0 commit comments