Re: [Linuxptp-devel] [PATCH RFC 07/30] Convert call sites to the proper method for getting interface names.

2020-03-05 Thread Jacob Keller
On 3/4/2020 8:59 AM, Richard Cochran wrote: > On Tue, Feb 18, 2020 at 11:38:43AM -0800, Jacob Keller wrote: >> >> Is there a way to generate the network of how interconnected the various >> object files are? > > The .d files have the includes. I once wrote a script to turn the .d > files into a

Re: [Linuxptp-devel] [PATCH RFC 07/30] Convert call sites to the proper method for getting interface names.

2020-03-04 Thread Richard Cochran
On Tue, Feb 18, 2020 at 11:38:43AM -0800, Jacob Keller wrote: > > Is there a way to generate the network of how interconnected the various > object files are? The .d files have the includes. I once wrote a script to turn the .d files into a dotty graph. But I guess the utility is low. Thanks,

Re: [Linuxptp-devel] [PATCH RFC 07/30] Convert call sites to the proper method for getting interface names.

2020-02-18 Thread Jacob Keller
On 2/11/2020 6:03 AM, Richard Cochran wrote: > Signed-off-by: Richard Cochran > --- > clock.c| 21 +++-- > config.c | 12 +++- > makefile | 10 +- > nsm.c | 9 + > pmc_common.c | 2 +- > port.c | 19

[Linuxptp-devel] [PATCH RFC 07/30] Convert call sites to the proper method for getting interface names.

2020-02-11 Thread Richard Cochran
Signed-off-by: Richard Cochran --- clock.c| 21 +++-- config.c | 12 +++- makefile | 10 +- nsm.c | 9 + pmc_common.c | 2 +- port.c | 19 +++ port_private.h | 2 +- udp.c | 2 +- udp6.c