Re: [ovs-dev] [PATCH ovn] ovn-ctl: Provide the option to configure inactive probe from standby to active.

2020-02-16 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 121 characters long (recommended limit is 79) #36 FILE: utilities/ovn-ctl:95

[ovs-dev] [PATCH ovn] ovn-ctl: Provide the option to configure inactive probe from standby to active.

2020-02-16 Thread numans
From: Numan Siddique Recently ovsdb-server supported an unixctl command - ovsdb-server/set-active-ovsdb-server-probe-interval to configure inactive probe interval from standby connection to the active. This patch provides the option to configure this from ovn-ctl and the pacemaker OVN OCF script.

Re: [ovs-dev] [PATCH net-next v5] openvswitch: add TTL decrement action

2020-02-16 Thread David Miller
From: Matteo Croce Date: Sat, 15 Feb 2020 14:20:56 +0100 > New action to decrement TTL instead of setting it to a fixed value. > This action will decrement the TTL and, in case of expired TTL, drop it > or execute an action passed via a nested attribute. > The default TTL expired action is to dro

Re: [ovs-dev] [PATCH net-next v5] openvswitch: add TTL decrement action

2020-02-16 Thread Pravin Shelar
On Sat, Feb 15, 2020 at 5:21 AM Matteo Croce wrote: > > New action to decrement TTL instead of setting it to a fixed value. > This action will decrement the TTL and, in case of expired TTL, drop it > or execute an action passed via a nested attribute. > The default TTL expired action is to drop th

[ovs-dev] OVS GPU

2020-02-16 Thread Akilesh K
Hi, I read a white paper on boosting OpenVswitch performance using integrated GPU. https://www.researchgate.net/publication/319050396_Accelerating_Open_vSwitch_with_Integrated_GPU Is there an official project among OpenVswitch developers to make this into a finished product? Just curious. Thank

[ovs-dev] Trace Packets in OvS from Controller

2020-02-16 Thread George Moudatsakis
Hello, I am trying to implement an application in ONOS controller and i need to monitor the packets in the OvS i am "controlling", in real time. Not all the packets are received on the controller because some other applications are installing rules for routing. Is there any way to duplicate a pa