Re: [PATCH v2] devtools: parallelize ABI check

2023-01-10 Thread Ferruh Yigit
On 1/9/2023 9:34 AM, Thomas Monjalon wrote: > Generation and comparison of ABI dumps are done on multiple cores > thanks to xargs -P0. > It can accelerate this long step by 5 in my tests. > > xargs reports a global error if one of the process has an error. > > Running a shell function with xargs

[PATCH v2] devtools: parallelize ABI check

2023-01-09 Thread Thomas Monjalon
Generation and comparison of ABI dumps are done on multiple cores thanks to xargs -P0. It can accelerate this long step by 5 in my tests. xargs reports a global error if one of the process has an error. Running a shell function with xargs requires to export it with -f, and that is a specific capa