From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] fix vf statistic wraparound handling in macro Date: Wed, 28 Oct 2015 14:40:40 +0100 Message-ID: <4393263.kXKE1hkngD@xps13> References: <561BD4AE.4010704@gmail.com> <1444668333-20191-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 1AF498DA2 for ; Wed, 28 Oct 2015 14:41:51 +0100 (CET) Received: by wicfv8 with SMTP id fv8so13205942wic.0 for ; Wed, 28 Oct 2015 06:41:51 -0700 (PDT) In-Reply-To: <1444668333-20191-1-git-send-email-harry.van.haaren@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-12 17:45, Harry van Haaren: > The following two patches fix a misinterpretation of the cyclic > counters of igb and ixgbe VF. When the 32bit value wraps around, > the code now handles the wrapped new value appropriatly. > > v2: > - Reimplemented with Alex's suggested fix for off-by-one > > v1: > - Initial implementation > > Harry van Haaren (2): > ixgbe: fix VF statistic wraparound handling macro > igb: fix VF statistic wraparound handling macro Applied (with spacing fixes), thanks