mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Wen Gu <guwen@linux.alibaba.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: 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: Fri, 12 Dec 2025 14:50:13 +0800	[thread overview]
Message-ID: <c92b47cf-3da0-446d-8b8f-674830256143@linux.alibaba.com> (raw)
In-Reply-To: <9a75e3b2-4d1c-4911-81e4-cab988c24b77@linux.alibaba.com>



On 2025/12/1 14:04, Wen Gu wrote:
> 
> 
> On 2025/11/29 02:24, Jakub Kicinski wrote:
>> On Fri, 28 Nov 2025 14:22:21 +0800 Wen Gu wrote:
>>>> Could you go complain to clock people? Or virtualization people?
>>>
>>> I understand that the PTP implementations in drivers/ptp aren't closely
>>> related to networking though drivers/ptp is included in NETWORKING DRIVERS
>>> in the MAINTAINER file.
>>>
>>> I noticed that drivers/ptp/* is also inclued in PTP HARDWARE CLOCK SUPPORT.
>>> This attribution seems more about 'clock'.
>>>
>>> Hi @Richard Cochran, could you please review this? Thanks! :)
>>
>> It's Thanksgiving weekend in the US, Richard may be AFK so excuse my
>> speaking for him, but he mentioned in the past that he is also not
>> interested in becoming a maintainer for general clocks, unrelated
>> to PTP.
>>
> 
> Wishing you a Happy Thanksgiving!
> 
> I think you misunderstood. I didn't encourage Richard to maintain
> general clocks unrelated to PTP. Rather, I believe this driver should
> belong to the PTP subsystem, and here are my reasons (which have been
> mentioned in previous emails):
> 
> 1. CIPU provides high-precision PHCs for VMs or bare metals, which
>     are exposed as ptp_clock according to the definition in [1]. its
>     usage is no different from other ptp devices. So this is a PTP
>     driver.
> 
> [1] https://docs.kernel.org/driver-api/ptp.html
> 
> 2. The PTP implementations that are independent of networking and
>     NICs are placed under drivers/ptp. These devices are provided from
>     chip/FPGA/hypervisor and maintain clock accuracy in their own unique
>     ways. CIPU ptp driver is no different and should also be placed
>     under the drivers/ptp from this perspective.
> 
> According to the MAINTAINERS file, drivers/ptp/* is maintained by the
> NETWORKING DRIVERS and PTP HARDWARE CLOCK SUPPORT subsystems. Considering
> you mentioned that drivers/ptp is not closely related to networking, I
> think it might be more appropriate for the PTP HARDWARE CLOCK SUPPORT
> subsystem maintainer to review it. After it merges into the upstream,
> we will be its maintainers.
> 
>> Search the mailing list, there are at least 3 drivers like yours being
>> proposed. Maybe you can get together with also the KVM and VMclock
>> authors and form a new subsystem?
> 
> I think drivers under drivers/ptp are all similar. But aside from the
> fact that they are all exposed as PTP devices and therefore classified
> in the PTP subsystem, I haven't been able to find a way to classify
> them into another class (note that CIPU ptp can't be considered a
> VM/hypervisor clock class since bare metal scenario is also applicable).
> 
> Regards.


Given that net-next is closed and the EOY break is here, I was wondering
whether the review discussion might continue during this period or should
wait until after the break.

Thanks.


  reply	other threads:[~2025-12-12  6:50 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 [this message]
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
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=c92b47cf-3da0-446d-8b8f-674830256143@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=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

all inboxes | Powered by JetHome®