[Intel-wired-lan] [PATCH V4 2/2] ixgbe: Add support for VXLAN RX offloads

Keller, Jacob E jacob.e.keller at intel.com
Fri Aug 21 22:18:59 UTC 2015


On Mon, 2015-08-17 at 21:17 +0000, Schmitt, Phillip J wrote:
> 
> > -----Original Message-----
> > From: Intel-wired-lan [mailto:
> > intel-wired-lan-bounces at lists.osuosl.org] On
> > Behalf Of Mark D Rustad
> > Sent: Monday, June 15, 2015 11:33 AM
> > To: intel-wired-lan at lists.osuosl.org
> > Subject: [Intel-wired-lan] [PATCH V4 2/2] ixgbe: Add support for
> > VXLAN RX
> > offloads
> > 
> > From: Mark Rustad <mark.d.rustad at intel.com>
> > 
> > Add support for VXLAN RX offloads for the X55x devices that support
> > them.
> > 
> > Signed-off-by: Mark Rustad <mark.d.rustad at intel.com>
> > ---
> > Changes in V3:
> > - change __constant_htons to simply htons 
> 
> Changes in V4:
> > - add static to ixgbe_clear_vxlan_port
> > - use ixgbe_clear_vxlan_port to clear vxlan port
> > - call ixgbe_clear_vxlan_port when turning checksum offload off
> > ---
> 
> 
> Tested-by: Phil Schmitt <phillip.j.schmitt at intel.com>


This patch causes a build failure with CONFIG_IXGBE_VXLAN enabled,
since we already include <net/vxlan.h> which for some reason isn't
protected by a dual-include #ifndef header check.

Regards,
Jake


More information about the Intel-wired-lan mailing list