From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] i40e: fixed tx packets stats bug Date: Fri, 21 Nov 2014 11:46:05 +0100 Message-ID: <5418015.nUho1xMbgV@xps13> References: <1416557231-2732-1-git-send-email-zhida.zang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: zhida zang Return-path: In-Reply-To: <1416557231-2732-1-git-send-email-zhida.zang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 > --- > lib/librte_pmd_i40e/i40e_ethdev.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-)