Re: [PATCH net 8/9] bnxt_en: Move bnxt_ptp_init() to bnxt_open()
From: Michael Chan <michael.chan@broadcom.com>
Date: 2021-07-20 05:30:06
Attachments
- smime.p7s [application/pkcs7-signature] 4209 bytes
From: Michael Chan <michael.chan@broadcom.com>
Date: 2021-07-20 05:30:06
On Mon, Jul 19, 2021 at 10:07 AM Richard Cochran [off-list ref] wrote:
Ideally the PHC appears as soon as the driver instantiates for a HW device. Telling time from the clock is independent from the network interface being up or down.
OK. Will improve this in follow on patches to keep the PHC registered unless the firmware after reset no longer supports PTP. Thanks.