Re: [RFC PATCH net-next 04/13] net: dsa: Call driver's setup callback after setting up its switchdev notifier
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2019-03-25 16:47:52
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2019-03-25 16:47:52
On 3/23/19 8:23 PM, Vladimir Oltean wrote:
This allows the driver to perform some manipulations of its own during setup, using generic code. One current usage scenario is for the driver to request DSA to set up 802.1Q based switch tagging for its ports. Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian