net/bnxt: fix registration of VF async event completion ring
authorYongping Zhang <yongping.zhang@broadcom.com>
Sat, 29 Sep 2018 02:00:01 +0000 (19:00 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commit5f267bae3ee6da6ee158276055255b6ef5287caf
tree1daf640b9fe798bf99d248ef4b25f69283bf4381
parentb42c15c83e882621aea730a71c7fab1481e14051
net/bnxt: fix registration of VF async event completion ring

While registering vf's event completion ring to FW, use the wrong
macro, FW doesn't set up the event completion ring successfully,
VF can't receive any async event.

Fixes: 4535cad39515 ("net/bnxt: handle VF/PF initialization appropriately")
Cc: stable@dpdk.org
Signed-off-by: Yongping Zhang <yongping.zhang@broadcom.com>
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_hwrm.c