- Feb 16, 2017
-
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Remove possibility to set ptp into p2p mode when it is not compiled Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
If !CONFIG_SYSLOG, usual verbose output is printed to console. If CONFIG_SYSLOG, you can send the latency error problems to syslog. The node sends to syslog only the number of lost frames (FIX THIS) and the latency if it's more than twice the current running average. such an average is on 8 samples, so it moves quickly. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Conflicts: dump-info.c
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Now the default for configurations that do not select peer-delay is to not even build peer-delay code. This provides for that, and adds two configurations for peer-delay operation. If pdelay is selected, e2e is built as well, but selection is currently only at build time. This will be fixed later. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Please note that peer delay code is compiled into the ppsi, even if it is disabled at compile time. Code is in the binary wrpc, but is never can be reached. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Feb 09, 2017
-
-
Grzegorz Daniluk authored
-
- Jan 30, 2017
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Without this, after the first build of wrpc-sw the ppsi configuration was never changed. So if you built e.g. "gsi_defconfig" and then reconfigure for "gsi_pdelay_defconfig" you'll get no pdelay in there. For me, and the next maintainers of ppsi, the new configuration option CONFIG_PPSI_FORCE_CONFIG can be unset in order to test with personale changes in ppsi configuration. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Also, preserve and restore current configuration, so I don't get mad when checking with MAKEALL during my tests for new feature. The rationale for this is that wrpc-sw will soon select different ppsi choices according to its own configuration, through $(PPSI-CFG-y). Actually, it already does for the host process build. MAKEALL must obey this choice, so we trim ppsi configuration each time we reconfigure wrpc (removing the file would spit an error instead). Then, our Makefile forces a ppsi reconfig if ppsi/.config is missing *or* empty. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
The new config tools are more picky. We got: Kconfig:22:warning: defaults for choice values not supported and warning: (WR_SWITCH) selects UART which has unmet direct dependencies (DEVELOPER && EMBEDDED_NODE) The latter is fixed adding WR_SWITCH in the dependencies. The former is worked-around by using "IS_XINT" and friends in "choice", and then "XINT" replicates the "IS_" choice. I dislike it, because it's repetition, but we really need CONFIG_PRINTF_XINT and friends in pp_printf/ Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jan 26, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Nov 28, 2016
-
-
- Nov 03, 2016
-
-
Grzegorz Daniluk authored
-
- Nov 01, 2016
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Oct 27, 2016
-
-
Grzegorz Daniluk authored
-
- Aug 30, 2016
-
-
Grzegorz Daniluk authored
-
- Aug 22, 2016
-
-
Grzegorz Daniluk authored
-
- Aug 09, 2016
-
-
Adam Wujek authored
remove rules like: --allmodconfig --kvmconfig --xenconfig --tinyconfig change directory with configs Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Now it is also possible to use for dot-config configuration: make nconfig make xconfig make gconfig make menuconfig kconfig is taken from the linux kernel repo commit v4.8-rc1-19-g81abf25: e50bd235 Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 04, 2016
-
-
Grzegorz Daniluk authored
-
Add conditional compilation of support of aux diag registers and SNMP for these registers. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-