08731368c9
For gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7), As of 5ef3b79fdfe6f, compilation of DPDK fails with the following ERROR MESSAGE: "bnxt_filter.c:960:117: error: ‘vnic’ may be used uninitialized in this function [-Werror=maybe-uninitialized]". Resolve this by initializing 'vnic' to NULL; Fixes: 5ef3b79fdfe6 ("net/bnxt: support flow filter ops") Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>