- Nov 18, 2022
-
-
Adam Wujek authored
In dry run mode no changes to the VLAN configuration are applied. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 12, 2022
-
-
Adam Wujek authored
Remove superfluous spaces when generating Kconfig_port_timing.in by gen_kconfig_port_timing.sh Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 11, 2022
-
-
Adam Wujek authored
fix script generating Kconfig_port_timing.in to include change from commit: Kconfig: allow configuration of externalPortConfigurationEnabled in all timing modes Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 10, 2021
-
-
Adam Wujek authored
Disabling of SFP's TX is possible only via HAL. Disabling it I2C directly is a risky, it can corrupt SFP's EEPROM if HAL is running. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Nov 01, 2021
-
-
Benoit Rat authored
The SDBfs library has been re-licensed as LGPL v2.1 in order to allow it to be linked to proprietary software. The permission to re-license those files has been approved by CERN in 2018 and then in 2021 (and also by its main author).
-
- Sep 24, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Sep 23, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
After reset of the CPU (ARM) GPIO pins are set as input. During configuration they were set to 0, which had a meaning to the i2c transfer if the last transfer before reset was not completed (e.g. by the switch restart). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
The I2C transfer can be interrupted by a restart of a switch. An I2C slave is not aware about an ARM restart so it expect the continuation of the transfer. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 06, 2021
-
-
Adam Wujek authored
To reduce the CPU load the data from one SFP is read every 300ms. In the worst case all monitoring data is updated every 5.4s. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This commit reduces the size of periodic read for each SFP from 256B to 16B. Since the I2C transfer are bit-banged, this commit reduces CPU utilization if monitoring of SFPs is used (CONFIG_READ_SFP_DIAG_ENABLE). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 05, 2021
-
-
Adam Wujek authored
To be reported by SNMP as SNMPv2-MIB::sysContact.0 and SNMPv2-MIB::sysLocation.0 Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This commit requires uplift of ppsi Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jul 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This version already includes lldpd support sending LLDP frames over VLAN and other patches since 1.0.5 Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Before it was printed as signed Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jun 30, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Jun 25, 2021
-
-
Adam Wujek authored
May be useful to find offsets of structures that are not printed. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- May 31, 2021
-
-
Adam Wujek authored
Fixes after ppsi update for WRPC. Should not affect WRS Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Mar 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Feb 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 14, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Dec 21, 2020
-
-
Adam Wujek authored
After IP-MIB has been enabled, WRS was runnig out of memory after 1-2 months. SNMP was leaking about 10MB/month of memory. A leak was observed no matter if and which OIDs were queried. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Reduce the size of port mask from 65535*8 ports to 16*8 ports for dot1qVlanCurrentTable and dot1qVlanStaticTable. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Dec 16, 2020
-
-
Adam Wujek authored
make rtu_stat to read shmem from another location even when hal is dead Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-