[Qemu-devel] [PATCH v1 0/3] Improvements to the netmap backend

Vincenzo Maffione posted 3 patches 5 years, 4 months ago
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181206165907.23465-1-v.maffione@gmail.com
net/netmap.c | 110 ++++++++++++++++++++++-----------------------------
1 file changed, 47 insertions(+), 63 deletions(-)
[Qemu-devel] [PATCH v1 0/3] Improvements to the netmap backend
Posted by Vincenzo Maffione 5 years, 4 months ago
Improvements to the netmap backend, mostly to fix the handling of
incomplete multi-slot packets.
This has been tested with and without jumbo frames, using pkt-gen
to send 60, 1500, 5000 or 9000 bytes packets between two VMs connected
through a VALE switch.

Vincenzo Maffione (3):
  net: netmap: small improvements netmap_send()
  net: netmap: simplify netmap_receive()
  net: netmap: improve netmap_receive_iov()

 net/netmap.c | 110 ++++++++++++++++++++++-----------------------------
 1 file changed, 47 insertions(+), 63 deletions(-)

-- 
2.19.2


Re: [Qemu-devel] [PATCH v1 0/3] Improvements to the netmap backend
Posted by Jason Wang 5 years, 4 months ago
On 2018/12/7 上午12:59, Vincenzo Maffione wrote:
> Improvements to the netmap backend, mostly to fix the handling of
> incomplete multi-slot packets.
> This has been tested with and without jumbo frames, using pkt-gen
> to send 60, 1500, 5000 or 9000 bytes packets between two VMs connected
> through a VALE switch.
>
> Vincenzo Maffione (3):
>    net: netmap: small improvements netmap_send()
>    net: netmap: simplify netmap_receive()
>    net: netmap: improve netmap_receive_iov()
>
>   net/netmap.c | 110 ++++++++++++++++++++++-----------------------------
>   1 file changed, 47 insertions(+), 63 deletions(-)
>

Applied.

Thanks