diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-22 01:03:37 (GMT) |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 05:49:54 (GMT) |
commit | 296f96fcfc160e29c01819c0c7b20c2dc8320edd (patch) | |
tree | ad9c11fe2f60ca37c4bf736f919c3332cffebd9f /drivers/s390 | |
parent | ec3d41c4db4c21164332826ea8d812f94f2f6886 (diff) | |
download | linux-fsl-qoriq-296f96fcfc160e29c01819c0c7b20c2dc8320edd.tar.xz |
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/s390')
0 files changed, 0 insertions, 0 deletions