> On Sep 1, 2015, at 8:31 PM, Tom Herbert wrote:
>
>> @@ -7240,6 +7267,10 @@ static void ixgbe_atr(struct ixgbe_ring *ring,
>>struct ipv6hdr *ipv6;
>>} hdr;
>>struct tcphdr *th;
>> + struct sk_buff *skb;
>> +#ifdef CONFIG_IXGBE_VXLAN
>> + u8 encap = fal
On Tue, Sep 1, 2015 at 6:13 PM, Jeff Kirsher
wrote:
> From: Mark Rustad
>
> Add support for VXLAN RX offloads for the X55x devices that support
> them.
>
> Signed-off-by: Mark Rustad
> Tested-by: Phil Schmitt
> Signed-off-by: Jeff Kirsher
> ---
> drivers/net/ethernet/intel/ixgbe/ixgbe.h
From: Mark Rustad
Add support for VXLAN RX offloads for the X55x devices that support
them.
Signed-off-by: Mark Rustad
Tested-by: Phil Schmitt
Signed-off-by: Jeff Kirsher
---
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 6 ++
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 18 +++-
d