Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-06 Thread 0-day Robot
Bleep bloop. Greetings Lorenzo Bianconi, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the

Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-05 Thread Han Zhou
On Wed, Oct 5, 2022 at 6:06 AM Lorenzo Bianconi wrote: > > > On Tue, Oct 4, 2022 at 11:00 AM Lorenzo Bianconi < > > lorenzo.bianc...@redhat.com> wrote: > > > > > > Fix regression in ipv6 prefix delegation running in gw router mode > > > introduce by the following commit '04292cc2dc2c ("controller:

Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-05 Thread Lorenzo Bianconi
On Oct 05, Xavier Simonart wrote: > Hi Lorenzo > > Thanks for providing this patch. > One very minor typo: see below. > Otherwise looks good to me > > Thanks > Xavier > > On Tue, Oct 4, 2022 at 8:00 PM Lorenzo Bianconi > wrote: > > > Fix regression in ipv6 prefix delegation running in gw route

Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-05 Thread Lorenzo Bianconi
> On Tue, Oct 4, 2022 at 11:00 AM Lorenzo Bianconi < > lorenzo.bianc...@redhat.com> wrote: > > > > Fix regression in ipv6 prefix delegation running in gw router mode > > introduce by the following commit '04292cc2dc2c ("controller: fix > > potential segmentation violation when removing ports")'. >

Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-04 Thread Xavier Simonart
Hi Lorenzo Thanks for providing this patch. One very minor typo: see below. Otherwise looks good to me Thanks Xavier On Tue, Oct 4, 2022 at 8:00 PM Lorenzo Bianconi wrote: > Fix regression in ipv6 prefix delegation running in gw router mode > introduce by the following commit '04292cc2dc2c ("c

Re: [ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-04 Thread Han Zhou
On Tue, Oct 4, 2022 at 11:00 AM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > Fix regression in ipv6 prefix delegation running in gw router mode > introduce by the following commit '04292cc2dc2c ("controller: fix > potential segmentation violation when removing ports")'. > > Fixes: 042

[ovs-dev] [PATCH v2 ovn] controller: fix ipv6 prefix delegation in gw router mode

2022-10-04 Thread Lorenzo Bianconi
Fix regression in ipv6 prefix delegation running in gw router mode introduce by the following commit '04292cc2dc2c ("controller: fix potential segmentation violation when removing ports")'. Fixes: 04292cc2dc2c ("controller: fix potential segmentation violation when removing ports") Reoported-at: