> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Joseph Gasparakis > Sent: Friday, November 09, 2012 4:18 AM > To: [email protected]; [email protected]; [email protected] > Cc: Joseph Gasparakis; [email protected]; [email protected]; > Peter P Waskiewicz Jr > Subject: [PATCH 1/3] net: Add support for hardware-offloaded encapsulation > > This patch adds support in the kernel for offloading in the NIC Tx and Rx > checksumming for encapsulated packets (such as VXLAN and IP GRE) > > Signed-off-by: Joseph Gasparakis <[email protected]> > Signed-off-by: Peter P Waskiewicz Jr <[email protected]> [D.K.]
> NETIF_F_HW_CSUM_BIT, /* Can checksum all the packets. > */ > + NETIF_F_HW_CSUM_ENC_BIT, /* Can checksum all inner headers */ > NETIF_F_IPV6_CSUM_BIT, /* Can checksum TCP/UDP over > IPV6 */ Also #define NETIF_F_HW_CSUM_ENC should be added -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

