Re: [PATCH 0/5 for 2.3] vhost rxtx refactor
From: Thomas Monjalon <hidden>
Date: 2016-02-17 22:51:56
From: Thomas Monjalon <hidden>
Date: 2016-02-17 22:51:56
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 the messy and long vhost rxtx code. While adding the vhost-user live migration support, that I have to make fews changes to it, I then ventured to look at it again, to understand it better, in the meantime, to see if I can refactor it. And, here you go.
There were several comments and a typo detected. Please what is the status of this patchset?