commit | 570b68c8dddea16b96730f7d5d732e270b6a9189 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Feb 27 11:44:30 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 27 12:39:56 2019 -0800 |
tree | b4ec666ae5b1199bc1b0710f38d0f4b6921caccc | |
parent | 56da64bc003bb9d39b69017074dd7909c72b68b1 [diff] |
staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SET Following patches will change the way we communicate setting a port's attribute and use a blocking notifier to perform those tasks. Prepare ethsw to support receiving notifier events targeting SWITCHDEV_PORT_ATTR_SET and simply translate that into the existing swdev_port_attr_set() call. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>