From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6ABBAA0096 for ; Wed, 8 May 2019 18:20:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D1D42BD5; Wed, 8 May 2019 18:20:56 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 639552BD5; Wed, 8 May 2019 18:20:55 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9CDCE308A953; Wed, 8 May 2019 16:20:54 +0000 (UTC) Received: from [10.36.117.210] (ovpn-117-210.ams2.redhat.com [10.36.117.210]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4B4F217CD3; Wed, 8 May 2019 16:20:53 +0000 (UTC) To: Qiming Yang , dev@dpdk.org Cc: stable@dpdk.org, Jingjing Wu , Wenzhuo Lu References: <20190422021837.108028-1-qiming.yang@intel.com> From: Kevin Traynor Message-ID: Date: Wed, 8 May 2019 17:20:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190422021837.108028-1-qiming.yang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Wed, 08 May 2019 16:20:54 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/iavf: fix stats reset 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 22/04/2019 03:18, Qiming Yang wrote: > stats_reset has been missed when support stats in iavf driver. > This patch add statistics reset function. > > Fixes: f4a41a6953af ("net/avf: support stats") > Cc: stable@dpdk.org > > Signed-off-by: Qiming Yang Hi - This won't apply on 18.11 branch. Please send a backport, or let me know if it's not needed. Btw, adding an "i" prefix to every filename/define/struct/function is a pain for backports :/