Re: [ovs-dev] [v4 02/12] dpif-netdev: Add auto validation function for miniflow extract

2021-06-29 Thread Van Haaren, Harry
Hi Eelco, Would you describe the actual test being run below? I'm having a hard time figuring out what the actual datapath packet flow is. It seems strange that MFEX optimizations are affected by flow-count, that doesn't really logically make sense. Hence, some more understanding on what the te

[ovs-dev] [PATCH] ovsdb-cs: Avoid unnecessary re-connections when updating remotes.

2021-06-29 Thread Ilya Maximets
If a new database server added to the cluster, or if one of the database servers changed its IP address or port, then you need to update the list of remotes for the client. For example, if a new OVN_Southbound database server is added, you need to update the ovn-remote for the ovn-controller. How

Re: [ovs-dev] [v4 01/12] dpif-netdev: Add command line and function pointer for miniflow extract

2021-06-29 Thread Eelco Chaudron
Hi Kumar/Harry, Find my comments inline. //Eelco On 17 Jun 2021, at 18:27, Kumar Amber wrote: > This patch introduces the mfex function pointers which allows > the user to switch between different miniflow extract implementations > which are provided by the OVS based on optimized ISA CPU. > >

Re: [ovs-dev] [v13 06/12] dpif-netdev: Add command to get dpif implementations.

2021-06-29 Thread Eelco Chaudron
On 17 Jun 2021, at 18:18, Cian Ferriter wrote: > From: Harry van Haaren > > This commit adds a new command to retrieve the list of available > DPIF implementations. This can be used by to check what implementations > of the DPIF are available in any given OVS binary. > > Usage: > $ ovs-appctl

Re: [ovs-dev] [v13 05/12] dpif-netdev: Add command to switch dpif implementation.

2021-06-29 Thread Ferriter, Cian
Hi Eelco, Thanks for your comments. My response is inline. Cian > -Original Message- > From: Eelco Chaudron > Sent: Friday 25 June 2021 16:14 > To: Ferriter, Cian > Cc: Flavio Leitner ; ovs-dev@openvswitch.org; > i.maxim...@ovn.org > Subject: Re: [ovs-dev] [v13 05/12] dpif-netdev: Add

<    1   2