Yup, that was the issue.
Thanks.
From: Jesse Gross [je...@nicira.com]
Sent: Monday, December 26, 2011 12:15 PM
To: Michael Nelson
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] GRE address family error with OVS 1.3.0
On Sat, Dec 24, 2011 at 5:12 A
2011/12/19 likunyun :
> In the kernel, Xen's checksum fields are defined in sk_buff, and CONFIG_XEN
> is defined in .config.
> They are used in many place , like in the front of dev_queue_xmit():
> ... ...
> if (!skb->proto_csum_blank)
> return 0;
>
> skb_checksum_setup()
> ...
>
> Kernel is is
On Sat, Dec 24, 2011 at 5:12 AM, Michael Nelson wrote:
> I have the GRE module compiled in to the kernel. I ran strace against
> ovs-vswitchd to see if I could figure out anything, but nothing obvious
> popped out.
OVS doesn't use the kernel implementation but has its own instead.
Most likely the