From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E30EBA2F18 for ; Thu, 3 Oct 2019 12:50:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2BAD1C05C; Thu, 3 Oct 2019 12:50:41 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 92A9B1C034; Thu, 3 Oct 2019 12:50:35 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2019 03:50:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,251,1566889200"; d="scan'208";a="391907082" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga005.fm.intel.com with ESMTP; 03 Oct 2019 03:50:33 -0700 Received: from sivswdev09.ir.intel.com (sivswdev09.ir.intel.com [10.237.217.48]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id x93AoX4i028676; Thu, 3 Oct 2019 11:50:33 +0100 Received: from sivswdev09.ir.intel.com (localhost [127.0.0.1]) by sivswdev09.ir.intel.com with ESMTP id x93AoWC7023944; Thu, 3 Oct 2019 11:50:32 +0100 Received: (from lma25@localhost) by sivswdev09.ir.intel.com with LOCAL id x93AoWG3023940; Thu, 3 Oct 2019 11:50:32 +0100 Date: Thu, 3 Oct 2019 11:50:32 +0100 From: "Liang, Ma" To: Kevin Traynor Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20191003105032.GA13265@sivswdev09.ir.intel.com> References: <20191001125315.6191-1-ktraynor@redhat.com> <20191001130405.7076-1-ktraynor@redhat.com> <20191001130405.7076-7-ktraynor@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191001130405.7076-7-ktraynor@redhat.com> User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-stable] [PATCH 8/9] event/opdl: remove commented out code 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 01 Oct 14:04, Kevin Traynor wrote: > Some variables are commented out. Remove them. > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > Cc: liang.j.ma@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Kevin Traynor > --- > drivers/event/opdl/opdl_test.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/event/opdl/opdl_test.c b/drivers/event/opdl/opdl_test.c > index 5868ec1be..e7a32fbd3 100644 > --- a/drivers/event/opdl/opdl_test.c > +++ b/drivers/event/opdl/opdl_test.c > @@ -696,7 +696,4 @@ static int > single_link(struct test *t) > { > - /* const uint8_t rx_port = 0; */ > - /* const uint8_t w1_port = 1; */ > - /* const uint8_t w3_port = 3; */ > const uint8_t tx_port = 2; > int err; > -- > 2.21.0 > Acked-by: Liang Ma