From: Richard C. <ric...@gm...> - 2022-03-07 02:30:58
|
On Tue, Feb 15, 2022 at 04:04:43PM +0100, Miroslav Lichvar wrote: > v2->v1: > - rebased on current HEAD > - fixed order of phc_index option in config_tab array > - renamed search_vclocks() to rtnl_search_vclocks() > > rfc->v1: > - fixed rtnl_linkinfo_parse() to make space for the _MAX attrs > - added new TLV for PHC index and flags > - added support to timemaster > - updated defaults.cfg I rebased this onto master and fixed up the trival conflict due to adding new _NP management TLVs. https://github.com/richardcochran/linuxptp/tree/vclock-support However, it won't compile with older toolchains: /opt/x-tools/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -Wall -DVER=3.1-00132-g6837ba4 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -O2 -Werror -std=gnu99 -g -c -o rtnl.o /home/richard/git/linuxptp/rtnl.c /home/richard/git/linuxptp/rtnl.c:22:10: fatal error: linux/ethtool_netlink.h: No such file or directory #include <linux/ethtool_netlink.h> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: rtnl.o] Error 1 Can you take a look at that? Thanks, Richard |