From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5EFC53251; Tue, 6 Jun 2017 16:49:52 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2017 07:49:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,306,1493708400"; d="scan'208";a="270828661" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga004.fm.intel.com with ESMTP; 06 Jun 2017 07:49:49 -0700 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1496697260-20726-1-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: <42e6238d-2d00-231f-f0eb-539b74154ed4@intel.com> Date: Tue, 6 Jun 2017 15:49:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1496697260-20726-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix VF statistics 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, 06 Jun 2017 14:49:53 -0000 On 6/5/2017 10:14 PM, Qi Zhang wrote: > CRC bytes should be excluded, so rx/tx bytes of VF stats is aligned > with PF stats. > > Fixes: 9aace75fc82e ("i40e: fix statistics") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.