Re: [uml-devel] [PATCH 03/10] High performance networking subsystem

2014-08-30 Thread Anton Ivanov (antivano)
Hi Richard, hi list, some notes on this patchset: we have had the multipacket rx portion of this stable and in use for quite a while (nearly a year). The tx portion is new and it looks like it has some issues which did not show up before I ported it to a more recent kernel (I would not be surp

[uml-devel] [PATCH 03/10] High performance networking subsystem

2014-08-29 Thread anton . ivanov
From: Anton Ivanov Support for multi-packet vector IO - multiple packets read in one syscall and written in one syscall. Should work with legacy UML, thorough tested only for the epoll based IRQ controller Minimal host kernel version for RX - 2.6.32 Minimal host kernel version for TX - 3.0 Test