[dpdk-dev] [PATCH 23/40] net/virtio: make Vhost-user req sender consistent

Maxime Coquelin maxime.coquelin at redhat.com
Fri Jan 15 10:47:39 CET 2021



On 1/6/21 12:50 PM, Xia, Chenbo wrote:
> Hi Maxime,
> 
>> -----Original Message-----
>> From: Maxime Coquelin <maxime.coquelin at redhat.com>
>> Sent: Monday, December 21, 2020 5:14 AM
>> To: dev at dpdk.org; Xia, Chenbo <chenbo.xia at intel.com>; olivier.matz at 6wind.com;
>> amorenoz at redhat.com; david.marchand at redhat.com
>> Cc: Maxime Coquelin <maxime.coquelin at redhat.com>
>> Subject: [PATCH 23/40] net/virtio: make Vhost-user req sender consistent
>>
>> This patch makes vhost_user_write() consistent with
>> vhost_user_read(), by passing a pointer on the Vhost-user
> 
> You mean a pointer 'to' the vhost-user msg? :P

Changed to:

"by passing a Vhost-user message pointer instead of a buffer pointer and
its length"

Thanks,
Maxime

> Thanks,
> Chenbo
> 
>> message instead of a buffer pointer and its length, which
>> is now calculated in the function.
>>
>> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> 



More information about the dev mailing list