Re: [Qemu-devel] [RFC 4/6] virtio-net: implement steering mode feature

2018-09-03 Thread Sameeh Jubran
On Mon, Sep 3, 2018 at 6:34 AM, Jason Wang wrote: > > > On 2018年08月30日 22:27, Sameeh Jubran wrote: >> >> From: Sameeh Jubran >> >> Signed-off-by: Sameeh Jubran >> --- >> hw/net/virtio-net.c | 65 >> + >> include/hw/virtio/virtio-net.h

Re: [Qemu-devel] [RFC 4/6] virtio-net: implement steering mode feature

2018-09-02 Thread Jason Wang
On 2018年08月30日 22:27, Sameeh Jubran wrote: From: Sameeh Jubran Signed-off-by: Sameeh Jubran --- hw/net/virtio-net.c | 65 + include/hw/virtio/virtio-net.h | 3 ++ include/standard-headers/linux/virtio_net.h | 55 +

[Qemu-devel] [RFC 4/6] virtio-net: implement steering mode feature

2018-08-30 Thread Sameeh Jubran
From: Sameeh Jubran Signed-off-by: Sameeh Jubran --- hw/net/virtio-net.c | 65 + include/hw/virtio/virtio-net.h | 3 ++ include/standard-headers/linux/virtio_net.h | 55 3 files changed, 116 insertions(+)