Re: [ovs-discuss] Failure testing OVS-2.3, cannot ping between hosts after upgrade

2014-08-14 Thread Srini Seetharaman
On Thu, Aug 14, 2014 at 12:29 AM, Justin Pettit wrote: > > Can you run "ovs-dpctl dump-flows" while these messages are being logged? Do > you see anything flow-related in dmesg? I can see these errors are > preventing flows from being inserted into the kernel, but I'd still expect > the traff

Re: [ovs-discuss] Failure testing OVS-2.3, cannot ping between hosts after upgrade

2014-08-14 Thread Justin Pettit
On August 13, 2014 at 10:57:05 PM, Srini Seetharaman (srini.seethara...@gmail.com) wrote: > *$ tail -2 /var/log/openvswitch/ovs-vswitchd.log* > 2014-08-14T05:52:52.803Z|00583|dpif(handler81)|WARN|system@ovs-system: > failed to put[create] (Invalid argument) > skb_priority(0),in_port(2),skb_mark(0

Re: [ovs-discuss] Failure testing OVS-2.3, cannot ping between hosts after upgrade

2014-08-13 Thread Srini Seetharaman
Hi all: I maintain the SDN Hub tutorial VM. I updated the OVS to the head of the repo and did the test that Yikai is trying. I didn't see any MPLS tagged packets being sent out either. Here's a bit more info on my environment and some error I see in the logs: *$ ovs-vsctl --version* ovs-vsctl (Ope

[ovs-discuss] Failure testing OVS-2.3, cannot ping between hosts after upgrade

2014-08-12 Thread Yikai Lin
Hi everyone, I was first trying to test the MPLS function of OVS with the SDN-hub VM http://sdnhub.org/tutorials/sdn-tutorial-vm/ This VM includes Mininet 2.1 and OVS 2.1, but it doesn't work well with MPLS: I install flow entry on s1 to push a MPLS label on packets from h1 to h2. The p