Re: [Linuxptp-devel] [PATCH 1/1] clock: Fix stale clock parent pid usage after best master change

2022-12-08 Thread vincent.cheng...@renesas.com
On Thu, Dec 08, 2022 at 04:06:08PM EST, Geva, Erez wrote: >On Mon, 2022-12-05 at 12:52 -0500, vincent.cheng...@renesas.com wrote: >> On Mon, Dec 05, 2022 at 02:44:07AM EST, Geva, Erez wrote: >> > On Fri, 2022-12-02 at 15:33 -0500, >> > vincent.cheng...@renesas.com wrote:

Re: [Linuxptp-devel] [PATCH 1/1] clock: Fix stale clock parent pid usage after best master change

2022-12-05 Thread vincent.cheng...@renesas.com
On Mon, Dec 05, 2022 at 02:44:07AM EST, Geva, Erez wrote: >On Fri, 2022-12-02 at 15:33 -0500, vincent.cheng...@renesas.com wrote: >> From: Vincent Cheng >> >> In handle_state_decision_event(), the update of the clock's parent >> pid after >> best master chan

Re: [Linuxptp-devel] [PATCH v2 1/4] unicast: Add support to check if message was received from an entry in the unicast master table.

2022-03-19 Thread vincent.cheng...@renesas.com
On Tue, Mar 15, 2022 at 06:45:50PM EDT, Keller, Jacob E wrote: >> + >> +int unicast_client_unicast_master_table_received(struct port *p, struct >> ptp_message *m) >> +{ >> +struct unicast_master_address *ucma; >> + >> +if (!unicast_client_enabled(p)) { >> +return 0; >> +} >