[ovs-discuss] geneve mtu question

2021-06-07 Thread Arkadi Poliakevitch
Hi, We use linux containers in OVN that are configured with the reduced (from 1500) mtu 1442 to allow for geneve headers. Recently, I noticed some kernel logs such as: dropped over-mtu packet: 2832 > 1442 The first number varies and is always higher than 1500. I noticed that genev_sys_6081 in

[ovs-discuss] IP address lost from bridge interface after restart in 2.15.0 (not in 2.14.2)

2021-06-07 Thread Bailey, Josh
Hello, Our integration tests noticed that after a restart, an IP address assigned to a bridge, is lost from the interface after OVS is restarted. This appears to be new in 2.15.0. Is it intended for any IP address assigned to be retained? I did start with a clean OVSDB (re upgrade note in the 2.15

Re: [ovs-discuss] Patch for PACKET_OUT getting deleted twice crash

2021-06-07 Thread Ilya Maximets
On 6/7/21 3:59 PM, Ilya Maximets wrote: > On 6/7/21 3:09 PM, Aaron Conole wrote: >> Ilya Maximets writes: >> Here is a patch with both a test and a fix. >> >> Thanks so much! It's nice to get fixes, but I think it's really great >> when test cases come along with them. >> >>> Hi. Thanks for

[ovs-discuss] Inactivity Probe configuration not taking effect in OVS 2.14.0

2021-06-07 Thread Saurabh Deokate
Hi Team, We are seeing an issue in OVS 2.14.0 after moving from 2.8.0. We first set the controller on the bridge and then set inactivity probe for our controller to 0 to disable new connection attempts by ovs. After this we start our controller to serve request. But in the new version of OVS so

Re: [ovs-discuss] Patch for PACKET_OUT getting deleted twice crash

2021-06-07 Thread Ilya Maximets
On 6/7/21 3:09 PM, Aaron Conole wrote: > Ilya Maximets writes: > >>> Here is a patch with both a test and a fix. > > Thanks so much! It's nice to get fixes, but I think it's really great > when test cases come along with them. > >> Hi. Thanks for working n this! >> >> CC: ovs-dev >> >>> Not s

Re: [ovs-discuss] Patch for PACKET_OUT getting deleted twice crash

2021-06-07 Thread Aaron Conole
Ilya Maximets writes: >> Here is a patch with both a test and a fix. Thanks so much! It's nice to get fixes, but I think it's really great when test cases come along with them. > Hi. Thanks for working n this! > > CC: ovs-dev > >> Not submitting as a formal >> patch because I would like some

Re: [ovs-discuss] Why OVS behaves difference between ovs-vswitchd and ovs-vswitchd-dpdk?

2021-06-07 Thread Harry Lee
> 2021年6月4日 下午11:21,Ben Pfaff 写道: > > On Fri, Jun 04, 2021 at 02:11:23PM +0800, Harry Lee wrote: >> Hello, >> >> My server is running debian testing. I install two ovs version through apt: >> >> ``` >> openvswitch-switch/testing,unstable,now 2.15.0+ds1-2 amd64 [installed] >> Open vSwitch swi