On 5/24/12 1:40 PM, ravi.ke...@telekom.com wrote:
Thanks Luiz, Please update on your test results.

I'm trying to compile it on the XenServer DDK release 6.0.2-53456p (xenenterprise) and I'm getting a compilation error:
http://pastebin.com/0XhaAyB6

        /* Handle VLAN-QinQ/MPLS, VLAN/MPLS encaped packets */
        if (skb->protocol == htons(ETH_P_8021Q)) {

            skb_set_network_header(skb, VLAN_HLEN);
if (!check_skb_vlan_qinq_mpls(skb, &skb->protocol)) <--- Error at this line
                goto error_free;
        }
    }

I compiled before using Ubuntu 10.04.4 and It compiled without a problem.

Probably a XenServer 6.0.2 incompatibility problem =(

--
Luiz Henrique Ozaki


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to