Re: [patch net-next v2 1/3] net: devlink: allow to change namespaces
From: David Ahern <hidden>
Date: 2019-07-31 19:58:16
From: David Ahern <hidden>
Date: 2019-07-31 19:58:16
On 7/31/19 1:46 PM, David Ahern wrote:
On 7/31/19 1:45 PM, Jiri Pirko wrote:quoted
quoted
check. e.g., what happens if a resource controller has been configured for the devlink instance and it is moved to a namespace whose existing config exceeds those limits?It's moved with all the values. The whole instance is moved.The values are moved, but the FIB in a namespace could already contain more routes than the devlink instance allows.
From a quick test your recent refactoring to netdevsim broke the resource controller. It was, and is intended to be, per network namespace.