[dpdk-dev] [PATCH] vhost: remove internal lockless enqueue

2016-06-14 Thread Yuanhan Liu
Firstly, it's V2. So, don't forget to add version number and link it to the previous version next time. On Mon, Jun 13, 2016 at 07:52:12PM +0800, Huawei Xie wrote: > All other DPDK PMDs doesn't support concurrent receiving or sending > packets to the same queue. The upper application should deal

[dpdk-dev] [PATCH] vhost: remove internal lockless enqueue

2016-06-13 Thread Huawei Xie
All other DPDK PMDs doesn't support concurrent receiving or sending packets to the same queue. The upper application should deal with this, normally through queue and core bindings. Due to historical reason, vhost internally supports concurrent lockless enqueuing packets to the same virtio queue t