Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-10 Thread Jiang, YuX
it, Ferruh ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature > negotiation > > > > On 10/6/20 10:37 AM, Zhang, Roy Fan wrote: > > Hi Maxime, > > > > Thanks I will verify it after you applied the patch. > > > Thank

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-09 Thread Maxime Coquelin
On 10/6/20 10:37 AM, Zhang, Roy Fan wrote: > Hi Maxime, > > Thanks I will verify it after you applied the patch. Thanks, Your patch is now on dpdk-next-virtio/main. I would be glad if you could test it before Ferruh merges it. Thanks, Maxime > Regards, > Fan > >> -Original Message-

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-09 Thread Maxime Coquelin
On 10/2/20 5:36 PM, Fan Zhang wrote: > This patch fixes the feature negotiation for vhost crypto during > initialization. The patch uses the newly created driver start > function to inform the driver type with the fixed vhost features. > In addtion the patch provides a new API specifically used

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-08 Thread Maxime Coquelin
On 10/2/20 5:36 PM, Fan Zhang wrote: > This patch fixes the feature negotiation for vhost crypto during > initialization. The patch uses the newly created driver start > function to inform the driver type with the fixed vhost features. > In addtion the patch provides a new API specifically used

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-06 Thread Zhang, Roy Fan
Hi Maxime, Thanks I will verify it after you applied the patch. Regards, Fan > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, October 6, 2020 9:10 AM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Xia, Chenbo ; Liu, Changpeng > ; Yigit, Ferruh ; > sta...@dpdk.org > Subject: Re:

Re: [dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-06 Thread Maxime Coquelin
On 10/2/20 5:36 PM, Fan Zhang wrote: > This patch fixes the feature negotiation for vhost crypto during > initialization. The patch uses the newly created driver start > function to inform the driver type with the fixed vhost features. > In addtion the patch provides a new API specifically used

[dpdk-dev] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

2020-10-02 Thread Fan Zhang
This patch fixes the feature negotiation for vhost crypto during initialization. The patch uses the newly created driver start function to inform the driver type with the fixed vhost features. In addtion the patch provides a new API specifically used by the application to start a vhost-crypto drive