aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2019-11-04 15:54:29 -0800
committerTejun Heo <[email protected]>2019-11-12 08:18:03 -0800
commitdb53c73a8b5db120cb741d7d932cdf831a576e8f (patch)
treeadf1622e1ad7b8de472121a8e78207d2c85c53f7 /scripts/bpf_helpers_doc.py
parentf05499a06fb4348b935dd2ffc2c86a76705486be (diff)
netprio: use css ID instead of cgroup ID
netprio uses cgroup ID to index the priority mapping table. This is currently okay as cgroup IDs are allocated using idr and packed. However, cgroup IDs will be changed to use full 64bit range and won't be packed making this impractical. netprio doesn't care what type of IDs it uses as long as they can identify the controller instances and are packed. Let's switch to css IDs instead of cgroup IDs. Signed-off-by: Tejun Heo <[email protected]> Acked-by: Neil Horman <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Namhyung Kim <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions