On Wed, Apr 12, 2017 at 04:17:32PM +0200, Miroslav Lichvar wrote: > Update drivers which can timestamp all packets to handle also > HWTSTAMP_FILTER_NTP_ALL.
The $subject and message are bit confusing, as some of those do _not_ handle ALL ... > diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c > b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c > index a851f95..2f30b1a 100644 > --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c > +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c > @@ -15351,6 +15351,7 @@ int bnx2x_configure_ptp_filters(struct bnx2x *bp) > break; > case HWTSTAMP_FILTER_ALL: > case HWTSTAMP_FILTER_SOME: > + case HWTSTAMP_FILTER_NTP_ALL: > bp->rx_filter = HWTSTAMP_FILTER_NONE; ... like here, for example. Thanks, Richard