Re: [ovs-dev] [PATCH ovn 1/2] ofctrl: Do not try to program long flows

2023-08-29 Thread Ales Musil
On Tue, Aug 29, 2023 at 10:42 AM Ales Musil wrote: > If the flow size is bigger than UINT16_MAX it doesn't > fit into openflow message. Programming of such flow will > fail which results in disconnect of ofctrl. After reconnect > we program everything from scratch, in case the long flow still >

[ovs-dev] [PATCH ovn 1/2] ofctrl: Do not try to program long flows

2023-08-29 Thread Ales Musil
If the flow size is bigger than UINT16_MAX it doesn't fit into openflow message. Programming of such flow will fail which results in disconnect of ofctrl. After reconnect we program everything from scratch, in case the long flow still remains the cycle continues. This causes the node to be almost