Re: [dpdk-dev] [PATCH 02/29] net/ena/base: make allocation macros thread-safe

2020-03-31 Thread Michał Krawczyk
pt., 27 mar 2020 o 15:54 Stephen Hemminger napisał(a): > > On Fri, 27 Mar 2020 11:17:56 +0100 > Michal Krawczyk wrote: > > > From: Igor Chauskin > > > > Memory allocation region id could possibly be non-unique > > due to non-atomic increment, causing allocation failure. > > > > Fixes: 9ba7981ec9

Re: [dpdk-dev] [PATCH 02/29] net/ena/base: make allocation macros thread-safe

2020-03-27 Thread Stephen Hemminger
On Fri, 27 Mar 2020 11:17:56 +0100 Michal Krawczyk wrote: > From: Igor Chauskin > > 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: sta...@dpdk.org > > S

[dpdk-dev] [PATCH 02/29] net/ena/base: make allocation macros thread-safe

2020-03-27 Thread Michal Krawczyk
From: Igor Chauskin 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: sta...@dpdk.org Signed-off-by: Igor Chauskin Reviewed-by: Michal Krawczyk Reviewed-by: Guy Tz