Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix runtime dead code

2017-10-12 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, October 13, 2017 3:28 AM > To: Jastrzebski, MichalX K ; Wu, Jingjing > > Cc: dev@dpdk.org; Jain, Deepak K ; Kulasek, > TomaszX ; Chilikin, Andrey > ; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix runtime d

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix runtime dead code

2017-10-12 Thread Ferruh Yigit
On 9/29/2017 1:56 PM, Michal Jastrzebski wrote: > From: Tomasz Kulasek > > Coverity reports DEADCODE, as assumes that RTE_LIBRTE_I40E_PMD > is defined and function compiles entirely. > The fix is about to place printf function into #else branch > of conditional compilation, since it is known at