szafonimateusz-mi opened a new pull request, #14953:
URL: https://github.com/apache/nuttx/pull/14953
## Summary
- drivers/net/{e1000|igc}: configure RX/TX descriptors from Kconfig
configure E1000/IGC RX/TX descriptors from Kconfig
- drivers/net/igc: make Interrupt Throttle configurable
- drivers/net/{e1000|igc}: fix link status crash
netdev_lower_carrier_xxx API can't be used in interrupt context
- drivers/net/{e1000|igc}: reset TX ring when disconnected
- drivers/net/{e1000|igc}: limit no packet is transmit after carrier off
- drivers/net/{e1000|igc}: limit no packet is transmit after carrier off
## Impact
1. moved some hardcoded values to Kconfig
2. fixed various issues when repeatedly pluggin and unplugging the eth cable
## Testing
intel hardware
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]