Re: [ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-08-19 Thread Han Zhou
On Fri, Aug 19, 2022 at 12:48 PM Dumitru Ceara wrote: > > On 8/19/22 17:37, Lorenzo Bianconi wrote: > >> On Fri, Jul 15, 2022 at 4:35 AM Lorenzo Bianconi < > >> lorenzo.bianc...@redhat.com> wrote: > >>> > >>> Rely on the following new actions for ecmp-symmetric routing: > >>> - chk_ecmp_nh_mac > >

Re: [ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-08-19 Thread Dumitru Ceara
On 8/19/22 17:37, Lorenzo Bianconi wrote: >> On Fri, Jul 15, 2022 at 4:35 AM Lorenzo Bianconi < >> lorenzo.bianc...@redhat.com> wrote: >>> >>> Rely on the following new actions for ecmp-symmetric routing: >>> - chk_ecmp_nh_mac >>> - chk_ecmp_nh >>> - commit_ecmp_nh >>> >>> In this way OVN is able t

Re: [ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-08-19 Thread Han Zhou
On Fri, Aug 19, 2022 at 8:37 AM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > > On Fri, Jul 15, 2022 at 4:35 AM Lorenzo Bianconi < > > lorenzo.bianc...@redhat.com> wrote: > > > > > > Rely on the following new actions for ecmp-symmetric routing: > > > - chk_ecmp_nh_mac > > > - chk_ecmp_

Re: [ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-08-19 Thread Lorenzo Bianconi
> On Fri, Jul 15, 2022 at 4:35 AM Lorenzo Bianconi < > lorenzo.bianc...@redhat.com> wrote: > > > > Rely on the following new actions for ecmp-symmetric routing: > > - chk_ecmp_nh_mac > > - chk_ecmp_nh > > - commit_ecmp_nh > > > > In this way OVN is able to keep up if for any reason the ECMP traffic

Re: [ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-08-19 Thread Han Zhou
On Fri, Jul 15, 2022 at 4:35 AM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > Rely on the following new actions for ecmp-symmetric routing: > - chk_ecmp_nh_mac > - chk_ecmp_nh > - commit_ecmp_nh > > In this way OVN is able to keep up if for any reason the ECMP traffic > source changes

[ovs-dev] [PATCH v2 ovn 3/3] northd: rely on new actions for ecmp-symmetric routing

2022-07-15 Thread Lorenzo Bianconi
Rely on the following new actions for ecmp-symmetric routing: - chk_ecmp_nh_mac - chk_ecmp_nh - commit_ecmp_nh In this way OVN is able to keep up if for any reason the ECMP traffic source changes L2 address and keeps old L3 addresses. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=20962