Merge branch 'optimize-procedure-of-changing-mac-address-on-interface'
authorJakub Kicinski <kuba@kernel.org>
Fri, 16 Jun 2023 05:54:55 +0000 (22:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 16 Jun 2023 05:54:56 +0000 (22:54 -0700)
Piotr Gardocki says:

====================
optimize procedure of changing MAC address on interface

The first patch adds an if statement in core to skip early when
the MAC address is not being changes.
The remaining patches remove such checks from Intel drivers
as they're redundant at this point.
====================

Link: https://lore.kernel.org/r/20230614145302.902301-1-piotrx.gardocki@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge