[dpdk-dev] [PATCH v3 0/8] vhost rxtx refactor and fixes

2016-03-15 Thread Thomas Monjalon
2016-03-10 12:32, Yuanhan Liu: > v3: - quite few minor changes, including using likely/unlikely > when possible. > > - Added a new patch 8 to avoid desc dead loop chain > > The first 3 patches refactor 3 major functions at vhost_rxtx.c. > It simplifies the code logic, making it more rea

[dpdk-dev] [PATCH v3 0/8] vhost rxtx refactor and fixes

2016-03-10 Thread Yuanhan Liu
v3: - quite few minor changes, including using likely/unlikely when possible. - Added a new patch 8 to avoid desc dead loop chain The first 3 patches refactor 3 major functions at vhost_rxtx.c. It simplifies the code logic, making it more readable. OTOH, it reduces binary code size, due