Re:Re: [PATCH] eal/linux: enhanced error handling for affinity

2024-04-25 Thread 吴剑跃
Hello, Stephen, Good day The issue is not caused by DPDK itself, but arises when the DPDK worker process attempts to set affinity to a cpuset that exceeds the limits set by the cgroup cpuset settings. Original error prints are: PANIC in rte_eal_init(): Cannot set affinity # Call

Re:Re: [PATCH] eal/linux: enhanced error handling for affinity

2024-04-26 Thread Jianyue Wu
Hello, Stephen, Understand, yesterday I had added new changes to the patch, how to recall that patch? Thank you~ At 2024-04-25 23:04:46, "Stephen Hemminger" wrote: >On Thu, 25 Apr 2024 13:40:21 +0800 (CST) >吴剑跃 wrote: > >> After reviewing the code, I believe that the combinati