Re: [ovs-discuss] ovs-vswitchd segment fault when set controller_rate_limit

2017-02-23 Thread Tony van der Peet
This is in response to a posting by Xu Wen on 26/Jan/2016. He reported a crash but as far as I can tell, there was never a response. We had the same issue ourselves, and I have just submitted a patch to fix it. Here's my analysis. What happens is that when many packet-in messages are

Re: [ovs-discuss] OVS supported hardware switches

2017-03-13 Thread Tony van der Peet
>On Fri, Mar 10, 2017 at 11:14:55AM +0530, Shravan S K wrote: >> We are looking to buy a few OpenFlow-enabled switches. What advantages can >> be achieved by a hardware switch that also supports OVS? >> And can a hardware openflow L2 switch perform L3,L4 based openflow >> forwarding - can I

[ovs-discuss] Issue with double tagged packets

2019-02-25 Thread Tony van der Peet
Hi all I would like some help with an issue with double tagged packets. I have reviewed the mailing list archive but didn't see anything relevant. Here is my rules table: duration=3189s, n_packets=1, n_bytes=500, priority=1000,dl_vlan=10,actions=pop_vlan,write_metadata:0xa/0x,goto_table:1

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

2021-06-14 Thread Tony van der Peet
Yes, I can create that patch. Tony On Sat, Jun 12, 2021 at 5:24 AM Ilya Maximets wrote: > On 6/9/21 3:12 PM, Aaron Conole wrote: > > Ilya Maximets writes: > > > >> On 6/7/21 3:59 PM, Ilya Maximets wrote: > >>> On 6/7/21 3:09 PM, Aaron Conole wrote: > Ilya Maximets writes: > >

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

2021-06-14 Thread Tony van der Peet
inters would be appreciated. Tony On Tue, Jun 15, 2021 at 12:28 PM Tony van der Peet < tony.vanderp...@gmail.com> wrote: > Yes, I can create that patch. > > Tony > > On Sat, Jun 12, 2021 at 5:24 AM Ilya Maximets wrote: > >> On 6/9/21 3:12 PM, Aaron Conole wrote

[ovs-discuss] Where does complex packet_out/meters behaviour test belong?

2021-05-27 Thread Tony van der Peet
I want to add a unit test that checks what happens when a packet_out message with output port OFPP_TABLE is dropped due to the action of a meter (our version of vswitchd crashes when I run this test with our oftest framework). Where do you suggest I put this test? Thanks Tony

Re: [ovs-discuss] Where does complex packet_out/meters behaviour test belong?

2021-05-30 Thread Tony van der Peet
ered just like that. Or if there are better ways of doing this. Tony From: Ben Pfaff Sent: Saturday, 29 May 2021 5:27 a.m. To: Tony van der Peet Cc: b...@openvswitch.org Subject: Re: [ovs-discuss] Where does complex packet_out/meters behaviour test belon

Re: [ovs-discuss] Where does complex packet_out/meters behaviour test belong?

2021-05-30 Thread Tony van der Peet
t" flag)? Tony ____________ From: Tony van der Peet Sent: Monday, 31 May 2021 10:40 a.m. To: Ben Pfaff Cc: b...@openvswitch.org Subject: Re: [ovs-discuss] Where does complex packet_out/meters behaviour test belong? Thanks Ben. I have written a test and can confirm

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

2021-06-03 Thread Tony van der Peet
Here is a patch with both a test and a fix. Not submitting as a formal patch because I would like some feedback on whether 1) maintainers feel this is worth fixing and 2) whether this is the way to fix it. I have tried to make the most minimal change possible, but this means that there might be