Re: [PATCH v2 0/3] net: mvpp2: tai: add extts support

From: Shmuel Hazan
Date: Tue Apr 18 2023 - 04:43:31 EST


On Tue, 2023-04-18 at 02:36 +0200, Andrew Lunn wrote:
> Caution: This is an external email. Please take care when clicking links or opening attachments.
>
>
> On Mon, Apr 17, 2023 at 08:07:38PM +0300, Shmuel Hazan wrote:
> > This patch series adds support for PTP event capture on the Aramda
> > 80x0/70x0. This feature is mainly used by tools linux ts2phc(3) in order
> > to synchronize a timestamping unit (like the mvpp2's TAI) and a system
> > DPLL on the same PCB.
> >
> > The patch series includes 3 patches: the second one implements the
> > actual extts function.
> >
> > Changes in v2:
> > * Fixed a deadlock in the poll worker.
> > * Removed tabs from comments.
>
> The other think the NETDEV FAQ says is to wait at least 24 hours
> before posting a new version. That give people time to actually review
> the code, and likely the current version, not an old version.
>

Hi Andrew,

Sorry about it. Thanks for letting me know.

> Andrew