Sebastian Andrzej Siewior <[email protected]> writes: > exec_actions_level is a per-CPU integer allocated at compile time. > action_fifos and flow_keys are per-CPU pointer and have their data > allocated at module init time. > There is no gain in splitting it, once the module is allocated, the > structures are allocated. > > Merge the three per-CPU variables into ovs_pcpu_storage, adapt callers. > > Cc: Aaron Conole <[email protected]> > Cc: Eelco Chaudron <[email protected]> > Cc: Ilya Maximets <[email protected]> > Cc: [email protected] > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > ---
Reviewed-by: Aaron Conole <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
