summaryrefslogtreecommitdiff
path: root/Documentation/networking/kapi.rst
diff options
context:
space:
mode:
authorMaxim Georgiev <glipus@gmail.com>2023-08-01 17:28:16 +0300
committerJakub Kicinski <kuba@kernel.org>2023-08-03 05:11:06 +0300
commit0bca3f7f9acdf755f246b4febb0da59a4cd83638 (patch)
treeacd716b561a42117c49247d619fe5bed1547be34 /Documentation/networking/kapi.rst
parent65c9fde15a651a673637075cc1e9e3aa6aaff203 (diff)
downloadlinux-0bca3f7f9acdf755f246b4febb0da59a4cd83638.tar.xz
net: macvlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
macvlan is one of the stackable net devices which pass the hardware timestamping ops to the real device through ndo_eth_ioctl(). This prevents converting any device driver to the new hwtimestamping API without regressions. Remove that limitation in macvlan by using the newly introduced helpers for timestamping through lower devices, that handle both the new and the old driver API. macvlan only implements ndo_eth_ioctl() for these 2 operations, so delete that method. Signed-off-by: Maxim Georgiev <glipus@gmail.com> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Link: https://lore.kernel.org/r/20230801142824.1772134-5-vladimir.oltean@nxp.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking/kapi.rst')
0 files changed, 0 insertions, 0 deletions