Re: [Linuxptp-devel] [PATCH 2/4] unicast: Add function to query if delay response granted for best master

2023-11-21 Thread Richard Cochran
Vincent, Sorry for the VERY long delay in reviewing your patches... On Mon, Mar 13, 2023 at 11:22:25PM -0400, Vincent Cheng wrote: > +int unicast_client_delay_response_granted(struct port *p) > +{ > + struct unicast_master_address *ucma; > + > + if (!unicast_client_enabled(p)) { > +

[Linuxptp-devel] [PATCH 2/4] unicast: Add function to query if delay response granted for best master

2023-03-13 Thread Vincent Cheng
From: Vincent Cheng Signed-off-by: Vincent Cheng --- unicast_client.c | 20 unicast_client.h | 8 2 files changed, 28 insertions(+) diff --git a/unicast_client.c b/unicast_client.c index 0843554..ef7fc5c 100644 --- a/unicast_client.c +++ b/unicast_client.c @@ -64