From 28220dccd486da3b28ab120f3bae089e2fb7f8da Mon Sep 17 00:00:00 2001 From: Aleksandr Khromykh Date: Wed, 9 Oct 2024 13:32:36 +0200 Subject: [PATCH] snippets: fix zperf dependency Dependency NET_SOCKETS_POLL_MAX on ZVFS_OPEN_MAX has been added during the last upmerge. Commit updates snippet accrdingly. Signed-off-by: Aleksandr Khromykh --- snippets/zperf/zperf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/zperf/zperf.conf b/snippets/zperf/zperf.conf index 9ca747e3f992..8010f9d3f773 100644 --- a/snippets/zperf/zperf.conf +++ b/snippets/zperf/zperf.conf @@ -9,4 +9,5 @@ CONFIG_NET_SHELL=y CONFIG_NET_ZPERF=y CONFIG_NET_CONTEXT_RCVTIMEO=y CONFIG_NET_SOCKETS=y +CONFIG_ZVFS_OPEN_MAX=9 CONFIG_NET_SOCKETS_POLL_MAX=9