Re: [ovs-dev] [PATCH ovn v7 0/6] Correct tunnel ids exhaustion scenario.

2024-04-30 Thread Numan Siddique
On Fri, Apr 26, 2024 at 3:04 PM Mark Michelson wrote: > > Thanks for the update, Ihar. > > For the series, > Acked-by: Mark Michelson Thanks Ihar, Vladislav and Mark. I applied the series to the main branch. Numan > > On 4/26/24 13:54, Ihar Hrachyshka wrote: > > v2+ of the original test

Re: [ovs-dev] [PATCH ovn v7 0/6] Correct tunnel ids exhaustion scenario.

2024-04-26 Thread Mark Michelson
Thanks for the update, Ihar. For the series, Acked-by: Mark Michelson On 4/26/24 13:54, Ihar Hrachyshka wrote: v2+ of the original test patch exposed a ubsan failure in port tunnel id allocation code when tunnel id space is exhausted. This series fixes the ubsan failure (patches 1-2); then

[ovs-dev] [PATCH ovn v7 0/6] Correct tunnel ids exhaustion scenario.

2024-04-26 Thread Ihar Hrachyshka
v2+ of the original test patch exposed a ubsan failure in port tunnel id allocation code when tunnel id space is exhausted. This series fixes the ubsan failure (patches 1-2); then adjusts the invalid scenario to trigger the originally intended failure mode - id space exhausted (patch 3). Finally,