Re: [dpdk-dev] [PATCH v2] mbuf: cleanup rte_pktmbuf_lastseg function

2018-01-11 Thread Thomas Monjalon
14/12/2017 10:30, Olivier MATZ: > On Thu, Dec 14, 2017 at 09:48:29AM +0100, Olivier MATZ wrote: > > On Sun, Dec 10, 2017 at 12:08:22AM +0300, Ilya V. Matveychikov wrote: > > > There is no reason to have local variable m2. > > > > > > Fixes: af75078fece3 ("first public release") > > > Signed-off-by

Re: [dpdk-dev] [PATCH v2] mbuf: cleanup rte_pktmbuf_lastseg function

2017-12-14 Thread Olivier MATZ
On Thu, Dec 14, 2017 at 09:48:29AM +0100, Olivier MATZ wrote: > On Sun, Dec 10, 2017 at 12:08:22AM +0300, Ilya V. Matveychikov wrote: > > There is no reason to have local variable m2. > > > > Fixes: af75078fece3 ("first public release") > > Signed-off-by: Ilya V. Matveychikov > > Acked-by: Olivi

Re: [dpdk-dev] [PATCH v2] mbuf: cleanup rte_pktmbuf_lastseg function

2017-12-14 Thread Olivier MATZ
On Sun, Dec 10, 2017 at 12:08:22AM +0300, Ilya V. Matveychikov wrote: > There is no reason to have local variable m2. > > Fixes: af75078fece3 ("first public release") > Signed-off-by: Ilya V. Matveychikov Acked-by: Olivier Matz

[dpdk-dev] [PATCH v2] mbuf: cleanup rte_pktmbuf_lastseg function

2017-12-09 Thread Ilya V. Matveychikov
There is no reason to have local variable m2. Fixes: af75078fece3 ("first public release") Signed-off-by: Ilya V. Matveychikov --- lib/librte_mbuf/rte_mbuf.h | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index