On 08/01/16 00:15, Alexander Duyck wrote:
On Thu, Jan 7, 2016 at 9:12 AM, Edward Cree [off-list ref] wrote:
quoted
Signed-off-by: Edward Cree <redacted>
---
drivers/net/vxlan.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 6369a57..d4acbc9 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -1733,7 +1733,7 @@ static int vxlan6_xmit_skb(struct dst_entry *dst, struct sock *sk,
goto err;
}
A few lines up from here there is a "udp_sum = false" that can be
dropped for the remote checksum stuff.
Good catch. Fixed up these (and equivalents in the FOU/GUE patch) for the
nextversion of the patch series.