- Jan 17, 2017
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jan 12, 2017
-
-
Adam Wujek authored
Due to the fixed bug, at91bootstrap didn't work when compiled with the gcc (4.9.3) from the buildroot 2016.02. Patch 0011-lib-fix-warning-in-diag-printf.c.patch removes warning during compilation. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 15, 2016
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
wrs_shm_get have to close file descriptors when it fails to open shmem. Otherwise program which tries to open shmem will keep opening file descriptors. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 14, 2016
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Until now configuration items like WRS_LOG_HAL could change only loglevel of syslog messages, not the verbosity of the program. Please note that all messages produced by programs if syslog is configured will be passed to the syslog at the same <facility>.<level> Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
Adam Wujek authored
Fixed by uplift of a kernel from 3.16.37 to 3.16.38. Even it is a local privilege escalation bug, which does not impact us, it is worth to have it fixed. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
- Dec 13, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
To error when VLANs configuration does not match in master and slave. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Error when parameters are passed in a form like "1a" (digit followed by a not digit) --For access mode, error when VID is not set. --Error when parameters in dot-config are "", if are completely empty, then libwr will error. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Use VLANS_PORTXX_VID instead of VLANS_PORTXX_VID and VLANS_PORTXX_VID_PTP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When wrs_vlans is parsing dot-config and VLAN0 is not configured then add VLAN0's port mask based on port VLAN modes. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When parsing dot-config, set "untag none" for all ports that are not in ACCESS mode. Fix warnings in wrs_vlans Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Fix the commit: e5136083 Kconfig: move ppsi VLANs configuration to VLANs section Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 07, 2016
-
-
- Dec 06, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Meanwhile, make the mac address static to same some space/time. But we really need a table for the mac address presets Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
Substitude all occurrences of upper case strings like HOSTNAME, IPADDR and MACADDR with the corresponding value. Before only first occurrence of each was substituted Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 05, 2016
-
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
In few places drop parameter of VLANs in dot-config was descibed that can take different set of parameters, while the only accepted was y or n. Now it can be y, yes, 1, n, no, 0. However, the tool (wrs_vlans) can use only 1 or 0 for "drop" parameter. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Webinterface does not support saving changes of VLAN configuration to a dot-config. Warn user about it. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Move ppsi VLAN configuration from PORTXX_PARAMS(ppsi_vlans) to VLANS_PORTXX_VID_PTP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 02, 2016
-
-
userspace/tools/wrs_vlans.c Signed-off-by:
Grzegorz Daniluk <grzegorz.daniluk@cern.ch> the rest: Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Synthesized from wr-switch-hdl commit 1d50045
-
Adam Wujek authored
Fix build error of wrs-user-manual. This file should have been pushed in the commit: 73f319c5 doc/wrs-user-manual: add the description of VLANs configuration Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
In hal_main.c, use timeout functions from libwr. Use two different timeouts for temperature/fan updates and for port information. In hal_ports.c use different timeouts for sync LEDs, link LEDs and SFPs' DOMs updates. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Use last timeout's timestamp as a reference for new timeout instead of current time. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-