Re: [PATCH v2] Implement configurable descriptor size in ftgmac100

2020-06-15 Thread Peter Maydell
On Sat, 6 Jun 2020 at 10:03, Erik Smit wrote: > > The hardware supports configurable descriptor sizes, configured in the DBLAC > register. > > Most drivers use the default 4 word descriptor, which is currently hardcoded, > but Aspeed SDK configures 8 words to store extra data. Hi; I've applied th

Re: [PATCH v2] Implement configurable descriptor size in ftgmac100

2020-06-07 Thread Cédric Le Goater
On 6/6/20 11:03 AM, Erik Smit wrote: > The hardware supports configurable descriptor sizes, configured in the DBLAC > register. > > Most drivers use the default 4 word descriptor, which is currently hardcoded, > but Aspeed SDK configures 8 words to store extra data. > > --- > The implementation o

[PATCH v2] Implement configurable descriptor size in ftgmac100

2020-06-06 Thread Erik Smit
The hardware supports configurable descriptor sizes, configured in the DBLAC register. Most drivers use the default 4 word descriptor, which is currently hardcoded, but Aspeed SDK configures 8 words to store extra data. --- The implementation of the driver in Supermicro BMC SMT_X11_158 adds 4 ext