net/ena: fix admin CQ polling for 32-bit
authorDavid Harton <dharton@cisco.com>
Fri, 12 Jul 2019 17:35:43 +0000 (13:35 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:35 +0000 (14:31 +0200)
commit8190a843ef9bce3696b74ad2b057b5d86cc7b0df
tree4597d3ee783d46b101307a4c0080034477dbda35
parenta1be9d7dfc0c1ae6bf70fe234458ad4f90cf14f4
net/ena: fix admin CQ polling for 32-bit

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: 3adcba9a8987 ("net/ena: update HAL to the newer version")
Cc: stable@dpdk.org
Signed-off-by: David Harton <dharton@cisco.com>
Acked-by: Michal Krawczyk <mk@semihalf.com>
drivers/net/ena/base/ena_com.c