]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: populate network rings in the probe routine, not open
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 5 Feb 2008 04:50:02 +0000 (23:50 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Feb 2008 12:50:03 +0000 (23:50 +1100)
commit6c4ba23b15debb69612717f8b1679c725e70ed82
treefb7ef77a531e13d88ae2d348017e008d0c1af49b
parent9a23dc7a8166d6760a27d4ec37c699ca446852bf
virtio: populate network rings in the probe routine, not open

Since we want to reset the device to remove them, this is simpler
(device is reset for us on driver remove).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/net/virtio_net.c