mbox series

[v1,0/3] Improvements to the netmap backend

Message ID 20181206165907.23465-1-v.maffione@gmail.com (mailing list archive)
Headers show
Series Improvements to the netmap backend | expand

Message

Vincenzo Maffione Dec. 6, 2018, 4:59 p.m. UTC
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(-)

Comments

Jason Wang Dec. 14, 2018, 8:17 a.m. UTC | #1
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