commit | c49a35eedfef08bffd46b53c25dbf9d6016a86ff | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Nov 26 19:28:45 2021 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Nov 26 11:38:21 2021 -0800 |
tree | 54bf5a5fb8297bd619577daffa8f27ff8a1833dc | |
parent | 96ca08c05838d1f5501003f0a6201824e4eede70 [diff] |
net: mscc: ocelot: correctly report the timestamping RX filters in ethtool The driver doesn't support RX timestamping for non-PTP packets, but it declares that it does. Restrict the reported RX filters to PTP v2 over L2 and over L4. Fixes: 4e3b0468e6d7 ("net: mscc: PTP Hardware Clock (PHC) support") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>