The config snippet specifies CONFIG_NET_EMATCH_IPSET. This option depends on CONFIG_IP_SET.
Set CONFIG_IP_SET to be enabled at part for tc-testing.
Signed-off-by: Sebastian Andrzej Siewior bigeasy@linutronix.de --- tools/testing/selftests/tc-testing/config | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index db176fe7d0c3f..8e902f7f1a181 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -21,6 +21,7 @@ CONFIG_NF_NAT=m CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NET_SCHED=y +CONFIG_IP_SET=m
# # Queueing/Scheduling
On Mon, Jun 30, 2025 at 05:33:41PM +0200, Sebastian Andrzej Siewior wrote:
The config snippet specifies CONFIG_NET_EMATCH_IPSET. This option depends on CONFIG_IP_SET.
So it should be set automatically when running `make` ? IOW, why do we have to set it explicitly?
Thanks.
On Mon, 30 Jun 2025 14:50:24 -0700 Cong Wang wrote:
On Mon, Jun 30, 2025 at 05:33:41PM +0200, Sebastian Andrzej Siewior wrote:
The config snippet specifies CONFIG_NET_EMATCH_IPSET. This option depends on CONFIG_IP_SET.
So it should be set automatically when running `make` ? IOW, why do we have to set it explicitly?
EMATCH_IPSET `depend`s on IP_SET not `select`s ... I think the patch makes sense. Or do you see another symbol which should get us IP_SET in the resulting config?
linux-kselftest-mirror@lists.linaro.org