nuttx/net/igmp
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
igmp.h net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_group.c net:when work_cancel_sync is excuted,it releases net_lock 2024-10-13 02:05:26 +08:00
igmp_initialize.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_input.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_join.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_leave.c igmp_leave:add check of dev status in igmp_leavegroup 2024-10-13 02:05:26 +08:00
igmp_mcastmac.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_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
igmp_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_send.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
igmp_timer.c net: use netdev_lock to protect netdev_txnotify_dev 2026-01-02 00:04:16 +08:00
Kconfig modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00