> -----Original Message----- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Mark > Kavanagh > Sent: Monday, October 9, 2017 3:00 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; > ajit.khapa...@broadcom.com; Kavanagh, Mark B > <mark.b.kavan...@intel.com> > Subject: [dpdk-stable] [PATCH] net/bnxt: fix compilation > > 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: 5ef3b79fdfe6f ("net/bnxt: support flow filter ops") > CC: sta...@dpdk.org
Hi Mark, You don't need to cc stable, since you are fixing code that was sent in this release. Only fixes for patches sent in previous DPDK versions need to be applied to the stable repo. Regards, Pablo