[ovs-dev] [PATCH ovn 1/2] pinctrl: send RST instead of RST_ACK bit for lb hc

2023-11-07 Thread Evgenii Kovalev
Currently an ovn-controller send RST_ACK after receive SYN_ACK in load balancer health check, but for a windows as load balancer backend this behavior unexcpected and windows send SYN_ACK like a tcp retransmission after every RST_ACK, finaly after few reties windows send RST bit to ovn-controller.

Re: [ovs-dev] [PATCH ovn 1/2] pinctrl: send RST instead of RST_ACK bit for lb hc

2023-11-08 Thread Mark Michelson
Thank you for the submission Evgenii, Acked-by: Mark Michelson I have one minor nit below. Whoever merges this change can correct it. On 11/7/23 09:39, Evgenii Kovalev wrote: Currently an ovn-controller send RST_ACK after receive SYN_ACK in load balancer health check, but for a windows as loa

Re: [ovs-dev] [PATCH ovn 1/2] pinctrl: send RST instead of RST_ACK bit for lb hc

2023-11-20 Thread Dumitru Ceara
On 11/8/23 18:54, Mark Michelson wrote: > Thank you for the submission Evgenii, > > Acked-by: Mark Michelson > Thanks, I applied this to main and backported it to all stable branches (down to 22.03). > I have one minor nit below. Whoever merges this change can correct it. > Unfortunately I m