Re: [PATCH net-next 1/3] virtio_net: set multicast filter list to host

2013-12-12 Thread David Miller
From: Stephen Hemminger step...@networkplumber.org Date: Mon, 9 Dec 2013 16:16:32 -0800 The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only inserts that one entry into the outgoing scatter list.

Re: [PATCH net-next 1/3] virtio_net: set multicast filter list to host

2013-12-10 Thread Michael S. Tsirkin
On Mon, Dec 09, 2013 at 04:16:32PM -0800, Stephen Hemminger wrote: The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only inserts that one entry into the outgoing scatter list. This bug has been

Re: [PATCH net-next 1/3] virtio_net: set multicast filter list to host

2013-12-10 Thread Michael S. Tsirkin
On Tue, Dec 10, 2013 at 05:24:29PM +0200, Michael S. Tsirkin wrote: On Mon, Dec 09, 2013 at 04:16:32PM -0800, Stephen Hemminger wrote: The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only

[PATCH net-next 1/3] virtio_net: set multicast filter list to host

2013-12-09 Thread Stephen Hemminger
The virtio_net driver never sends the multicast address list to the host. This is because send command takes a pointer to scatter list to send but only inserts that one entry into the outgoing scatter list. This bug has been there since: commit f565a7c259d71cc186753653d978c646d2354b36 Author: