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
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
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