Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Chris Mi via dev
On 3/22/2023 6:45 PM, Eelco Chaudron wrote: On 22 Mar 2023, at 7:15, Chris Mi wrote: On 3/20/2023 6:04 PM, Eelco Chaudron wrote: On 20 Mar 2023, at 6:44, Chris Mi wrote: On 3/16/2023 5:09 PM, Eelco Chaudron wrote: On 1 Mar 2023, at 8:22, Chris Mi wrote: When offloading sample action to T

Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Eelco Chaudron
On 23 Mar 2023, at 10:28, Chris Mi wrote: > On 3/22/2023 6:45 PM, Eelco Chaudron wrote: >> >> On 22 Mar 2023, at 7:15, Chris Mi wrote: >> >>> On 3/20/2023 6:04 PM, Eelco Chaudron wrote: On 20 Mar 2023, at 6:44, Chris Mi wrote: > On 3/16/2023 5:09 PM, Eelco Chaudron wrote: >> On

Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Chris Mi via dev
On 3/23/2023 5:47 PM, Eelco Chaudron wrote: On 23 Mar 2023, at 10:28, Chris Mi wrote: On 3/22/2023 6:45 PM, Eelco Chaudron wrote: On 22 Mar 2023, at 7:15, Chris Mi wrote: On 3/20/2023 6:04 PM, Eelco Chaudron wrote: On 20 Mar 2023, at 6:44, Chris Mi wrote: On 3/16/2023 5:09 PM, Eelco Chau

Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Chris Mi via dev
On 3/23/2023 5:47 PM, Eelco Chaudron wrote: On 23 Mar 2023, at 10:28, Chris Mi wrote: On 3/22/2023 6:45 PM, Eelco Chaudron wrote: On 22 Mar 2023, at 7:15, Chris Mi wrote: On 3/20/2023 6:04 PM, Eelco Chaudron wrote: On 20 Mar 2023, at 6:44, Chris Mi wrote: On 3/16/2023 5:09 PM, Eelco Chau

Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Eelco Chaudron
On 23 Mar 2023, at 12:24, Chris Mi wrote: > On 3/23/2023 5:47 PM, Eelco Chaudron wrote: >> >> On 23 Mar 2023, at 10:28, Chris Mi wrote: >> >>> On 3/22/2023 6:45 PM, Eelco Chaudron wrote: On 22 Mar 2023, at 7:15, Chris Mi wrote: > On 3/20/2023 6:04 PM, Eelco Chaudron wrote: >> O

Re: [ovs-dev] [PATCH v2] backtrace: Extent the backtrace functionality

2023-03-23 Thread Ilya Maximets
On 3/23/23 07:14, Ales Musil wrote: > > > On Wed, Mar 22, 2023 at 3:00 PM Aaron Conole > wrote: > > Hi Ales, > >   > Hi Aaron, > > > Ales Musil mailto:amu...@redhat.com>> writes: > > > Use the backtrace functions that is provided by libc, > > this

Re: [ovs-dev] [PATCH v2] backtrace: Extent the backtrace functionality

2023-03-23 Thread Ales Musil
On Thu, Mar 23, 2023 at 2:09 PM Ilya Maximets wrote: > On 3/23/23 07:14, Ales Musil wrote: > > > > > > On Wed, Mar 22, 2023 at 3:00 PM Aaron Conole > wrote: > > > > Hi Ales, > > > > > > Hi Aaron, > > > > > > Ales Musil mailto:amu...@redhat.com>> writes: > > > >

Re: [ovs-dev] [PATCH v2] backtrace: Extent the backtrace functionality

2023-03-23 Thread Ilya Maximets
On 3/23/23 14:19, Ales Musil wrote: > > > On Thu, Mar 23, 2023 at 2:09 PM Ilya Maximets > wrote: > > On 3/23/23 07:14, Ales Musil wrote: > > > > > > On Wed, Mar 22, 2023 at 3:00 PM Aaron Conole

Re: [ovs-dev] [PATCH v24 3/8] netdev-offload-tc: Introduce group ID management API

2023-03-23 Thread Chris Mi via dev
On 3/23/2023 8:07 PM, Eelco Chaudron wrote: On 23 Mar 2023, at 12:24, Chris Mi wrote: On 3/23/2023 5:47 PM, Eelco Chaudron wrote: On 23 Mar 2023, at 10:28, Chris Mi wrote: On 3/22/2023 6:45 PM, Eelco Chaudron wrote: On 22 Mar 2023, at 7:15, Chris Mi wrote: On 3/20/2023 6:04 PM, Eelco Cha

