Skip to content

Commit

Permalink
Merge branch 'mlxsw-rehash-split'
Browse files Browse the repository at this point in the history
Ido Schimmel says:

====================
mlxsw: spectrum_acl: Split rehash work into chunks

Jiri says:

When rehash happens on a vregion with many rules and they are being
migrated, it might take significant time to finish the job. During that
time vregion->lock is taken which prevents rules from being
added/deleted from the vregion.

Aim of this patchset is to allow to interrupt migration of rules during
rehash, reschedule and give chance for rules to be added/deleted. Then
continue migration in another execution of scheduled work.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 2, 2019
2 parents 91cf8ec + b2c091c commit 745732c
Showing 1 changed file with 286 additions and 125 deletions.
Loading

0 comments on commit 745732c

Please sign in to comment.