Re: [dpdk-dev] [PATCH v3 14/19] vhost: avoid useless VhostUserMemory copy

2018-10-05 Thread Ilya Maximets
On 04.10.2018 11:13, Maxime Coquelin wrote: > The VHOST_USER_SET_MEM_TABLE payload is copied when handled, > whereas it could directly be referenced. > > This is not very important, but next, we'll need to update the > payload and send it back to Qemu. > > Signed-off-by: Dr. David Alan Gilbert >

[dpdk-dev] [PATCH v3 14/19] vhost: avoid useless VhostUserMemory copy

2018-10-04 Thread Maxime Coquelin
The VHOST_USER_SET_MEM_TABLE payload is copied when handled, whereas it could directly be referenced. This is not very important, but next, we'll need to update the payload and send it back to Qemu. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost