[dpdk-dev] [PATCH v2 0/7] vhost rxtx refactor

2016-03-01 Thread Yuanhan Liu
On Mon, Feb 29, 2016 at 05:06:27PM +0100, Thomas Monjalon wrote: > Hi Yuanhan > > 2016-02-18 21:49, Yuanhan Liu: > > Here is a patchset for refactoring vhost rxtx code, mainly for > > improving readability. > > This series requires to be rebased. > > And maybe you could check also the series abo

[dpdk-dev] [PATCH v2 0/7] vhost rxtx refactor

2016-02-29 Thread Thomas Monjalon
Hi Yuanhan 2016-02-18 21:49, Yuanhan Liu: > Here is a patchset for refactoring vhost rxtx code, mainly for > improving readability. This series requires to be rebased. And maybe you could check also the series about numa_realloc. Thanks

[dpdk-dev] [PATCH v2 0/7] vhost rxtx refactor

2016-02-18 Thread Yuanhan Liu
Here is a patchset for refactoring vhost rxtx code, mainly for improving readability. The first 3 patches refactor 3 major functions at vhost_rxtx.c, respectively. It simplifies the code logic, making it more readable. On the other hand, it reduces binary code size, due to a lot of duplicate code