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

2023-03-17 Thread Roberto Bartzen Acosta via dev
Typo fix in the ovn-nbctl man page. According to the ovn-nbctl man8: * NAT command [--may-exist] [--stateless] [--gateway_port=GATEWAY_PORT] lr-nat-add router type external_ip logical_ip [logical_port external_mac] Result using man page sintax: ovn-nbctl: unrecognized option '--gateway_port' The

Re: [ovs-dev] Scale testing OVN with ovn-heater for OpenStack use cases

2023-07-04 Thread Roberto Bartzen Acosta via dev
I'm interested in attending this meet, Frode. Please include me in the invite list. Thanks Em ter., 4 de jul. de 2023 às 13:06, Numan Siddique escreveu: > On Tue, Jul 4, 2023, 8:00 PM Frode Nordahl > wrote: > > > On Tue, Jul 4, 2023 at 4:16 PM Dumitru Ceara wrote: > > > > > > On 6/30/23

[ovs-dev] [PATCH ovn v4] ovn-ic: Fix global blacklist filter for IPv6 addresses.

2024-02-04 Thread Roberto Bartzen Acosta via dev
This commit fixes the prefix filter function as the return condition for IPv6 addresses is disabling the advertisement of all learned prefixes regardless of the match with the blacklist or not. Reported-at: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2046804 Fixes: 57b347c55168 ("ovn-ic:

[ovs-dev] [PATCH ovs v3] Documentation: Adding note about using the jemalloc library.

2024-02-04 Thread Roberto Bartzen Acosta via dev
Updating the reference documentation with the inclusion of possible building problems with libjemalloc and solution suggestions. Reported-at: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2015748 Signed-off-by: Roberto Bartzen Acosta --- Documentation/intro/install/general.rst | 16

Re: [ovs-dev] [PATCH ovs v3] Documentation: Adding note about using the jemalloc library.

2024-02-05 Thread Roberto Bartzen Acosta via dev
Thanks for the review Eelco, Em seg., 5 de fev. de 2024 às 04:32, Eelco Chaudron escreveu: > > > On 5 Feb 2024, at 2:24, Roberto Bartzen Acosta via dev wrote: > > > Updating the reference documentation with the inclusion of possible > building > > problems wi

[ovs-dev] [PATCH ovs v4] Documentation: Adding note about using the jemalloc library.

2024-02-05 Thread Roberto Bartzen Acosta via dev
Updating the reference documentation with the inclusion of possible building problems with libjemalloc and solution suggestions. Reported-at: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2015748 Signed-off-by: Roberto Bartzen Acosta --- Documentation/intro/install/general.rst | 16

Re: [ovs-dev] [PATCH ovn v4] ovn-ic: Fix global blacklist filter for IPv6 addresses.

2024-02-09 Thread Roberto Bartzen Acosta via dev
, Ales Musil wrote: > > On Mon, Feb 5, 2024 at 2:02 AM Roberto Bartzen Acosta via dev < > > ovs-dev@openvswitch.org> wrote: > > > >> This commit fixes the prefix filter function as the return condition for > >> IPv6 addresses is disabling the advert

[ovs-dev] [PATCH ovn v5] ovn-ic: Fix global blacklist filter for IPv6 addresses.

2024-02-09 Thread Roberto Bartzen Acosta via dev
This commit fixes the prefix filter function as the return condition for IPv6 addresses is disabling the advertisement of all learned prefixes regardless of the match with the blacklist or not. Reported-at: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2046804 Fixes: 57b347c55168 ("ovn-ic:

[ovs-dev] [PATCH ovs] debian/rules: Fix incorrect use of link-time optimizer.

2023-12-22 Thread Roberto Bartzen Acosta via dev
Current version of debian/rules simply uses the default lto GCC optimization settings during the linkage process. The main problem with this approach is that GCC on OS like Ubuntu Jammy, for example, can enable the -flto=auto option during the openvswitch building and linking process. In this

[ovs-dev] [PATCH ovs v2] debian/rules: Fix incorrect use of link-time optimizer.

2023-12-22 Thread Roberto Bartzen Acosta via dev
Current version of debian/rules simply uses the default lto GCC optimization settings during the linkage process. The main problem with this approach is that GCC on OS like Ubuntu Jammy, for example, can enable the -flto=auto option during the openvswitch building and linking process. In this

Re: [ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-15 Thread Roberto Bartzen Acosta via dev
Em qua., 10 de jan. de 2024 às 15:37, Ilya Maximets escreveu: > > On 1/9/24 13:53, Simon Horman wrote: > > On Mon, Jan 08, 2024 at 08:34:36AM -0300, Roberto Bartzen Acosta via dev wrote: > >> Current version of debian/rules simply uses the default lto GCC > >>

[ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-08 Thread Roberto Bartzen Acosta via dev
Current version of debian/rules simply uses the default lto GCC optimization settings during the linkage process. The main problem with this approach is that GCC on OS like Ubuntu Jammy, for example, can enable the -flto=auto option during the openvswitch building and linking process. In this

Re: [ovs-dev] [PATCH ovs] Documentation: Adding note about using the jemalloc library.

2024-01-26 Thread Roberto Bartzen Acosta via dev
Em sex., 26 de jan. de 2024 às 16:55, Frode Nordahl < frode.nord...@canonical.com> escreveu: > Thanks for raising the patch towards the documentation, Roberto! > > On Fri, Jan 26, 2024 at 5:57 PM Roberto Bartzen Acosta via dev > wrote: > > > > Current versi

Re: [ovs-dev] [PATCH ovn v3] ovn-ic: Fix global blacklist filter for IPv6 addresses.

2024-02-02 Thread Roberto Bartzen Acosta via dev
Thanks for your review Ales. On Fri, 2 Feb 2024 at 07:34 Ales Musil wrote: > > > On Tue, Jan 30, 2024 at 3:10 PM Roberto Bartzen Acosta via dev < > ovs-dev@openvswitch.org> wrote: > >> This commit fixes the prefix filter function as the return condition for >

[ovs-dev] [PATCH ovn] ovn-ic: fix global blacklist filter for IPv6 addresses

2024-01-29 Thread Roberto Bartzen Acosta via dev
This commit fixes the prefix filter function as the return condition for IPv6 addresses is disabling the advertisement of all learned prefixes regardless of the match with the blacklist or not. Reported-at: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2046804 Fixes: 57b347c55168 ("ovn-ic:

[ovs-dev] [PATCH ovn v2] ovn-ic: fix global blacklist filter for IPv6 addresses

2024-01-30 Thread Roberto Bartzen Acosta via dev
This commit fixes the prefix filter function as the return condition for IPv6 addresses is disabling the advertisement of all learned prefixes regardless of the match with the blacklist or not. Reported-at: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2046804 Fixes: 57b347c55168 ("ovn-ic:

[ovs-dev] [PATCH ovs v2] Documentation: Adding note about using the jemalloc library.

2024-01-29 Thread Roberto Bartzen Acosta via dev
Updating the reference documentation with the inclusion of possible building problems with libjemalloc and solution suggestions. Reported-at: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2015748 Signed-off-by: Roberto Bartzen Acosta --- Documentation/intro/install/general.rst |

Re: [ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-25 Thread Roberto Bartzen Acosta via dev
en Acosta > wrote: > > > > > > > > Em qua., 10 de jan. de 2024 às 15:37, Ilya Maximets < > i.maxim...@redhat.com> escreveu: > > > > > > On 1/9/24 13:53, Simon Horman wrote: > > > > On Mon, Jan 08, 2024 at 08:34:36AM -0300, Roberto Bartzen Acosta v

Re: [ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-26 Thread Roberto Bartzen Acosta via dev
PTO has prevented me from responding sooner. > >>> > >>> On Mon, Jan 15, 2024 at 12:14 PM Roberto Bartzen Acosta > >>> wrote: > >>> > > >>> > > >>> > > >>> > Em qua., 10 de jan. de 2024 às 15:37, Ilya Max

[ovs-dev] [PATCH ovs] Documentation: Adding note about using the jemalloc library.

2024-01-26 Thread Roberto Bartzen Acosta via dev
Current version of debian/rules simply uses the default GCC optimization settings during the linkage process. The main problem with this approach is that GCC on OS like Ubuntu Jammy, for example, can enable the -flto=auto flag option during the Open vSwitch building and linking process. In

[ovs-dev] [PATCH ovs] Documentation: Adding note about using the jemalloc library.

2024-01-26 Thread Roberto Bartzen Acosta via dev
Current version of debian/rules simply uses the default GCC optimization settings during the linkage process. The main problem with this approach is that GCC on OS like Ubuntu Jammy, for example, can enable the -flto=auto flag option during the Open vSwitch building and linking process. In

[ovs-dev] [PATCH ovn v3] ovn-ic: Fix global blacklist filter for IPv6 addresses.

2024-01-30 Thread Roberto Bartzen Acosta via dev
This commit fixes the prefix filter function as the return condition for IPv6 addresses is disabling the advertisement of all learned prefixes regardless of the match with the blacklist or not. Reported-at: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2046804 Fixes: 57b347c55168 ("ovn-ic:

Re: [ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-26 Thread Roberto Bartzen Acosta via dev
t;>> wrote: >>> > >>> > >>> > >>> > Em qua., 10 de jan. de 2024 às 15:37, Ilya Maximets < >>> i.maxim...@redhat.com> escreveu: >>> > > >>> > > On 1/9/24 13:53, Simon Horman wrote: >>> > > >

Re: [ovs-dev] [PATCH ovs v3] debian/rules: Fix incorrect use of link-time optimizer.

2024-01-26 Thread Roberto Bartzen Acosta via dev
response to this thread, freeze deadlines and >>> >>> PTO has prevented me from responding sooner. >>> >>> >>> >>> On Mon, Jan 15, 2024 at 12:14 PM Roberto Bartzen Acosta >>> >>> wrote: >>> >>> > >&g