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)
commit7deb0c3c24c474e0b79ea03f965b91c9cb1ba08f
tree537b64ce7dfc033d6961c43efa1f70b5710c206e
parent8f72fb1578a910571b3f25457e3b7855edfac6cf
parent96868cca7971a5a3887717fdacd44b281fb87cc9
Merge branch 'optimize-procedure-of-changing-mac-address-on-interface'

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>