On Wed, 9 Sep 2020 15:26:52 -0700 Jacob Keller wrote: > The devlink interface recently gained support for a new "overwrite mask" > parameter that allows specifying how various sub-sections of a flash > component are modified when updating. > > Add support for this to netdevsim, to enable easily testing the > interface. Make the allowed overwrite mask values controllable via > a debugfs parameter. This enables testing a flow where the driver > rejects an unsupportable overwrite mask. > > Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com>
nit: subject should be prefixed with netdevsim: not devlink: Reviewed-by: Jakub Kicinski <k...@kernel.org>