[dpdk-dev] [PATCH 0/2] vhost: Add support to indirect descriptors on Rx path

2016-10-22 Thread Yuanhan Liu
On Tue, Oct 18, 2016 at 05:35:37PM +0200, Maxime Coquelin wrote: > Indirect descriptor feature has been enabled in v16.11-rc1, but only TX path > was implemented. > However, some configurations expect it is supported for the Rx path: > - Windows guests with and without mergeable buffers enabled >

[dpdk-dev] [PATCH 0/2] vhost: Add support to indirect descriptors on Rx path

2016-10-18 Thread Maxime Coquelin
Indirect descriptor feature has been enabled in v16.11-rc1, but only TX path was implemented. However, some configurations expect it is supported for the Rx path: - Windows guests with and without mergeable buffers enabled - Linux guests with Kernel drivr with mergeable buffers disabled This