[dpdk-dev] [PATCH 0/5 for 2.3] vhost rxtx refactor

2016-02-18 Thread Yuanhan Liu
On Wed, Feb 17, 2016 at 11:50:22PM +0100, Thomas Monjalon wrote: > Hi Yuanhan, > > 2015-12-03 14:06, Yuanhan Liu: > > Vhost rxtx code is derived from vhost-switch example, which is very > > likely the most messy code in DPDK. Unluckily, the move also brings > > over the bad merits: twisted logic,

[dpdk-dev] [PATCH 0/5 for 2.3] vhost rxtx refactor

2016-02-17 Thread Thomas Monjalon
Hi Yuanhan, 2015-12-03 14:06, Yuanhan Liu: > Vhost rxtx code is derived from vhost-switch example, which is very > likely the most messy code in DPDK. Unluckily, the move also brings > over the bad merits: twisted logic, bad comments. > > When I joined this team firstly, I was quite scared off by

[dpdk-dev] [PATCH 0/5 for 2.3] vhost rxtx refactor

2015-12-03 Thread Yuanhan Liu
Vhost rxtx code is derived from vhost-switch example, which is very likely the most messy code in DPDK. Unluckily, the move also brings over the bad merits: twisted logic, bad comments. When I joined this team firstly, I was quite scared off by the messy and long vhost rxtx code. While adding the