[dpdk-dev] [PATCH] vdpa/mlx5: improve interrupt management

Maxime Coquelin maxime.coquelin at redhat.com
Thu Apr 29 11:48:38 CEST 2021


Hi Matan,

On 4/11/21 11:07 AM, Thomas Monjalon wrote:
> 07/04/2021 08:49, Xia, Chenbo:
>>> Signed-off-by: Matan Azrad <matan at nvidia.com>
>>> Acked-by: Xueming Li <xuemingl at nvidia.com>
>>
>> Patch applied to next-virtio/main with conflict resolved.
>>
>> Thanks!
> 
> Sorry it cannot be pulled in the main tree because it breaks
> compilation with musl libc.
> 
> It can be fixed in the same way as in
> 41b5a7a8494e ("vdpa/mlx5: replace pthread functions unavailable in musl")
> The function pthread_attr_setaffinity_np() must be replaced with
> pthread_setaffinity_np() if moved after the call to pthread_create().
> 
> We could add a checkpatch check for forbidden functions like
> 	pthread_yield, pthread_attr_setaffinity_np
> and forbidden includes:
> 	<error.h>, <sys/fcntl.h>
> 
> 

Could you please send a new version taking care of Thomas' request.

Thanks,
Maxime



More information about the dev mailing list