Re: [ovs-dev] [PATCH ovn v3] Make tunnel ids exhaustion test trigger the problem.

2024-04-05 Thread Ihar Hrachyshka
Sorry for forgetting to include changelogs in these submissions. v1: initial version. v2: cover both cases of hint = 0 and hint > max. v3: reduce the number of ports to create in the hint > max scenario needed to trigger the problem. On Fri, Apr 5, 2024 at 12:10 PM Ihar Hrachyshka wrote: > The

[ovs-dev] [PATCH ovn v3] Make tunnel ids exhaustion test trigger the problem.

2024-04-05 Thread Ihar Hrachyshka
The original version of the scenario passed with or without the fix. This is because all LSs were processed in one go, so the allocate function was never entered with *hint==0. Also, added another scenario that will check behavior when *hint is out of [min;max] bounds but > max (this happens in