- Apr 01, 2016
-
-
Adam Wujek authored
Also be more verbosive about errors Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
New tool is to dump SFP's internal memory. 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
Use pr_debug instead of pr_info, to avoid printing these two messages at i.e. wrs_version execution Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 31, 2016
-
-
Adam Wujek authored
RTT-reporting on long links (again!): wr_mon and SNMP on WR-Switch http://www.ohwr.org/issues/1277 Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
following commits were added to master by mistake: 18318cf9 etc: use wriX interfaces in example file ppsi-wrs.conf 735f997f arch-wrs: use wriX interfaces for default configuration Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 23, 2016
-
-
Adam Wujek authored
ppsi_servo->skew is a 64bit value, while corresponding OID (wrsPtpSkew) is Integer32. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 02, 2016
-
-
Adam Wujek authored
-
Adam Wujek authored
wrs_pstats does not use fpga memory mapping anymore. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
The option was never implemented and nobody remembers what it was supposed to be.
-
Adam Wujek authored
Fix not displaying temperatures for webinterface in wr_mon. The bug was introduced by commit: userspace/tools: improve wr_mon to display statistics in a more segregated way Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
Fix document's buld error: ! LaTeX Error: Environment longtable undefined. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
wrsw_hal.conf is not used anymore. Remove dead code. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
This file is no longer used. It should be removed a long time ago together with commit: ea6485aa userspace: remove old lua-based config, now unused Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
Fix condition of printing "cleaning multicast entries not supported yet..." Since the search was done over all entries, it doesn't mean entry is multicast if port_mask_dst doesn't equal (1 << dest_port) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
-
-
-
- Feb 25, 2016
-
-
Adam Wujek authored
Change pstats to use 64bit counters instead of 32 bit. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Apply zero bias at every read from FPGA. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
zeros keep only value read from FPGA at zeroing. The rest can be zeroed simply in software. Change the size of cntrs and userv from unsigned long long to uint64_t. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Use different OID for pstats. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
move wrsPstatsTable (wrSwitchMIB.7.4) to wrsPstatsHCTable (wrSwitchMIB.7.7) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 24, 2016
-
-
Adam Wujek authored
HC will use 64bit counters. Rename files and make them compile. wrsPstatsHCTable will go to .7.7 in MIB Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Because 32bit kernel does not export 64bit values via sysctl in a easy way, each pstats counter is split into two 32bit values which have to assembled into one value in software that reads pstats counters. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add if-mib/ifXTable to the SNMPd. It adds 64bit (HC) counters to the ifTable. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Replace time() calls with monotinic version from libwr Fix bug 1164 and similar problems in other programs. It was possible that SNMP objects in expert branch don't update. It pop-up in following scenario: 1. slave switch is started with no ntp configured 2. read via snmp from slave 3. master switch is started with no ntp configured 4. slave sync to master and set it's time, by this system clock on slave is set to earlier date 5. read via snmp from slave will end up in the same results in expert branch of the MIB. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-