diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-21 21:03:37 -0400 |
|---|---|---|
| committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 01:49:54 -0400 |
| commit | 296f96fcfc160e29c01819c0c7b20c2dc8320edd (patch) | |
| tree | ad9c11fe2f60ca37c4bf736f919c3332cffebd9f /drivers/net/Kconfig | |
| parent | ec3d41c4db4c21164332826ea8d812f94f2f6886 (diff) | |
Net driver using virtio
The network driver uses two virtqueues: one for input packets and one
for output packets. This has nice locking properties (ie. we don't do
any for recv vs send).
TODO:
1) Big packets.
2) Multi-client devices (maybe separate driver?).
3) Resolve freeing of old xmit skbs (Christian Borntraeger)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: netdev@vger.kernel.org
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ce34b539bf..2538816817 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -3100,4 +3100,10 @@ config NETPOLL_TRAP | |||
| 3100 | config NET_POLL_CONTROLLER | 3100 | config NET_POLL_CONTROLLER |
| 3101 | def_bool NETPOLL | 3101 | def_bool NETPOLL |
| 3102 | 3102 | ||
| 3103 | config VIRTIO_NET | ||
| 3104 | tristate "Virtio network driver (EXPERIMENTAL)" | ||
| 3105 | depends on EXPERIMENTAL && VIRTIO | ||
| 3106 | ---help--- | ||
| 3107 | This is the virtual network driver for lguest. Say Y or M. | ||
| 3108 | |||
| 3103 | endif # NETDEVICES | 3109 | endif # NETDEVICES |
