Re: [PATCH 3/3] Interface to query tun/tap features.

2008-02-07 Thread Max Krasnyansky
Hi Rusty, Sorry for delay in reply. I totally missed this one. Need to fix my mail filters. See below. Rusty Russell wrote: > (No real change, just updated with new bits) > > The problem with introducing IFF_RECV_CSUM and IFF_RECV_GSO is that > they need to set dev->features to enable GSO and/

[PATCH 3/3] Interface to query tun/tap features.

2008-01-23 Thread Rusty Russell
(No real change, just updated with new bits) The problem with introducing IFF_RECV_CSUM and IFF_RECV_GSO is that they need to set dev->features to enable GSO and/or checksumming, which is supposed to be done before register_netdevice(), ie. as part of TUNSETIFF. Unfortunately, TUNSETIFF has alway