[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Ethernet MTU
On Wednesday 16 August 2006 22:53, Dominique Rousseau wrote: > After some tries, it looks like the vif code don't handle frames > with size larger than 1500. > Looking at the code, there is the following snippet that seems to be > the probleme (in drivers/xen/netback/netback.c) : > > if (unlikely(txreq.size < ETH_HLEN) || > unlikely(txreq.size > ETH_FRAME_LEN)) { > DPRINTK("Bad packet size: %d\n", txreq.size); > make_tx_response(netif, txreq.id, NETIF_RSP_ERROR); > netif_put(netif); > continue; > } > > If I get some time tomorrow, I'll try increasing it to see if it's > correcting the problem. Any news? Is there a patch? thanks Daniele _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |