[dpdk-dev] [PATCH 01/10] vdpa/sfc: introduce Xilinx vDPA driver

Stephen Hemminger stephen at networkplumber.org
Fri Aug 13 17:36:47 CEST 2021


On Tue, 6 Jul 2021 22:14:09 +0530
Vijay Srivastava <vijay.srivastava at xilinx.com> wrote:

> +static pthread_mutex_t sfc_vdpa_adapter_list_lock = PTHREAD_MUTEX_INITIALIZER;
> +

Why do you need a pthread_mutex when simple DPDK spin lock will do?


More information about the dev mailing list