Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-07 Thread Michael S. Tsirkin
On Tue, Oct 07, 2014 at 11:36:43AM -0400, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Tue, 7 Oct 2014 09:49:15 +0300 > > > On Mon, Oct 06, 2014 at 03:02:38PM -0400, David Miller wrote: > >> From: "Michael S. Tsirkin" > >> Date: Sun, 5 Oct 2014 19:07:13 +0300 > >> > >> > Now that vi

Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-07 Thread David Miller
From: "Michael S. Tsirkin" Date: Tue, 7 Oct 2014 09:49:15 +0300 > On Mon, Oct 06, 2014 at 03:02:38PM -0400, David Miller wrote: >> From: "Michael S. Tsirkin" >> Date: Sun, 5 Oct 2014 19:07:13 +0300 >> >> > Now that virtio core ensures config changes don't arrive during probing, >> > drop config

Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-06 Thread Michael S. Tsirkin
On Mon, Oct 06, 2014 at 03:02:38PM -0400, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Sun, 5 Oct 2014 19:07:13 +0300 > > > Now that virtio core ensures config changes don't arrive during probing, > > drop config_enable flag in virtio net. > > On removal, flush is now sufficient to gu

Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-06 Thread David Miller
From: "Michael S. Tsirkin" Date: Sun, 5 Oct 2014 19:07:13 +0300 > Now that virtio core ensures config changes don't arrive during probing, > drop config_enable flag in virtio net. > On removal, flush is now sufficient to guarantee that no change work is > queued. > > This help simplify the drive

Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-06 Thread Michael S. Tsirkin
On Mon, Oct 06, 2014 at 01:50:36PM +0200, Cornelia Huck wrote: > On Sun, 5 Oct 2014 19:07:13 +0300 > "Michael S. Tsirkin" wrote: > > > Now that virtio core ensures config changes don't arrive during probing, > > drop config_enable flag in virtio net. > > On removal, flush is now sufficient to gua

Re: [PATCH 08/16] virtio_net: drop config_enable

2014-10-06 Thread Cornelia Huck
On Sun, 5 Oct 2014 19:07:13 +0300 "Michael S. Tsirkin" wrote: > Now that virtio core ensures config changes don't arrive during probing, > drop config_enable flag in virtio net. > On removal, flush is now sufficient to guarantee that no change work is > queued. > > This help simplify the driver,

[PATCH 08/16] virtio_net: drop config_enable

2014-10-05 Thread Michael S. Tsirkin
Now that virtio core ensures config changes don't arrive during probing, drop config_enable flag in virtio net. On removal, flush is now sufficient to guarantee that no change work is queued. This help simplify the driver, and will allow setting DRIVER_OK earlier without losing config change notif