Re: [dpdk-dev] vhost/crypto: fix initialization.

2020-10-02 Thread Zhang, Roy Fan
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, October 2, 2020 1:18 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Xia, Chenbo ; Liu, Changpeng > ; Yigit, Ferruh ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] vhost/crypto: fix ini

Re: [dpdk-dev] vhost/crypto: fix initialization.

2020-10-02 Thread Maxime Coquelin
Hi Fan, Thanks for working on this. The commit message should not contain dot, please remove it in v2. On 10/2/20 10:36 AM, Fan Zhang wrote: > This patch fixes the problem that vhost crypto cannot be > initialized due to the different requirement between > built-in virtio-net and virtio-crypto.

[dpdk-dev] vhost/crypto: fix initialization.

2020-10-02 Thread Fan Zhang
This patch fixes the problem that vhost crypto cannot be initialized due to the different requirement between built-in virtio-net and virtio-crypto. The fix includes the following change: - Added new internal enum type virtio_backend_type to distinguish virtio-net, virtio-crypto, and external devi