Searched refs:shapers (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | shaper.py | 19 ksft_eq(len(shapers), 0) 83 ksft_eq(shapers, [{'ifindex': cfg.ifindex, 103 ksft_eq(len(shapers), 0) 123 ksft_eq(shapers, [{'ifindex': cfg.ifindex, 135 ksft_eq(len(shapers), 0) 180 ksft_eq(len(shapers), 1) 273 ksft_eq(shapers, [{'ifindex': cfg.ifindex, 282 ksft_eq(len(shapers), 0) 323 ksft_eq(shapers, [{'ifindex': cfg.ifindex, 350 ksft_eq(shapers, [{'ifindex': cfg.ifindex, [all …]
|
| /linux-6.15/net/shaper/ |
| H A D | shaper.c | 25 struct xarray shapers; member 341 xa_lock(&hierarchy->shapers); in net_shaper_pre_insert() 344 xa_unlock(&hierarchy->shapers); in net_shaper_pre_insert() 355 xa_erase(&hierarchy->shapers, index); in net_shaper_pre_insert() 370 xa_lock(&hierarchy->shapers); in net_shaper_commit() 383 *cur = shapers[i]; in net_shaper_commit() 385 xa_unlock(&hierarchy->shapers); in net_shaper_commit() 398 xa_lock(&hierarchy->shapers); in net_shaper_rollback() 404 xa_unlock(&hierarchy->shapers); in net_shaper_rollback() 1364 xa_lock(&hierarchy->shapers); in net_shaper_flush() [all …]
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | net_shaper.yaml | 7 This API allows configuring HW shapers available on the network 10 shapers. 15 Depending on the @scope value, the shapers are attached to specific 23 group. Only the @group operation can create @node scope shapers. 25 Existing shapers can be deleted/reset via the @delete operation. 55 node shapers; can be nested in either @netdev 56 shapers or other @node shapers, allowing placement 104 scheduling is applied to sibling shapers. 111 The scheduling is applied to all sibling shapers 162 doc: Interface index queried for shapers capabilities. [all …]
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/ti/ |
| H A D | cpsw.rst | 11 The cpsw has 3 CBS shapers for each external ports. This document 28 - CBS shapers should be used with rated queues 29 - The bandwidth for CBS shapers has to be set a little bit more then
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6478 shapers= [NET] 6479 Maximal number of shapers.
|