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:
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
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;
>> +}
>