On Fri, 27 Mar 2020 11:17:56 +0100
Michal Krawczyk <[email protected]> wrote:

> From: Igor Chauskin <[email protected]>
> 
> Memory allocation region id could possibly be non-unique
> due to non-atomic increment, causing allocation failure.
> 
> Fixes: 9ba7981ec992 ("ena: add communication layer for DPDK")
> Cc: [email protected]
> 
> Signed-off-by: Igor Chauskin <[email protected]>
> Reviewed-by: Michal Krawczyk <[email protected]>
> Reviewed-by: Guy Tzalik <[email protected]>

With DPDK all control operations are the device are supposed
to be single threaded by the caller. Do you have an allocation in
some datapath?

Reply via email to