From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3EE5E379E for ; Tue, 15 Nov 2016 11:59:15 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 15 Nov 2016 02:59:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,494,1473145200"; d="scan'208";a="31484678" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga005.fm.intel.com with ESMTP; 15 Nov 2016 02:59:12 -0800 To: Remy Horton , dev@dpdk.org References: <1479104089-27862-1-git-send-email-remy.horton@intel.com> Cc: Helin Zhang , Jingjing Wu From: Ferruh Yigit Message-ID: <315083e3-0997-b14c-e461-efc18fafcb8d@intel.com> Date: Tue, 15 Nov 2016 10:59:11 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1479104089-27862-1-git-send-email-remy.horton@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 0/2] XStats fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 10:59:16 -0000 On 11/14/2016 6:14 AM, Remy Horton wrote: > The offsets used in rte_i40evf_stats_strings for transmission > statistics were wrong, returning the total byte count rather than > the respective (unicast, multicast, broadcast, drop, & error) > packet counts. > > This patchset also fixes some spelling errors. > > Fixes: da61cd084976 ("i40evf: add extended stats") > Fixes: 0eedec25ea36 ("i40e: clean log messages") > > Remy Horton (2): > net/i40e: fix incorrect xstats value mapping > net/i40e: fix spelling errors > > drivers/net/i40e/i40e_ethdev.c | 2 +- > drivers/net/i40e/i40e_ethdev_vf.c | 16 ++++++++-------- > 2 files changed, 9 insertions(+), 9 deletions(-) > Series applied to dpdk-next-net/master, thanks.