Re: [ovs-discuss] Interconnection of subnets using OVS

2015-09-26 Thread Justin Pettit
> On Sep 26, 2015, at 11:47 AM, Nishanth Devarajan wrote: > > Ok thanks Justin. I’m also using a controller connected to the switch. So an > l3_learning module controller should be sufficient of the routing right? I don't know what module that is, but it sounds likely. > Anyways I’ll try v

Re: [ovs-discuss] line rate traffic in dpdk & ovs rx errors and dead port.

2015-09-26 Thread David Evans
Hi Daniele, I have a way to mitigate the problem by stopping rte_eth_rx_burst until all the rules have settled. I do this with an options: argument in other_config (amongst other arguments using this free form field - like dedup and defrag features i am experimenting with) My rules are static so

Re: [ovs-discuss] Interconnection of subnets using OVS

2015-09-26 Thread Justin Pettit
> On Sep 26, 2015, at 1:09 AM, Nishanth Devarajan wrote: > > Thanks for the quick reply Justin. Can I use port mirroring for the job? > What would you suggest. Please don't drop the list. If you want to interconnect networks, I don't think mirroring is what you want. Mirroring is for sendi

Re: [ovs-discuss] memory corruption in the kernel module

2015-09-26 Thread Nikolay Borisov
So far I've only seen it once but I will keep monitoring the situation. Unfortunately even if I observe this crash again it most likely will be on live environment so enabling the SLUB debugging aid would be out of the question. Do you have any ideas how to stress this particular code path artifici