If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:basis vendor

From BoxMatrix


BoxMatrix >> Shell-Commands >> basis_vendor @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

basis_vendor is the supportdata plugin for the new NSS PPE drivers.

Simplified it does - fw 7.59:

cat /sys/kernel/debug/qca-nss-dp/stats/misc_stats
cat /sys/kernel/debug/qca-nss-dp/stats/rx_ring_stats
cat /sys/kernel/debug/qca-nss-dp/stats/tx_ring_stats
cat /sys/kernel/debug/qca-nss-ppe/stats/common_stats
cat /sys/kernel/debug/qca-nss-ppe/stats/sawf_sc_stats
cat /sys/kernel/debug/qca-nss-ppe/stats/sc_stats
cat /sys/kernel/debug/qca-nss-ppe/ppe_vp/vp_stats
cat /sys/kernel/debug/qca-nss-ppe/ppe_ds/ppe_ds_node_stats
cat /sys/kernel/debug/qca-nss-ppe/ppe_drv_if_map/ppe_if_map
cat /sys/kernel/debug/qca-nss-ppe/ppe_drv_flow_dump/ppe_flow_dump
cat /proc/enable_ring_stats_utilization/enable_ring_stats_utilization

# The following files are from the offload_pa project, 
# which should only be read on PPE-only-platforms

cat /sys/kernel/debug/hwpa_ppe/brief
cat /sys/kernel/debug/hwpa_ppe/interfaces
cat /sys/kernel/debug/hwpa_ppe/synced_sessions
cat /sys/kernel/debug/hwpa_ppe/caps
cat /sys/kernel/debug/hwpa_ppe/meminfo

# Retrive Information from the SSDK-Shell

ssdk_sh flow flowipv45tuple show
ssdk_sh flow flowipv65tuple show
ssdk_sh ip hostipv4entry show
ssdk_sh ip hostipv6entry show

# The following files are not simply readable by default and require a dmesg log to be read

show_file_dmesg /sys/ssdk/dts_dump warn
show_file_dmesg /sys/ssdk/packet_counter warn

# The following files are not readable by default and require a mknod to be read

mknod /tmp/ppe_ifmap c "`cat /sys/kernel/debug/qca-nss-ppe/ppe_drv_if_map/ppe_if_map`" 0
cat /tmp/ppe_ifmap

show_file_dmesg is a function to output a part of dmesg. Simplified it does:

# show_file_dmesg() - Show the contents of a file using the dmesg log
# $1: The file to show
# $2: The log level to use

show_file_dmesg()
{
       uuid=$(cat /proc/sys/kernel/random/uuid)
       echo "<4>${uuid}" > /dev/kmsg
       cat $1
       dmesg -l $2 -t | grep -A 1000 $uuid | tail +2
}  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-30 07:18 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
0 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-30 05:04 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 5690 Pro (arm) 7.59 - 7.60 /lib/supportdata.d 2.6k
FRITZ!Box 7690 7.59 - 7.60 /lib/supportdata.d 2.6k
2 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-30 07:18 GMT.

Firmware Symbol
0 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

b