Re: [dpdk-dev] [PATCH v4 0/4] optimize async data path

2020-10-15 Thread Maxime Coquelin
On 10/13/20 3:45 AM, Patrick Fu wrote: > This series applies optimization and fixes to the vhost > async data path. > > v4: > - fix transfer error handling in async submit function (patch 1/4) > - add spinlock in async register function (patch 4/4) > - no changes in patch 2/4 & 3/4 > > v3:

[dpdk-dev] [PATCH v4 0/4] optimize async data path

2020-10-12 Thread Patrick Fu
This series applies optimization and fixes to the vhost async data path. v4: - fix transfer error handling in async submit function (patch 1/4) - add spinlock in async register function (patch 4/4) - no changes in patch 2/4 & 3/4 v3: - fix a typo in vhost error log (checkpatch warning) - fix