Re: [Linuxptp-devel] [PATCH v1 7/7] port: Add inhibit_delay_req.

2018-11-06 Thread Patel, Vedang
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Monday, November 5, 2018 9:27 PM > To: Patel, Vedang > Cc: linuxptp-devel@lists.sourceforge.net; Sanchez-Palencia, Jesus > ; Gomes, Vinicius > ; Guedes, Andre ; > Hindman, Gavin > Subject: Re:

Re: [Linuxptp-devel] [PATCH v1 7/7] port: Add inhibit_delay_req.

2018-11-05 Thread Richard Cochran
On Fri, Oct 05, 2018 at 04:25:07PM -0700, Vedang Patel wrote: > Add provision to disable delay requests. Designated masters who do not > need to calculate delay can use this option. This is required by > Automotive Profile to reduce network load. > > Signed-off-by: Vedang Patel > --- > config.c

[Linuxptp-devel] [PATCH v1 7/7] port: Add inhibit_delay_req.

2018-10-05 Thread Vedang Patel
Add provision to disable delay requests. Designated masters who do not need to calculate delay can use this option. This is required by Automotive Profile to reduce network load. Signed-off-by: Vedang Patel --- config.c | 1 + configs/automotive-master.cfg | 1 + port.c