[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150113012626.GD20387@casper.infradead.org>
Date: Tue, 13 Jan 2015 01:26:26 +0000
From: Thomas Graf <tgraf@...g.ch>
To: Tom Herbert <therbert@...gle.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 2/2] vxlan: Remote checksum offload
On 01/12/15 at 05:00pm, Tom Herbert wrote:
> + if ((flags & VXLAN_HF_RCO) && (vs->flags & VXLAN_F_REMCSUM_RX)) {
> + vxh = vxlan_remcsum(skb, vxh, sizeof(struct vxlanhdr), vni);
> + if (!vxh)
> + goto drop;
> +
> + flags &= ~VXLAN_HF_RCO;
> + vni &= VXLAN_VID_MASK;
> + }
Nice.
Would you mind basing this on top off the extension framework being put
in place by GBP? I think that all VXLAN extensions should be exposed as
such in a universal way to user space.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists