From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1E3AA2BA1; Tue, 14 Feb 2017 07:09:54 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2017 22:09:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,159,1484035200"; d="scan'208";a="933599542" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 13 Feb 2017 22:09:42 -0800 Date: Tue, 14 Feb 2017 14:11:58 +0800 From: Yuanhan Liu To: Ferruh Yigit Cc: Emmanuel Roullit , declan.doherty@intel.com, dev@dpdk.org, dpdk stable Message-ID: <20170214061158.GT20916@yliu-dev.sh.intel.com> References: <20170124211555.16539-1-emmanuel.roullit@gmail.com> <11b78957-934a-ff08-384c-eb24d8237a1a@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11b78957-934a-ff08-384c-eb24d8237a1a@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/bonding: remove useless assignment X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 06:09:55 -0000 On Thu, Jan 26, 2017 at 11:08:29AM +0000, Ferruh Yigit wrote: > On 1/25/2017 12:11 PM, Ferruh Yigit wrote: > > On 1/24/2017 9:15 PM, Emmanuel Roullit wrote: > >> Found with clang static analysis: > >> drivers/net/bonding/rte_eth_bond_pmd.c:903:3: > >> warning: Value stored to 'num_not_send' is never read > >> num_not_send += slave_bufs_pkts[RTE_MAX_ETHPORTS] - num_send; > >> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >> > >> Fixes: 73db5badb042 ("net: align ethdev and eal driver names") > >> > >> Signed-off-by: Emmanuel Roullit > > > > Applied to dpdk-next-net/master, thanks. > > Fixes: 06fe78b98ccd ("bond: add mode 6") > Cc: stable@dpdk.org For the same reason (it didn't fix a real bug), I will drop it to a stable release. --yliu