Re: [dpdk-dev] [PATCH v1] vhost: remove fallback in async enqueue API

2020-10-23 Thread Maxime Coquelin
On 10/21/20 7:44 AM, Patrick Fu wrote: > By design, async enqueue API should return directly if async device > is not registered. This patch removes the corrupted implementation of > the enqueue fallback from async mode to sync mode. > > Fixes: cd6760da1076 ("vhost: introduce async enqueue for

Re: [dpdk-dev] [PATCH v1] vhost: remove fallback in async enqueue API

2020-10-23 Thread Maxime Coquelin
On 10/21/20 7:44 AM, Patrick Fu wrote: > By design, async enqueue API should return directly if async device > is not registered. This patch removes the corrupted implementation of > the enqueue fallback from async mode to sync mode. > > Fixes: cd6760da1076 ("vhost: introduce async enqueue for

[dpdk-dev] [PATCH v1] vhost: remove fallback in async enqueue API

2020-10-20 Thread Patrick Fu
By design, async enqueue API should return directly if async device is not registered. This patch removes the corrupted implementation of the enqueue fallback from async mode to sync mode. Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring") Signed-off-by: Patrick Fu --- lib/li