- Aug 30, 2016
-
-
Adam Wujek authored
Before, some were without @t{}, some used @i{}. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
It is much more readable to have "port X" than "further port" in the Kconfig. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--add struct shw_sfp_header sfp_header_raw to the struct hal_port_calibration. --Increase HAL_SHMEM_VERSION to 9 due to the above --add a parameter to the wrs_sfp_dump to dump eeprom directly from the SFP or saved data from HAL 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
stop explicitly snmpd before reboot to avoid messages: Jan 1 00:54:23 snmpd[1290]: read_config_store open failure on /var/lib/snmp/snmpd.conf Otherwise snmpd was stopped after unmount of filesystems. Stop monit to avoid possible respawn of processes during shutting down. remove "null" from the line in /etc/inittab null::shutdown:/etc/init.d/rcK to get printouts to the console. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
The change of parameter names was done due to change of interfaces names (from wrX to wriX+1) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Changes: --add edges of table --change colors parameters --print proto and extenstion (collumn "Pro") Everything except many configured vlans should fit into 80char terminal Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
It looks like this script was forgotten when changing names of interfaces from wrX to wriX+1 Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
add the follwing fields to the wrs_dump_shmem: --struct pp_instance: --t5 /* *the* stamps */ --t6 /* *the* stamps */ --t4_cf /* peer delay */ --t6_cf /* peer delay */ --struct wr_servo_state: --t5 --t6 remove: --struct pp_instance: --log_min_delay_req_interval modify: --struct pp_instance: --role from unsigned char to int --proto from unsigned char to int Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 22, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 15, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 12, 2016
-
-
Adam Wujek authored
Bug introduced in the commit: userspace/libwr: move defines of rtu entry type to libwr Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Move files from /wr/etc (flash) to /etc (ramdisk) to avoid flash writes. 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
Keep modified snmpd.conf in /etc not in /wr/etc. There is no need to keep it in the flash instead of ramdisk. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Keep created ppsi.conf in /etc not in /wr/etc. There is no need to keep it in the flash instead of ramdisk. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
don't copy rsyslog.conf to the flash Copying rsyslog.conf to the /usr/etc/rsyslog.conf didn't work anyway because of the bug in the function copy_conf Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Keep created wr_date.conf in /etc not in /wr/etc. There is no need to keep it in the flash instead of ramdisk. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Description was outdated because ppsi config is generated based on the PORTXX_PARAMS not TIME_XX. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 11, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add a tool to control Rx bandwidth throttling of the traffic that goes from WR ports to Linux. It configures the FPGA module with a maximum allowed bandwidth in KB/s. Throttling can be enabled to prevent Linux using 100% of the processing power to receive Ethernet frames coming from WR ports to the CPU. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
An alternative to "set -o pipefail" in the userspace/rootfs_override/etc/init.d/wrs_auxclk.sh is ${PIPESTATUS[0]}, but this is a bashism. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
B/W throttling requires bitstream synthesized at least from commit 8f10817 of the wr-switch-hdl repository.
-
Adam Wujek authored
Add startup script /etc/init.d/wrs_throttling.sh for setting up throttling Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
-
Adam Wujek authored
wrs_watchdog will use WRS_LOG_OTHER instead of WRS_LOG_WRSWATCHDOG as a destination for logs. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Uplift config utilities in the wr-switch repo and the target. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Also pass -v/-q to wrs_msg_init to get verbose messages from the libwr. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Another tool like menuconfig for changing the dot-config on the target. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Source using ". file" instead of "source file". The second form is a bashism. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
These two libraries will be used by nconf/nconfig on target Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add support of multiple ptp instances on the same port and vlans to the wr_mon. After the change output looks like: wri6 : Link down WR Master NoLock i5 : no-ptp wri7 : Link up Non WR NoLock i6 : peer: 00:00:00:00:00:00 ptp state master(6) i8 : peer: 00:1b:c5:09:0c:b8 ptp state master(6) vlans: 4,7,65 wri8 : Link down WR Master NoLock i7 : no-ptp Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-