Re: [ovs-dev] Error after inserting MPLS flow using OVS2.0

2014-02-07 Thread Madhusudhan Kandadai
Hello, Can you please let me know the differences between userspace datapaths and kernal datapaths? With that being said, MPLS push,pop,match are happening at user space data paths. I appreciate if you can point me the documentation, or with examples to get familiar with this stuffs.

Re: [ovs-dev] Error after inserting MPLS flow using OVS2.0

2014-02-07 Thread Madhusudhan Kandadai
Pfaff b...@nicira.com wrote: On Fri, Feb 07, 2014 at 07:43:55AM -0800, Madhusudhan Kandadai wrote: Can you please let me know the differences between userspace datapaths and kernal datapaths? INSTALL.userspace explains how to use the userspace datapath. With that being said, MPLS push,pop,match

[ovs-dev] Error after inserting MPLS flow using OVS2.0

2014-02-06 Thread Madhusudhan Kandadai
Hello, I am sure this is going to be the repeated question. But this time, I tried to debug what exactly going on with my problem. I have inserted a flow and it is mentioned below: ovs-ofctl add-flow s1 in_port=1,ip,actions=push_mpls:0x8847,set_field:100-\mpls_label,output:2 -O OpenFlow13