On Thu, Mar 12, 2020 at 12:56 AM Webster, Steven <steven.webs...@windriver.com> wrote: > > > gcc 10.0.1 reports: > > > > ../drivers/net/avp/avp_ethdev.c: In function ‘avp_xmit_scattered_pkts’: > > ../drivers/net/avp/avp_ethdev.c:1791:24: > > warning: ‘avp_bufs[count]’ may be used uninitialized in this function [- > > Wmaybe-uninitialized] > > 1791 | tx_bufs[i] = avp_bufs[count]; > > | ~~~~~~~~^~~~~~~ > > ../drivers/net/avp/avp_ethdev.c:1791:24: > > warning: ‘avp_bufs[count]’ may be used uninitialized in this function [- > > Wmaybe-uninitialized] > > > > Fix by intializing the array. > > > > Fixes: 295abce2d25b ("net/avp: add packet transmit functions") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Kevin Traynor <ktray...@redhat.com> > > --- > Acked-by: Steven Webster <steven.webs...@windriver.com>
Applied, thanks. -- David Marchand