net/bnxt: replace memory barrier for doorbell response
authorGavin Hu <gavin.hu@arm.com>
Mon, 16 Sep 2019 11:27:17 +0000 (19:27 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 8 Oct 2019 10:14:30 +0000 (12:14 +0200)
commit21ecbde99b2f0772d36eef8276a686f3135e5de9
tree5fb4836315dd58a6227d4f5446937eb40bbd4f00
parent4a1721107c30603e078a611e99a4183de178fd7d
net/bnxt: replace memory barrier for doorbell response

To read the doorbell response, which is held in the host CIO memory,
rte_cio_rmb is sufficient.

Fixes: 804e746c7b73 ("net/bnxt: add hardware resource manager init code")
Cc: stable@dpdk.org
Signed-off-by: Gavin Hu <gavin.hu@arm.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_hwrm.c