Re: [ovs-dev] [PATCH v9] netdev-dpdk: add control plane protection support

2023-03-23 Thread Kevin Traynor
On 22/02/2023 15:43, Robin Jarry wrote: Some control protocols are used to maintain link status between forwarding engines (e.g. LACP). When the system is not sized properly, the PMD threads may not be able to process all incoming traffic from the configured Rx queues. When a signaling packet of

[ovs-dev] [PATCH v3] backtrace: Extend the backtrace functionality

2023-03-23 Thread Ales Musil
Use the backtrace functions that is provided by libc, this allows us to get backtrace that is independent of the current memory map of the process. Which in turn can be used for debugging/tracing purpose. The backtrace is not 100% accurate due to various optimizations, most notably "-fomit-frame-po

Re: [ovs-dev] [PATCH ovn v2] northd, controller: Commit flows dropped by ACLs to conntrack

2023-03-23 Thread Dumitru Ceara
On 3/17/23 20:34, Numan Siddique wrote: > On Mon, Feb 13, 2023 at 11:36 AM Abhiram Sangana > wrote: >> >> This patch adds support to commit connections dropped/rejected by >> ACLs to the connection tracking table. Dropped connections are >> committed to conntrack only if NB_Global options:ct_commi

Re: [ovs-dev] [PATCH ovn] ovn-nbctl: Fix documentation typo

2023-03-23 Thread Numan Siddique
On Fri, Mar 17, 2023 at 5:17 PM Roberto Bartzen Acosta wrote: > > Typo fix in the ovn-nbctl man page. > According to the ovn-nbctl man8 (NAT): > [--may-exist] [--stateless] [--gateway_port=GATEWAY_PORT] > lr-nat-add router type external_ip logical_ip [logical_port external_mac] > > Result using ma

[ovs-dev] [PATCH ovn] utilities: disable OVSDB inactivity probes for non-daemon ovn-nbctl

2023-03-23 Thread Vladislav Odintsov
For large OVN_Southbound DBs defatult interval of 5000 ms could be not sufficient. This patch disables OVSDB inactivity probes for ovn-*ctl running in non-daemon mode. Signed-off-by: Vladislav Odintsov --- utilities/ovn-dbctl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utilities/ov

Re: [ovs-dev] [PATCH ovn 0/6] Inactivity probe configuration for ic, controller-vtep

2023-03-23 Thread Numan Siddique
On Sat, Mar 18, 2023 at 7:50 PM Vladislav Odintsov wrote: > > This patch series adds support to configure inactivity probe for ovn-ic > and ovn-controller-vtep. > In first commit is just a preparation for adding support: the duplicated > logic from ovn-controller and ovn-northd is moved to lib/ovn

Re: [ovs-dev] [PATCH ovn 0/6] Inactivity probe configuration for ic, controller-vtep

2023-03-23 Thread Vladislav Odintsov
Hi Numan, thanks for the review and patches applying. I’ve re-submitted the last patch here: https://patchwork.ozlabs.org/project/ovn/patch/20230323192520.3903330-1-odiv...@gmail.com/ > On 23 Mar 2023, at 22:15, Numan Siddique wrote: > > On Sat, Mar 18, 2023 at 7:50 PM Vladislav Odintsov

Re: [ovs-dev] [PATCH v4 ovn] northd: drop ct.inv packets in post snat and lb_aff_learn stages

2023-03-23 Thread Numan Siddique
On Wed, Mar 22, 2023 at 6:35 AM Dumitru Ceara wrote: > > On 3/22/23 03:33, Numan Siddique wrote: > > On Mon, Mar 20, 2023 at 2:30 PM Lorenzo Bianconi > > wrote: > >> > >> Drop ip packets with ct status set to invalid in post snat and > >> lb_aff_learn router stages. > >> Skip ICMPv{4,6} error mes

Re: [ovs-dev] [PATCH v4 ovn] northd: drop ct.inv packets in post snat and lb_aff_learn stages

2023-03-23 Thread Numan Siddique
On Thu, Mar 23, 2023 at 3:38 PM Numan Siddique wrote: > > On Wed, Mar 22, 2023 at 6:35 AM Dumitru Ceara wrote: > > > > On 3/22/23 03:33, Numan Siddique wrote: > > > On Mon, Mar 20, 2023 at 2:30 PM Lorenzo Bianconi > > > wrote: > > >> > > >> Drop ip packets with ct status set to invalid in post s