Re: [PATCH] net: systemport: Correct IPG length settings

2017-10-27 Thread Florian Fainelli
On October 27, 2017 5:30:00 PM PDT, Florian Fainelli wrote: >Due to a documentation mistake, the IPG length was set to 0x12 while it >should have been 12 (decimal). This would affect short packet (64B >typically) performance since the IPG was bigger than necessary. >

[PATCH] net: systemport: Correct IPG length settings

2017-10-27 Thread Florian Fainelli
Due to a documentation mistake, the IPG length was set to 0x12 while it should have been 12 (decimal). This would affect short packet (64B typically) performance since the IPG was bigger than necessary. Fixes: 44a4524c54af ("net: systemport: Add support for SYSTEMPORT Lite") Signed-off-by: