Re: [dpdk-dev] [PATCH v2] mempool: remove a redundant word "for" in comment

2016-12-04 Thread Zhao1, Wei
Hi, olivier > -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, November 28, 2016 9:25 PM > To: Zhao1, Wei > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] mempool: remove a redundant word "for" in > comment > > Hi Wei, > > On Mon, 28 Nov 2016 09:42:12

[dpdk-dev] [PATCH v2] mempool: remove a redundant word "for" in comment

2016-11-28 Thread Olivier Matz
Hi Wei, On Mon, 28 Nov 2016 09:42:12 +0100 Olivier Matz wrote: > Hi Wenzhuo, First, sorry for the mistake in your name my previous mail. Please find below some other comments about the patch (on the form). > On Sun, 27 Nov 2016 10:43:47 +0800 > Wei Zhao wrote: > > > From: zhao wei > > > >

[dpdk-dev] [PATCH v2] mempool: remove a redundant word "for" in comment

2016-11-28 Thread Olivier Matz
Hi Wenzhuo, On Sun, 27 Nov 2016 10:43:47 +0800 Wei Zhao wrote: > From: zhao wei > > There is a redundant repetition word "for" in commnet line of the > file rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE. > The word "for"appear twice in line 359 and 360.One of them is > redunda

[dpdk-dev] [PATCH v2] mempool: remove a redundant word "for" in comment

2016-11-27 Thread Wei Zhao
From: zhao wei There is a redundant repetition word "for" in commnet line of the file rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE. The word "for"appear twice in line 359 and 360.One of them is redundant, so delete it. Fixes: 449c49b93a6b (" mempool: support handler operations"