nuttx/net/mld
zhanghongyu c481374fb8 devif_poll: only call the corresponding xxx_poll when there is data to be sent
reduce the execution consumption of irrelevant code

testing the TX rates of TCP and UDP based on the Infineon board can
increase them by 13%.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-02 00:04:16 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net/mld: update help manual for mld router 2023-01-12 15:06:22 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld.h mld: free all mld group when netdev unregister 2025-12-25 08:35:04 -03:00
mld_done.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_group.c mld: free all mld group when netdev unregister 2025-12-25 08:35:04 -03:00
mld_initialize.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_join.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_leave.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_mcastmac.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_msg.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00
mld_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_query.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_report.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
mld_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
mld_timer.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00