Re: [PATCH net-next 00/15] mlxsw: spectrum_acl: Don't take rtnl mutex for region rehash

2019-02-24 Thread David Miller
From: Ido Schimmel Date: Sun, 24 Feb 2019 06:46:21 + > Jiri says: > > During region rehash, a new region is created with a more optimized set > of masks (ERPs). When transitioning to the new region, all the rules > from the old region are copied one-by-one to the new region. This > transitio

[PATCH net-next 00/15] mlxsw: spectrum_acl: Don't take rtnl mutex for region rehash

2019-02-23 Thread Ido Schimmel
Jiri says: During region rehash, a new region is created with a more optimized set of masks (ERPs). When transitioning to the new region, all the rules from the old region are copied one-by-one to the new region. This transition can be time consuming and currently done under RTNL lock. In order t