[dpdk-dev] [memnic PATCH 2/7] pmd: remove needless assignment

2014-09-24 Thread Hiroshi Shimamoto
> Subject: Re: [dpdk-dev] [memnic PATCH 2/7] pmd: remove needless assignment > > 2014-09-11 07:47, Hiroshi Shimamoto: > > Because these assignment are done in rte_pktmbuf_alloc(), get rid of them. > > Is it increasing the performances? I hadn't tried to test, becau

[dpdk-dev] [memnic PATCH 2/7] pmd: remove needless assignment

2014-09-24 Thread Thomas Monjalon
2014-09-11 07:47, Hiroshi Shimamoto: > Because these assignment are done in rte_pktmbuf_alloc(), get rid of them. Is it increasing the performances? -- Thomas

[dpdk-dev] [memnic PATCH 2/7] pmd: remove needless assignment

2014-09-11 Thread Hiroshi Shimamoto
From: Hiroshi Shimamoto Because these assignment are done in rte_pktmbuf_alloc(), get rid of them. Signed-off-by: Hiroshi Shimamoto Reviewed-by: Hayato Momma --- pmd/pmd_memnic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pmd/pmd_memnic.c b/pmd/pmd_memnic.c index 994ed0a..bbb5380 10