On 2025-06-10 09:26:28 [+0300], Gal Pressman wrote:
This patch series reverts a set of changes that consolidated per-CPU
storage structures in the openvswitch module.
The original changes were intended to improve performance and reduce
complexity by merging three separate per-CPU structures into one, but
they have changed openvswitch to use static percpu allocations, and
exhausted the reserved chunk on module init.
This results in allocation of struct ovs_pcpu_storage (6488 bytes)
failure on ARM.
The reverts are applied in reverse order of the original commits.
Is the limited per-CPU storage the only problem? If so I would towards a
different solution rather than reverting everything.
I assume a defconfig on arm is everything that is needed to reproduce
this.
Sebastian