zephyr/subsys/net/lib/sockets
Robert Lubos c4803752a8 net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX
CONFIG_ZVFS_POLL_MAX is now used to control the maximum number of poll()
entires. Thereby, CONFIG_NET_SOCKETS_POLL_MAX is redundant and shall
be deprecated.

Modify the defaults for NET_SOCKETS_POLL_MAX and ZVS_POLL_MAX so that
the deprecation actually makes sense instead of symbol removal. In case
the application still sets the old config, it will modify the
ZVS_POLL_MAX default.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-10-14 13:01:51 +02:00
..
CMakeLists.txt net: sockets: move select() implementation to zvfs 2024-10-14 13:01:51 +02:00
Kconfig net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
getaddrinfo.c style: subsys: adjust `return` usage in `void functions` 2024-09-20 11:06:55 +02:00
getnameinfo.c
socket_dispatcher.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
socket_obj_core.c posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
socket_offload.c style: subsys: adjust `return` usage in `void functions` 2024-09-20 11:06:55 +02:00
socketpair.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets.c net: sockets: move poll implementation to zvfs 2024-10-14 13:01:51 +02:00
sockets_can.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_inet.c net: sockets: Move msghdr_non_empty_iov_count() to common file 2024-10-09 18:37:58 +01:00
sockets_internal.h net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
sockets_misc.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
sockets_net_mgmt.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_packet.c net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
sockets_service.c net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
sockets_tls.c net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00