Releases: alliedtelesis/netmap
Releases · alliedtelesis/netmap
e71c188-atl-6
mvpp2: Keep irqs_enabled in sync with interrupt status If interrupts were disabled prior to an admin down/up, irqs_enabled will be out of sync with the interrupt status when the interface comes back up. This is now corrected when processing an interrupt.
974b68c0-atl-24
What's Changed
- Prevent tc configs from applying for generic netmap adapter by @Angela246 in #57
Full Changelog: 974b68c0-atl-23...974b68c0-atl-24
e71c188-atl-5
What's Changed
- Prevent tc configs from applying for generic netmap adapter by @Angela246 in #56
New Contributors
- @Angela246 made their first contribution in #56
Full Changelog: e71c188-atl-4...e71c188-atl-5
e71c188-atl-4
What's Changed
- Qualcomm support by @aryansrivastava-atl in #54
Full Changelog: e71c188-atl-3...e71c188-atl-4
e71c188-atl-3
Full Changelog: e71c188-atl-2...e71c188-atl-3
e71c188-atl-2
Full Changelog: e71c188-atl-1...e71c188-atl-2
e71c188-atl-1
Full Changelog: e71c188...e71c188-atl-1
19a7eb6a-atl-1
Full Changelog: 66460c4...19a7eb6a-atl-1
974b68c0-atl-23
Full Changelog: 974b68c0-atl-22...974b68c0-atl-23
974b68c0-atl-22
mvpp2: fix netmap_stop procedure When disabling netmap the stop procedure would not function correctly for mvpp2 CP units with more than 1 port in use. Change pool/memory free condition such that it only occurs once per CP unit. Also change the rx offset change to use the rxq id (similar change to netmap_start procedure).