Re: [dpdk-dev] [PATCH 0/2] vhost/crypto: some fixes

2019-01-04 Thread Maxime Coquelin
On 1/4/19 12:22 PM, Fan Zhang wrote: This patchset fixes two possible issues in vhost crypto. They are: - The possible dead loop issue - The out of bound access issue. The fixes are in line with the following patchset "[dpdk-dev] [PATCH 0/6] Some fixes for vhost" (https://mails.dpdk.org/archi

[dpdk-dev] [PATCH 0/2] vhost/crypto: some fixes

2019-01-04 Thread Fan Zhang
This patchset fixes two possible issues in vhost crypto. They are: - The possible dead loop issue - The out of bound access issue. The fixes are in line with the following patchset "[dpdk-dev] [PATCH 0/6] Some fixes for vhost" (https://mails.dpdk.org/archives/dev/2019-January/122372.html) Fan Zha