From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry van Haaren Subject: [PATCH 0/2] fix vf statistic wraparound handling in macro Date: Mon, 12 Oct 2015 14:33:41 +0100 Message-ID: <1444656823-717-1-git-send-email-harry.van.haaren@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 628AB8E8A for ; Mon, 12 Oct 2015 15:33:49 +0200 (CEST) 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" 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. Harry van Haaren (2): ixgbe: fix VF statistic wraparound handling macro igb: fix VF statistic wraparound handling macro drivers/net/e1000/igb_ethdev.c | 6 +++++- drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) -- 1.9.1