From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: fix possible uninitialized variable usage Date: Fri, 2 Nov 2018 20:35:14 +0000 Message-ID: <7be1ea7c-96ad-983e-9445-0702b2fbd124@intel.com> References: <20181028021640.38318-1-ferruh.yigit@intel.com> <8CEF83825BEC744B83065625E567D7C260D20CA4@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: "dev@dpdk.org" , "stable@dpdk.org" To: "Iremonger, Bernard" , "Lu, Wenzhuo" , "Wu, Jingjing" Return-path: In-Reply-To: <8CEF83825BEC744B83065625E567D7C260D20CA4@IRSMSX108.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/30/2018 10:59 AM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Sunday, October 28, 2018 2:17 AM >> To: Lu, Wenzhuo ; Wu, Jingjing >> ; Iremonger, Bernard >> Cc: dev@dpdk.org; Yigit, Ferruh ; stable@dpdk.org >> Subject: [PATCH] app/testpmd: fix possible uninitialized variable usage >> >> ol_flags can be wrong if DEV_TX_OFFLOAD_VLAN_INSERT is not set in >> tx_offloads >> >> Fixes: 3eecba267cd6 ("app/testpmd: cleanup internal Tx offloads flags field") >> Cc: stable@dpdk.org >> >> Signed-off-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.