Re: [Linuxptp-devel] [PATCH RFC 16/30] interface: Introduce a method to set the time stamping label.

2020-02-18 Thread Jacob Keller
On 2/11/2020 6:04 AM, Richard Cochran wrote: > The ts_label field of the interface is set in different ways by different > callers. In order to prevent users from open coding the logic that sets > the label, this patch adds an appropriate method. > > Signed-off-by: Richard Cochran Reviewed-by:

[Linuxptp-devel] [PATCH RFC 16/30] interface: Introduce a method to set the time stamping label.

2020-02-11 Thread Richard Cochran
The ts_label field of the interface is set in different ways by different callers. In order to prevent users from open coding the logic that sets the label, this patch adds an appropriate method. Signed-off-by: Richard Cochran --- interface.c | 5 + interface.h | 7 +++ 2 files changed,