From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix dead code Date: Tue, 15 Dec 2015 18:08:21 +0100 Message-ID: <1632497.4nRkQdnv5O@xps13> References: <1450194150-22234-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id E95F18E79 for ; Tue, 15 Dec 2015 18:09:37 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id n186so174773085wmn.1 for ; Tue, 15 Dec 2015 09:09:37 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Coverity issue (CID 119254): Control flow issues (DEADCODE). > > > > Fixes: 1a572499beb6 ("app/testpmd: setup DCB forwarding based on traffic > > class") > > Signed-off-by: Jingjing Wu > > Acked-by: John McNamara Applied, thanks