Re: [ovs-dev] something is wrong with the ovs-actions man page

2022-01-11 Thread Nick Bouliane via dev
> BTW, the up-to-date versions of some of these docs are available in > html form in the documentation: > https://docs.openvswitch.org/en/latest/ref/ovs-actions.7/ oh, thanks ! any plan to continue generate the pdf/txt format for easy offline reading? cheers, Nick

Re: [ovs-dev] [PATCH ovn] northd: fix IPv6-PD with northd IP rework

2022-01-11 Thread Numan Siddique
On Tue, Jan 11, 2022 at 2:19 PM Lorenzo Bianconi wrote: > > Since commit 4597317f1 ("Introduce incremental processing for northd"), > we rely on (partial) IP for ovn-northd. We need to track SB port_binding > option column in order to notify the CMS whenever the controller > receives the IPv6

Re: [ovs-dev] [PATCH dpdk-latest v8] dpdk: Support running PMD threads on any core.

2022-01-11 Thread Ilya Maximets
On 11/10/21 17:53, David Marchand wrote: > Previously in OVS, a PMD thread running on cpu X used lcore X. > This assumption limited OVS to run PMD threads on physical cpu < > RTE_MAX_LCORE. > > DPDK 20.08 introduced a new API that associates a non-EAL thread to a free > lcore. This new API does

Re: [ovs-dev] something is wrong with the ovs-actions man page

2022-01-11 Thread Ilya Maximets
On 1/11/22 23:06, Nick Bouliane via dev wrote: > Seems like there is a problem with the generated man page > https://www.openvswitch.org/support/dist-docs/ovs-actions.7.txt > > Some spaces are not properly rendered: > >Thecontrolleraction > >Theenqueueaction > > > thanks > Nick This

[ovs-dev] something is wrong with the ovs-actions man page

2022-01-11 Thread Nick Bouliane via dev
Seems like there is a problem with the generated man page https://www.openvswitch.org/support/dist-docs/ovs-actions.7.txt Some spaces are not properly rendered: Thecontrolleraction Theenqueueaction thanks Nick ___ dev mailing list

Re: [ovs-dev] [ovs-dev v7 2/3] ipf: micro-optimize ipf_ctx_eq

2022-01-11 Thread Aaron Conole
Peng He writes: > by using ipf_list's key instead of first frags' metadata can reduce > quite a lot of cache access as by the time calling ipf_ctx_eq, ipf_list > is cache-hot. > > Signed-off-by: Peng He > --- Is there a reason not to just fold this into 1/3? It's strange to introduce

Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2022-01-11 Thread Rohit Kumar via dev
Hi Martin, Thanks for your email and sorry for the late reply I was on holiday. Yes, I could able to successfully test with this patch (https://patchwork.ozlabs.org/project/openvswitch/patch/20210517134548.2083-1-martinvargheseno...@gmail.com/) on 2.13 (unfortunately couldn't test on latest).

[ovs-dev] [PATCH ovn] northd: fix IPv6-PD with northd IP rework

2022-01-11 Thread Lorenzo Bianconi
Since commit 4597317f1 ("Introduce incremental processing for northd"), we rely on (partial) IP for ovn-northd. We need to track SB port_binding option column in order to notify the CMS whenever the controller receives the IPv6 prefix from the server. Fixes: 4597317f1 ("Introduce incremental

[ovs-dev] [PATCH 3/3] python: idl: Clear last_id on reconnect if condition changes in-flight.

2022-01-11 Thread Dumitru Ceara
When reconnecting, if there are condition changes already sent to the server but not yet acked, reset the db's 'last-id', esentially clearing the local cache after reconnect. This is needed because the client cannot easily differentiate between the following cases: a. either the server already

[ovs-dev] [PATCH 2/3] ovsdb-cs: Clear last_id on reconnect if condition changes in-flight.

2022-01-11 Thread Dumitru Ceara
When reconnecting, if there are condition changes already sent to the server but not yet acked, reset the db's 'last-id', esentially clearing the local cache after reconnect. This is needed because the client cannot easily differentiate between the following cases: a. either the server already

[ovs-dev] [PATCH 1/3] python: idl: Resend requested but not acked conditions when reconnecting.

2022-01-11 Thread Dumitru Ceara
When reconnecting forget about in-flight monitor condition changes if the user requested a newer condition already. This matches the C implementation, in ovsdb_cs_db_sync_condition(). Fixes: 46d44cf3be0d ("python: idl: Add monitor_cond_since support.") Signed-off-by: Dumitru Ceara --- Note: I

[ovs-dev] [PATCH 0/3] Fix IDL condition processing when reconnecting.

2022-01-11 Thread Dumitru Ceara
Dumitru Ceara (3): python: idl: Resend requested but not acked conditions when reconnecting. ovsdb-cs: Clear last_id on reconnect if condition changes in-flight. python: idl: Clear last_id on reconnect if condition changes in-flight. lib/ovsdb-cs.c | 17 ++

[ovs-dev] UDP fragments badly distributed through kernel mode OVS when port is using virtio-net multiqueue

2022-01-11 Thread 陶 缘
Hi, Trying my luck see if you have seen similar issue While enabled multiqueue settings in qemu to bring up 2 virtual machines and doing netperf test. The traffic was not evenly distributed for IPv4 FRAGMENT packets(i confirmed that the issue is not