Re: [ovs-dev] [PATCH ovn 3/3] northd: Don't parse LSP addresses twice.

2023-03-01 Thread Mark Michelson
Acked-by: Mark Michelson On 2/27/23 15:03, Ilya Maximets wrote: At the point of IPAM configuration all the addresses are already parsed. No need to waste time parsing them again. Signed-off-by: Ilya Maximets --- northd/northd.c | 54 - 1 file

Re: [ovs-dev] [PATCH ovn 3/3] northd: Don't parse LSP addresses twice.

2023-02-28 Thread Simon Horman
On Mon, Feb 27, 2023 at 09:03:44PM +0100, Ilya Maximets wrote: > At the point of IPAM configuration all the addresses are already parsed. > No need to waste time parsing them again. > > Signed-off-by: Ilya Maximets Reviewed-by: Simon Horman ___ dev m

[ovs-dev] [PATCH ovn 3/3] northd: Don't parse LSP addresses twice.

2023-02-27 Thread Ilya Maximets
At the point of IPAM configuration all the addresses are already parsed. No need to waste time parsing them again. Signed-off-by: Ilya Maximets --- northd/northd.c | 54 - 1 file changed, 17 insertions(+), 37 deletions(-) diff --git a/northd/north