Re: [PATCH net-next V2 0/3] basic in order support for vhost_net

2019-01-09 Thread Jason Wang
On 2019/1/9 下午4:05, Jason Wang wrote: Hi: This series implement basic in order feature support for vhost_net. This feature requires both driver and device to use descriptors in order which can simplify the implementation and optimizaton for both side. The series also implement a simple optimiz

[PATCH net-next V2 0/3] basic in order support for vhost_net

2019-01-09 Thread Jason Wang
Hi: This series implement basic in order feature support for vhost_net. This feature requires both driver and device to use descriptors in order which can simplify the implementation and optimizaton for both side. The series also implement a simple optimization that avoid read available ring. Test