• Adam Wujek's avatar
    userspace/snmpd: change order of branches in MIB · 915e2ca2
    Adam Wujek authored
    No technical change.
    
    Change location of branch wrSwitchMIB.wrsStatus from high number (256) to
    low (6), then move wrSwitchMIB.wrsEpertStatus to (7).
    At the beginning wrsStatus branch was placed at high number because objects
    from that branch might use several other objects to calculate their own value.
    For example, there was a risk that query of wrsMainSystemStatus triggers
    cascade of time consuming cache fills and snmpget timeouts. However, practice
    shown that cache filling is significantly shorter that SNMP transfers.
    Additionally, such risk was possible in case of snmpwalk or other method
    querying objects in order.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    915e2ca2
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...