From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 23EFC3253; Tue, 18 Jul 2017 11:16:41 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 18 Jul 2017 02:16:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,377,1496127600"; d="scan'208";a="126387372" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.134.81]) ([10.255.134.81]) by orsmga005.jf.intel.com with ESMTP; 18 Jul 2017 02:16:35 -0700 To: Qi Zhang , beilei.xing@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1499630098-27221-1-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 18 Jul 2017 10:16:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1499630098-27221-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 v2] net/i40e: fix VF Tx bytes 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, 18 Jul 2017 09:16:42 -0000 On 7/9/2017 8:54 PM, Qi Zhang wrote: > Tx CRC size is not counted by vsi's stats register, so it is not necessary > excluded by driver. > > Fixes: 98abce237ba7 ("net/i40e: fix VF statistics") > > Signed-off-by: Qi Zhang Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks. (Kept ack from Beilei to first version)