devlinksbshow-displayavailablesharedbuffersandtheirattributesDEV - specifies the devlink device to show shared buffers. If this argument is omitted all shared
buffers of all devices are listed.
SB_INDEX - specifies the shared buffer. If this argument is omitted shared buffer with index 0 is
selected. Behaviour of this argument it the same for every command.
devlinksbpoolshow-displayavailablepoolsandtheirattributesDEV - specifies the devlink device to show pools. If this argument is omitted all pools of all devices
are listed.
Display available pools listing their type,size,thtype and cell_size.cell_size is the allocation
granularity of memory within the shared buffer. Drivers may round up, round down or reject size passed to
the set command if it is not multiple of cell_size.devlinksbpoolset-setattributesofpoolDEV - specifies the devlink device to set pool.
sizePOOL_SIZE
size of the pool in Bytes.
thtype { static | dynamic }
pool threshold type.
static - Threshold values for the pool will be passed in Bytes.
dynamic - Threshold values ("to_alpha") for the pool will be used to compute alpha parameter
according to formula:
alpha = 2 ^ (to_alpha - 10)
The range of the passed value is between 0 to 20. The computed alpha is used to
determine the maximum usage of the flow:
max_usage = alpha / (1 + alpha) * Free_Buffer
devlinksbportpoolshow-displayport-poolcombinationsandthresholdforeachDEV/PORT_INDEX - specifies the devlink port.
poolPOOL_INDEX
pool index.
devlinksbportpoolset-setport-poolthresholdDEV/PORT_INDEX - specifies the devlink port.
poolPOOL_INDEX
pool index.
thTHRESHOLD
threshold value. Type of the value is either Bytes or "to_alpha", depends on thtype set for the
pool.
devlinksbtcbindshow-displayport-TCtopoolbindingsandthresholdforeachDEV/PORT_INDEX - specifies the devlink port.
tcTC_INDEX
index of either ingress or egress TC, usually in range 0 to 8 (depends on device).
type { ingress | egress }
TC type.
devlinksbtcbindset-setport-TCtopoolbindingwithspecifiedthresholdDEV/PORT_INDEX - specifies the devlink port.
tcTC_INDEX
index of either ingress or egress TC, usually in range 0 to 8 (depends on device).
type { ingress | egress }
TC type.
poolPOOL_INDEX
index of pool to bind this to.
thTHRESHOLD
threshold value. Type of the value is either Bytes or "to_alpha", depends on thtype set for the
pool.
devlinksboccupancyshow-displaysharedbufferoccupancyvaluesfordeviceorport
This command is used to browse shared buffer occupancy values. Values are showed for every port-pool
combination as well as for all port-TC combinations (with pool this port-TC is bound to). Format of value
is:
current_value/max_value
Note that before showing values, one has to issue occupancysnapshot command first.
DEV - specifies the devlink device to show occupancy values for.
DEV/PORT_INDEX - specifies the devlink port to show occupancy values for.
devlinksboccupancysnapshot-takeoccupancysnapshotofsharedbufferfordevice
This command is used to take a snapshot of shared buffer occupancy values. After that, the values can be
showed using occupancyshow command.
DEV - specifies the devlink device to take occupancy snapshot on.
devlinksboccupancyclearmax-clearoccupancywatermarksofsharedbufferfordevice
This command is used to reset maximal occupancy values reached for whole device. Note that before
browsing reset values, one has to issue occupancysnapshot command.
DEV - specifies the devlink device to clear occupancy watermarks on.