Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpuset: Add recipe for cpuset tool 1.6.2 | Michael Trimarchi | 2024-08-25 | 1 | -0/+13 |
Cpuset is a Python application that forms a wrapper around the standard Linux filesystem calls to make using the cpusets facilities in the Linux kernel easier. This can be used on linux realtime or standard linux Example cset shield --cpu 2-3 echo c > /proc/irq/287/smp_affinity irq=`ps | grep -m 1 "irq/287" | awk '{ print $1 }'` cset shield -s -p $irq --force chrt -f -p 75 $irq Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |