> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Mark > Kavanagh > Sent: Monday, October 9, 2017 3:00 PM > To: [email protected] > Cc: [email protected]; Yigit, Ferruh <[email protected]>; > [email protected]; Kavanagh, Mark B > <[email protected]> > 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: [email protected]
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

