> -----Original Message----- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Joseph Gasparakis > Sent: Friday, November 09, 2012 4:18 AM > To: da...@davemloft.net; shemmin...@vyatta.com; chr...@sous-sol.org > Cc: Joseph Gasparakis; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > 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 <joseph.gaspara...@intel.com> > Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz...@intel.com> [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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/