[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJq09z6Gs9Ltah0mb0hnLORf+_jmLokqU9Oi63JpD8=-LZLpMg@mail.gmail.com>
Date: Tue, 7 Jun 2022 11:28:32 -0300
From: Luiz Angelo Daros de Luca <luizluca@...il.com>
To: Alvin Šipraga <alvin@...s.dk>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Alvin Šipraga <alsi@...g-olufsen.dk>,
Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Russell King <linux@...linux.org.uk>,
"open list:NETWORKING DRIVERS" <netdev@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next 4/5] net: dsa: realtek: rtl8365mb: remove
learn_limit_max private data member
> The variable is just assigned the value of a macro, so it can be
> removed.
The 10-ports devices do use a different value.
<10 ports
/* MAX LUT Address Number */
2112,
10-ports
/* MAX LUT Address Number 4096 + 64*/
4160,
I guess learn_limit_max could be migrated to the new
rtl8365mb_chip_info structure.
Regards,
Luiz
Powered by blists - more mailing lists