[Intel-wired-lan] [PATCH 1/2] ixgbe: Add support for UDP-encapsulated tx checksum offload

Jesse Gross jesse at nicira.com
Wed Jun 10 18:58:29 UTC 2015


On Wed, Jun 10, 2015 at 10:44 AM, Mark D Rustad <mark.d.rustad at intel.com> wrote:
> diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> index 03336013a76c..3c9bc7cc7d10 100644
> --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> +static netdev_features_t
> +ixgbe_features_check(struct sk_buff *skb, struct net_device *dev,
> +                    netdev_features_t features)
> +{
> +       return vxlan_features_check(skb, features);
> +}

Do you know what the actual capabilities of the device are? My guess
is that in practice you can have a more liberal feature check and
support a greater range of protocols. Something like this:
https://patchwork.ozlabs.org/patch/461323/

Also, does this patch support TSO or just checksums? It looks like
checksums only but in that case it shouldn't expose
NETIF_F_GSO_UDP_TUNNEL.


More information about the Intel-wired-lan mailing list