Re: [dpdk-dev] [PATCH 23/40] net/virtio: make Vhost-user req sender consistent
From: Xia, Chenbo <hidden>
Date: 2021-01-06 11:50:07
From: Xia, Chenbo <hidden>
Date: 2021-01-06 11:50:07
Hi Maxime,
-----Original Message----- From: Maxime Coquelin <redacted> Sent: Monday, December 21, 2020 5:14 AM To: dev@dpdk.org; Xia, Chenbo <redacted>; olivier.matz@6wind.com; amorenoz@redhat.com; david.marchand@redhat.com Cc: Maxime Coquelin <redacted> 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 Thanks, Chenbo
message instead of a buffer pointer and its length, which is now calculated in the function. Signed-off-by: Maxime Coquelin <redacted>