Microchip-Ethernet / EVB-KSZ9477

Repository for using Microchip EVB-KSZ9477 board. Product Supported: KSZ9477, KSZ9567, KSZ9897, KSZ9896, KSZ8567, KSZ8565, KSZ9893, KSZ9563, KSZ8563, LAN9646, Phys(KSZ9031/9131, LAN8770
76 stars 78 forks source link

Can't get all entries from dynamic table because of sysfs buffer size limit #69

Closed embeddman closed 2 years ago

embeddman commented 3 years ago

Hello! Would you recommend approach for getting full dynamic mac table entries?

triha2work commented 3 years ago

The driver switches to using printk after sysfs buffer limit is reached. You might need to use the debug console to see those messages. There is no good solution for this problem. The driver was not actually tested for a full MAC table.

embeddman commented 2 years ago

Thanks!