From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D9A2E1B4B7; Fri, 15 Feb 2019 15:14:49 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 390D0315D54; Fri, 15 Feb 2019 14:14:49 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-120-151.rdu2.redhat.com [10.10.120.151]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6E861600C5; Fri, 15 Feb 2019 14:14:48 +0000 (UTC) From: Aaron Conole To: Pallantla Poornima Cc: dev@dpdk.org, reshma.pattan@intel.com, david.hunt@intel.com, ramirose@gmail.com, stable@dpdk.org References: <1550226524-26278-1-git-send-email-pallantlax.poornima@intel.com> Date: Fri, 15 Feb 2019 09:14:47 -0500 In-Reply-To: <1550226524-26278-1-git-send-email-pallantlax.poornima@intel.com> (Pallantla Poornima's message of "Fri, 15 Feb 2019 10:28:44 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 15 Feb 2019 14:14:49 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH v3] power: fix to remove unused variable 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: Fri, 15 Feb 2019 14:14:50 -0000 Pallantla Poornima writes: > Variable pfi_str is removed since it is unused. > > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > Cc: stable@dpdk.org > > Signed-off-by: Pallantla Poornima > Reviewed-by: Rami Rosen > --- Whoops, missed the v3 Acked-by: Aaron Conole