Re: [ovs-dev] [PATCH ovn v4 2/2] Pass localnet traffic through CT when a LB is configured.

2023-05-19 Thread Mark Michelson
Thanks for the review Ales. I added a bugzilla citation to the commit message and pushed the change to main and all branches back to 22.03. On 5/19/23 03:01, Ales Musil wrote: On Thu, May 18, 2023 at 10:11 PM Mark Michelson > wrote: Current code always skip

Re: [ovs-dev] [PATCH ovn v4 2/2] Pass localnet traffic through CT when a LB is configured.

2023-05-19 Thread Ales Musil
On Thu, May 18, 2023 at 10:11 PM Mark Michelson wrote: > Current code always skips conntrack for traffic that ingresses or > egresses on a localnet port. However, this makes it impossible for > traffic to be load-balanced when it arrives on a localnet port. > > This patch allows for traffic to be

Re: [ovs-dev] [PATCH ovn v4 2/2] Pass localnet traffic through CT when a LB is configured.

2023-05-18 Thread 0-day Robot
Bleep bloop. Greetings Mark Michelson, 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 fa

[ovs-dev] [PATCH ovn v4 2/2] Pass localnet traffic through CT when a LB is configured.

2023-05-18 Thread Mark Michelson
Current code always skips conntrack for traffic that ingresses or egresses on a localnet port. However, this makes it impossible for traffic to be load-balanced when it arrives on a localnet port. This patch allows for traffic to be load balanced on localnet ports by making two changes: * Localnet