From: Wen Gu <guwen@linux.alibaba.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Richard Cochran <richardcochran@gmail.com>,
andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, xuanzhuo@linux.alibaba.com,
dust.li@linux.alibaba.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v5 1/2] ptp: introduce Alibaba CIPU PHC driver
Date: Sun, 4 Jan 2026 14:11:43 +0800 [thread overview]
Message-ID: <3e137dbb-4299-4adf-9e19-b78ce6cfe4c8@linux.alibaba.com> (raw)
In-Reply-To: <20260102115136.239806fa@kernel.org>
On 2026/1/3 03:51, Jakub Kicinski wrote:
> On Mon, 22 Dec 2025 15:18:19 +0800 Wen Gu wrote:
>> The same applies to ptp_cipu, since it is already used and relies on
>> exposing /dev/ptpX.
>
> IIUC you mean that the driver is already used downstream and abandoning
> PTP will break the OOT users? This is a non-argument upstream.
>
I know.
My point is that I hope ptp_cipu can use the PTP interface as these
existing drivers, because many user programs and their ecosystems
depend on the PTP interface, such as chrony, or other user programs
based on `/dev/ptp*`. A new clock class device node will break this,
requiring changes to all these user programs, otherwise they can't
use the clock.
>> Given the historical baggage, it seems better to keep using the
>> existing ptp framework, but separate these pure phc drivers into a
>> new subsystem with a dedicated directory (e.g. drivers/phc/) and a
>> MAINTAINERS entry, moving them out of the netdev maintenance scope.
>> This should also address the concern that these pure phc drivers are
>> not a good fit to be maintained under the networking subsystem.
>
> I'd rather you left PTP completely alone with your funny read only
> clocks. Please and thank you.
What you call 'funny' read only clocks have existed as PTP clocks for
a long time, and there are many examples, such as ptp_kvm, ptp_vmw
and ptp_s390. It also exists outside the drivers/ptp directory, such
as drivers/hv/hv_util.c[1]. And there are also recent examples, such
as drivers/virtio/virtio_rtc_ptp.c[2]. Even the PTP interface definition
does not require that the ability to set the time must be supported.
So I think the clock itself, as well as the use of the PTP interface
is reasonable and not funny.
IIUC, the main block is that you don't want to maintain these pure
phc clocks, as you mentioned in [3]. I agree with this as well. So I
propose to group these pure phc drivers together (e.g. drivers/phc)
and move them from the network maintenance domain to the clock maintenance
domain.
What's your new concern?
[1] https://lore.kernel.org/all/20170130110716.16795-4-vkuznets@redhat.com/
[2] https://lore.kernel.org/all/20250509160734.1772-3-quic_philber@quicinc.com/
[3] https://lore.kernel.org/all/20251127083610.6b66a728@kernel.org/
Regards.
next prev parent reply other threads:[~2026-01-04 6:11 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 12:13 [PATCH net-next v5 0/2] ptp: Alibaba CIPU PTP clock driver Wen Gu
2025-10-30 12:13 ` [PATCH net-next v5 1/2] ptp: introduce Alibaba CIPU PHC driver Wen Gu
2025-10-31 23:58 ` Jakub Kicinski
2025-11-05 10:22 ` Wen Gu
2025-11-06 0:24 ` Jakub Kicinski
2025-11-27 5:48 ` Wen Gu
2025-11-27 16:36 ` Jakub Kicinski
2025-11-28 6:22 ` Wen Gu
2025-11-28 18:24 ` Jakub Kicinski
2025-12-01 6:04 ` Wen Gu
2025-12-12 6:50 ` Wen Gu
2025-12-12 22:50 ` Jakub Kicinski
2025-12-14 14:03 ` Wen Gu
2025-12-16 21:58 ` Jakub Kicinski
2025-12-17 12:40 ` Wen Gu
2025-12-22 7:18 ` Wen Gu
2026-01-02 19:51 ` Jakub Kicinski
2026-01-04 6:11 ` Wen Gu [this message]
2026-01-09 9:25 ` David Woodhouse
2026-01-12 3:45 ` Wen Gu
2025-12-18 12:28 ` David Woodhouse
2025-12-22 12:44 ` Wen Gu
2025-10-30 12:13 ` [PATCH net-next v5 2/2] ptp: add sysfs documentation for " Wen Gu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3e137dbb-4299-4adf-9e19-b78ce6cfe4c8@linux.alibaba.com \
--to=guwen@linux.alibaba.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=dust.li@linux.alibaba.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=tglx@linutronix.de \
--cc=xuanzhuo@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox