Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory regions release deadlock

2020-02-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Tuesday, February 4, 2020 3:36 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix memory regions release > deadlock >

[dpdk-dev] [PATCH v2] net/mlx5: fix memory regions release deadlock

2020-02-04 Thread Michael Baum
The mpx5 PMD maintains the list of devices for those the memory operation callback routines must be invoked to keep the device MRs (MR is the entity backing the hardware DMA transactions) consistent with the mapped memory. Each device context in the list is protected with dedicated lock on per devi