From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 396262BC5 for ; Mon, 22 Aug 2016 13:10:59 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id i5so137990420wmg.0 for ; Mon, 22 Aug 2016 04:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=d3cTNk8aW8BaQb25Wb0R09tM/uqUJNIOPaCQwtpPskA=; b=O9GixMr1x0JbSLqRXeWa+YAbu/uh+GJ3clWgIUrpYUNIdUkZGBRGG5Lbam3yf5o+2E ZZKyM53vqX1Ci3mksj7D8VF3UK65SiJK7lu31tNzcAloidISI1GOVMgdUN9kdfTO+4Hv nPZ2KMASYwlekpMoYEOcNdensIua3m9VHI6s4KSFiC89jcgjG961TuneyRdwiRXf10+8 YVqauS7DIJBfbQLNis6S+nU/OhvaFJl66SCLk1eCQ0N5l6xBDDDxM8sw3U6o8W1D/mOl nO2b6LiP6em5/Sj3g5zBFcliuHjww+MFXG/EVdV47bWe0qyGpNVmGixZ1nPYHlvFrHCq 2szg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=d3cTNk8aW8BaQb25Wb0R09tM/uqUJNIOPaCQwtpPskA=; b=m2hmM5htsA/T/MPI+LtrcWvXSDoHC9JMSHdEqcct0iPeAfewfbGUk+mrdwXnuNUb6s piibhKDEiS9jDfcXN6CUOiwWlrYyIVpHh2Skj7JdAEplZEZreVGIA+eg+M0DR68ccq05 Qj0d9Q2WgttWShv1kjvsUfaVZ7ETstln/8iI/TcTjcfDPPl4Y5tpLCNaQr6feY+BT2lB 0r5+p/wzkx7vIXVxnI69wO1rX6ch25NBds3iAR26CjB4XyvQ0LVURVnYJMF/N84EbmdV rLQX/rb8LZq+QBEMy0e3v0iDERJAml/C4JeSua6Q0wapJU8Ip4E3A3XXGhCN0a577j01 28KA== X-Gm-Message-State: AEkooutVKdIbSvWcNNqYAqDC8qg6mGrqb5L0FYgEe/A35Yx7Ny59j0nkldte70Y8V0qTotof X-Received: by 10.194.59.114 with SMTP id y18mr19296981wjq.192.1471864258901; Mon, 22 Aug 2016 04:10:58 -0700 (PDT) Received: from xps13.localnet (171.17.90.79.rev.sfr.net. [79.90.17.171]) by smtp.gmail.com with ESMTPSA id x203sm20704776wmg.0.2016.08.22.04.10.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Aug 2016 04:10:57 -0700 (PDT) From: Thomas Monjalon To: "Zhao1, Wei" Cc: dev@dpdk.org, Kyle Larose , "Wu, Jingjing" Date: Mon, 22 Aug 2016 13:10:56 +0200 Message-ID: <2431430.tKKvJCXjz0@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1469782239-48758-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx statistic inconsistent 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: Mon, 22 Aug 2016 11:10:59 -0000 Hi, 2016-08-09 02:18, Zhao1, Wei: > According to your suggestion and meeting last week with harry ,I have supply a v3 patch for this problem. > [dpdk-dev,v3] net/i40e: fix Rx statistic inconsistent , Permalink :/dev/patchwork/patch/15161/. Please use --in-reply-to to send new version of a patch. Thanks