Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-22 Thread Aravind Prasad
Hi Ben, > OVS doesn't support that. Thanks a lot for the quick response and support. Thanks, Aravind Prasad S On Mon, Jan 22, 2018 at 10:02 PM, Ben Pfaff wrote: > On Mon, Jan 22, 2018 at 07:06:59AM +0530, Aravind Prasad wrote: > > Hi Ben, > > > > > I don't understand the

[ovs-discuss] OVS delete port by itself

2018-01-22 Thread netsurfed
Hi all, When I created a virtual machine using libvirt, with virtualport type was openvswitch, and virtual machine creation failed. The Domain XML file the section like this: I looked at the system log and it looked like an ovs port problem. And the ovs-vswitchd.log was: Is there any

Re: [ovs-discuss] Windows test: 1077. ofproto-dpif.at:1663: testing ofproto-dpif - controller action without megaflows

2018-01-22 Thread Ben Pfaff
Certainly these are odd results showing that on Windows an extra packet passes through the rate limiter. Do you have any leads on a possible solution? Does timing work somehow different on Windows? On Sun, Jan 14, 2018 at 05:11:00PM +, Alin Serdean wrote: > ofproto-dpif > > 1077.

[ovs-discuss] ONIE installer for OVS

2018-01-22 Thread Shivaram Mysore
Hi, Is there a ONIE installer for OVS? Thanks ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] Lost in translation! OFP to DPDK datapath OVS actions?

2018-01-22 Thread Ben Pfaff
Actions that just set fields don't emit ODP actions to do that immediately because controllers often change fields multiple times between outputs, so that it would be wasteful to emit the changes multiple times. Instead, at the time of emitting an output (or other visible side effect), OVS emits

Re: [ovs-discuss] vPort state

2018-01-22 Thread Ben Pfaff
On Thu, Jan 18, 2018 at 11:37:57AM +, Nitin Katiyar wrote: > Can someone help in understanding the reason for not allowing the > vport state to DOWN. Presently, if we try to bring down tunnel ports > (or vPorts) using "ovs-ofctl mod-port" command then OVS rejects it as > "not supported". I

Re: [ovs-discuss] Q: Using netfilter to classify packets in OVS ?

2018-01-22 Thread Jean Tourrilhes
On Sun, Jan 21, 2018 at 05:52:50PM +0330, sougol gheissi wrote: > Hello Jean, > Can you describe a little how you could implement that? > How you made netfilter ran on the packets before OVS? I have tried > netfilter, ebtales in both mode pre-routing and pos-routing, but got > nothing. > Thanks in

Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-22 Thread Ben Pfaff
On Mon, Jan 22, 2018 at 07:06:59AM +0530, Aravind Prasad wrote: > Hi Ben, > > > I don't understand the question. These are always linked together. > > I want to write a new ofproto provider and netdev provider and have them as > dynamic libraries. The requirement is to have the implementation