Re: [RFC PATCH 34/35] Add the Xen virtual network device driver.
- From: Stephen Hemminger <shemminger@xxxxxxxx>
- Date: Wed, 22 Mar 2006 09:17:57 -0800
On Tue, 21 Mar 2006 22:31:14 -0800
Chris Wright <chrisw@xxxxxxxxxxxx> wrote:
The network device frontend driver allows the kernel to access network
devices exported exported by a virtual machine containing a physical
network device driver.
Signed-off-by: Ian Pratt <ian.pratt@xxxxxxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx>
---
In addition to earlier comments:
* should handle multiple interfaces, not just one static.
* the whole notifier fake arp call back is fugly
* use sysfs instead of /proc to handle the simple rxbuf_min,max stuff or use
ethtool ring parameters
* proc module_owner not set, so ref counting not done. Moot if you switch
to sysfs.
* since you add ethtool for checksum,
why not some basic stuff like driver info and carrier state?
* xen_net_read_mac seems like it could just be put inside driver.
* minor
use free_netdev() rather than kfree in error path
don't bother initializing .next/.priority in notifier_block if it is just 0
* what about mtu change?
* what about mac address change?
* Could you support scatter gather?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [RFC PATCH 00/35] Xen i386 paravirtualization support
- From: Chris Wright
- [RFC PATCH 34/35] Add the Xen virtual network device driver.
- From: Chris Wright
- [RFC PATCH 00/35] Xen i386 paravirtualization support
- Prev by Date: Re: [PATCH] Cpuset: alloc_pages_node overrides cpuset constraints
- Next by Date: Re: [RFC PATCH 00/35] Xen i386 paravirtualization support
- Previous by thread: Re: [RFC PATCH 34/35] Add the Xen virtual network device driver.
- Next by thread: [RFC PATCH 03/35] Add Xen interface header files
- Index(es):