Re: [ovs-dev] unexpected ARP sent out with OVS/Openflow rules

2021-01-16 Thread Eric Li
Hi Tonghao, Got it. Thanks for the information. It is exactly what I need to know. Eric On Thu, Jan 14, 2021 at 11:52 PM Tonghao Zhang wrote: > On Fri, Jan 15, 2021 at 7:31 AM Eric Li wrote: > > > > Hi All, > > > > We have a setup with br-int and br-tun similar to

[ovs-dev] unexpected ARP sent out with OVS/Openflow rules

2021-01-14 Thread Eric Li
Hi All, We have a setup with br-int and br-tun similar to openstack setup. Using an openflow rule to forward a vxlan tunnelled packet to another machine, we set the exact destination IP and destination mac under a group rule. We are seeing ARP requests for the destination IP unexpectedly. I don't

Re: [ovs-dev] ovs_assert_failure (where=where@entry=0x7ffff6f1d73f "lib/poll-loop.c:111", function=function@entry=0x7ffff6f1d7a0 <__func__.7424> "

2021-01-02 Thread Eric Li
Happy new year everyone, I believe the assert is benign and open the below issue for tracking: https://github.com/openvswitch/ovs-issues/issues/199 Thanks, Eric On Thu, Dec 24, 2020 at 9:38 AM Eric Li wrote: > Hi All, > > My first post, so please be gentle on me :) > > We h

[ovs-dev] ovs_assert_failure (where=where@entry=0x7ffff6f1d73f "lib/poll-loop.c:111", function=function@entry=0x7ffff6f1d7a0 <__func__.7424> "

2020-12-24 Thread Eric Li
Hi All, My first post, so please be gentle on me :) We have an app that wants to add a lot of openflow rules quickly. To speed things up, the app is creating multiple threads to do its logic and then call into ovs library code directly. I am getting the below assert about 50% of time on fast mach