net/bnxt: fix build with extra cflags
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Fri, 24 Jul 2020 06:40:01 +0000 (23:40 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 29 Jul 2020 22:41:23 +0000 (00:41 +0200)
commit451bf30e3eefc7326d532488dd14b9f4763e99df
tree9f626c993c7957be6a59cbce8058b3d7283e0040
parentc557378fec049eea16e444b341c9de6d7c040ebc
net/bnxt: fix build with extra cflags

When we compile PMD with CFLAGS set to -O -g, build fails because of
uninitialized error. This patch fixes it.

Bugzilla ID: 509
Fixes: 1e46b3962620 ("net/bnxt: fill cfa action in Tx descriptor")

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Reviewed-by: Somnath Kotur <somnath.kotur@broadcom.com>
Reviewed-by: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
drivers/net/bnxt/bnxt_txr.c