Re: [PATCH net-next 0/3] net: Preserve netdev_ops equality tests

2020-07-13 Thread Florian Fainelli
On 7/13/2020 1:09 PM, Jakub Kicinski wrote: > On Sun, 12 Jul 2020 15:16:22 -0700 Florian Fainelli wrote: >> Hi David, Jakub, >> >> This patch series addresses a long standing with no known impact today >> with the overloading of netdev_ops done by the DSA layer. > > Do you plan to make use of t

Re: [PATCH net-next 0/3] net: Preserve netdev_ops equality tests

2020-07-13 Thread Jakub Kicinski
On Sun, 12 Jul 2020 15:16:22 -0700 Florian Fainelli wrote: > Hi David, Jakub, > > This patch series addresses a long standing with no known impact today > with the overloading of netdev_ops done by the DSA layer. Do you plan to make use of this comparison? Or trying to protect the MAC driver from

[PATCH net-next 0/3] net: Preserve netdev_ops equality tests

2020-07-12 Thread Florian Fainelli
Hi David, Jakub, This patch series addresses a long standing with no known impact today with the overloading of netdev_ops done by the DSA layer. First we introduce a ndo_equal netdev_ops function pointer, then we have DSA utilize it, and finally all in tree users are converted to using either ne