CPU Pinning and optimization #304
-
Hello SrsRAN, I have a machine with 32 vcpu ( Hyper threading), I'm isolating vcpu from 4~31 dedicated for Srsran, I want to make sure that srsran will make a maximum use of the available cpus, I used below settings,
how I assign a set of cpus to specific function for example l1_dl_cpus cpu_set == [2,3,4,5,6,7,8]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @IbrahimBabiker87 , You need to define a set of core indexes in that affinity option, for instance:
If you set The difference between the policies is:
In our experience the policy One more comment, the option |
Beta Was this translation helpful? Give feedback.
Yes, srsRAN sees only the cores passed by taskset