Re: [2/2] [BRIDGE]: Add support for NETIF_F_HW_CSUM devices

2006-06-17 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 13 Jun 2006 21:25:43 +1000 > [BRIDGE]: Add support for NETIF_F_HW_CSUM devices > > As it is the bridge will only ever declare NETIF_F_IP_CSUM even if all > its constituent devices support NETIF_F_HW_CSUM. This patch fixes this > by supporting the f

Re: [2/2] [BRIDGE]: Add support for NETIF_F_HW_CSUM devices

2006-06-15 Thread Stephen Hemminger
On Tue, 13 Jun 2006 21:25:43 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > Hi: > > [BRIDGE]: Add support for NETIF_F_HW_CSUM devices > > As it is the bridge will only ever declare NETIF_F_IP_CSUM even if all > its constituent devices support NETIF_F_HW_CSUM. This patch fixes this > by supportin

[2/2] [BRIDGE]: Add support for NETIF_F_HW_CSUM devices

2006-06-13 Thread Herbert Xu
Hi: [BRIDGE]: Add support for NETIF_F_HW_CSUM devices As it is the bridge will only ever declare NETIF_F_IP_CSUM even if all its constituent devices support NETIF_F_HW_CSUM. This patch fixes this by supporting the first one out of NETIF_F_NO_CSUM, NETIF_F_HW_CSUM, and NETIF_F_IP_CSUM that is sup