Re: [PATCH net] net: dsa: Fix tagging attribute location

From: David Miller
Date: Fri Nov 30 2018 - 20:18:12 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Wed, 28 Nov 2018 13:40:04 -0800

> While introducing the DSA tagging protocol attribute, it was added to the DSA
> slave network devices, but those actually see untagged traffic (that is their
> whole purpose). Correct this mistake by putting the tagging sysfs attribute
> under the DSA master network device where this is the information that we need.
>
> While at it, also correct the sysfs documentation mistake that missed the
> "dsa/" directory component of the attribute.
>
> Fixes: 98cdb4807123 ("net: dsa: Expose tagging protocol to user-space")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied, thanks Florian.