From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id D93B87F0C
 for <dev@dpdk.org>; Fri, 21 Nov 2014 11:35:57 +0100 (CET)
Received: by mail-wg0-f44.google.com with SMTP id b13so6177891wgh.31
 for <dev@dpdk.org>; Fri, 21 Nov 2014 02:46:27 -0800 (PST)
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=TDcbS6JaQcyNfIx3GnqjF67TZ6J2mOC6gqGvW9v2EwY=;
 b=ROVfiuI9GfvsnkS3GT+l/FNtrQ9dv5sZLRTiVkHOitr4FP7xvUUIcKfysMAaYjPK/x
 O6YFQrsApnq2AKFHgJLPWYDdK3Fa9lcRVk+wnBK9w9daWI/ld5XMQvxbk763UUmmPYh0
 2y6+hC7V2gtF2QENjmJJAUk0lLRZzBrHftACneBecJ7dfu+b273p4+CaX5/sKEtWqZ1w
 BStCK+bpOYCSod3E1MebetPUv8eDiw/cl16vX9t1NrA3lvEbOcykq/Qawr7fui3izP/O
 NNQdKjdmXiZaa+7WbwBnRzJILe8vdBfejSWfdqB6CJtVxyTsKItPTpC1JLiQSAyr6blr
 kOyQ==
X-Gm-Message-State: ALoCoQlxaO0S8Nn8CIugRYW3uJw8l9HOWPvSJa1BMDzm5a9j3x/Eb1mrvJ0OLN4ad5OgD0iWg5en
X-Received: by 10.194.238.40 with SMTP id vh8mr6157894wjc.57.1416566787614;
 Fri, 21 Nov 2014 02:46:27 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id ud1sm7533255wjc.7.2014.11.21.02.46.26
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 21 Nov 2014 02:46:26 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: zhida zang <zhida.zang@intel.com>
Date: Fri, 21 Nov 2014 11:46:05 +0100
Message-ID: <5418015.nUho1xMbgV@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <1416557231-2732-1-git-send-email-zhida.zang@intel.com>
References: <1416557231-2732-1-git-send-email-zhida.zang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3] i40e: fixed tx packets stats bug
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Nov 2014 10:35:58 -0000

Hi Zhida,

I guess you are not familiar with git, because you removed the
commit log in this version.
Other strange thing, there is no uppercase in your name in the
>>From field, which will be converted in author name. French people
cares about uppercases in names ;)
Last thing: new versions should be sent with --in-reply-to option:
	http://dpdk.org/dev#send

-- 
Thomas


2014-11-21 16:07, zhida zang:
> v3 changes:
> -updated commit log
> -fixed the bug that stats data can't be cleared
> 
> Signed-off-by: Zhida Zang <zhida.zang@intel.com>
> ---
>  lib/librte_pmd_i40e/i40e_ethdev.c | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)