RE: [PATCH net-next v7 08/15] net: ethernet: oa_tc6: Support for hardware timestamp
From: Selvamani Rajagopal
Date: Thu Jul 09 2026 - 11:17:21 EST
> -----Original Message-----
> From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
> Sent: Thursday, July 9, 2026 3:45 AM
> Subject: Re: [PATCH net-next v7 08/15] net: ethernet: oa_tc6: Support for hardware
> timestamp
>
>
> > +
> > + if (cmd == SIOCSHWTSTAMP || cmd == SIOCGHWTSTAMP)
> > + return oa_tc6_tstamp_ioctl(tc6, rq, cmd);
>
> ioctl interface for HW timestamp configuration is deprecated, kernel
> code was recently cleaned up to aviod these ioctl commands in favor of
> ndo_hwtstamp_get/ndo_hwtstamp_set callbacks. New drivers must not use
> deprecated ioctl commands.
>
I see. Sure. Will remove it.