• Home
  • Raw
  • Download

Lines Matching full:pool

33 .B pool
37 .BI "devlink sb pool set " DEV "
41 .BI pool " POOL_INDEX "
53 .B pool
57 .BI "devlink sb port pool set " DEV/PORT_INDEX "
61 .BI pool " POOL_INDEX "
85 .BI pool " POOL_INDEX "
124 .SS devlink sb pool show - display available pools and their attributes
131 .SS devlink sb pool set - set attributes of pool
135 - specifies the devlink device to set pool.
139 size of the pool in Bytes.
143 pool threshold type.
146 - Threshold values for the pool will be passed in Bytes.
149 - Threshold values ("to_alpha") for the pool will be used to compute alpha parameter according to f…
163 .SS devlink sb port pool show - display port-pool combinations and threshold for each
168 .BI pool " POOL_INDEX"
169 pool index.
171 .SS devlink sb port pool set - set port-pool threshold
176 .BI pool " POOL_INDEX"
177 pool index.
183 set for the pool.
185 .SS devlink sb tc bind show - display port-TC to pool bindings and threshold for each
198 .SS devlink sb tc bind set - set port-TC to pool binding with specified threshold
212 .BI pool " POOL_INDEX"
213 index of pool to bind this to.
219 set for the pool.
224 …y values. Values are showed for every port-pool combination as well as for all port-TC combination…
265 devlink sb pool show
270 devlink sb port pool show pci/0000:03:00.0/1 pool 0
272 Show port-pool setup for specified port and pool.
275 sudo devlink sb port pool set pci/0000:03:00.0/1 pool 0 th 15
277 Change threshold for port specified port and pool.
282 Show pool binding and threshold for specified port and TC.
285 sudo devlink sb tc bind set pci/0000:03:00.0/1 tc 0 type ingress pool 0 th 9
287 Set pool binding and threshold for specified port and TC.