Re: [dpdk-dev] [PATCH v2] net/ena: Fix admin cq polling for 32-bit apps

2019-07-17 Thread Ferruh Yigit
On 7/17/2019 3:29 PM, Michał Krawczyk wrote: > pt., 12 lip 2019 o 19:35 David Harton napisał(a): >> >> Recent modifications to admin command queue polling logic >> did not support 32-bit applications. Updated the driver to >> work for 32 or 64 bit applications >> >> Fixes: 3adcba9a89 ("net/ena: u

Re: [dpdk-dev] [PATCH v2] net/ena: Fix admin cq polling for 32-bit apps

2019-07-17 Thread Michał Krawczyk
pt., 12 lip 2019 o 19:35 David Harton napisał(a): > > Recent modifications to admin command queue polling logic > did not support 32-bit applications. Updated the driver to > work for 32 or 64 bit applications > > Fixes: 3adcba9a89 ("net/ena: update HAL to the newer version") > > Signed-off-by: D

[dpdk-dev] [PATCH v2] net/ena: Fix admin cq polling for 32-bit apps

2019-07-12 Thread David Harton
Recent modifications to admin command queue polling logic did not support 32-bit applications. Updated the driver to work for 32 or 64 bit applications Fixes: 3adcba9a89 ("net/ena: update HAL to the newer version") Signed-off-by: David Harton --- v2: Leave existing timeout method and only arch