From patchwork Tue Nov 2 01:36:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 12597717 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 622D4C433EF for ; Tue, 2 Nov 2021 01:37:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40EA4603E8 for ; Tue, 2 Nov 2021 01:37:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229571AbhKBBjq (ORCPT ); Mon, 1 Nov 2021 21:39:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhKBBjq (ORCPT ); Mon, 1 Nov 2021 21:39:46 -0400 Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F82BC061714; Mon, 1 Nov 2021 18:37:12 -0700 (PDT) Received: by mail-pl1-x62b.google.com with SMTP id u11so1251642plf.3; Mon, 01 Nov 2021 18:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lR2rA3syRfYqNnvx4W87XPNX8FptLg6EEYcLwPJf6yQ=; b=VRGmjuj7Vh50zEX9X2ID+0fRLJhFm/6bg5YASg3cPNWc76wFeBxg466DJ6vD218gNU n4NyoyMLYteYRdMAYr7lDVFN7WGsE6F0hndAztjTGdWkn9wYZxpeRUXpQuCZ+Gp7/wFW 46YiGjvxERkvXk0Ogv4YmFBt/djTunP+AXJKVnYCKu7tGB+coG9rkIKjA1N5H0FB20iT 9mWsN/1Ek8Gy/A+swE6devn5hh4NkgbBPL2pt6sNl8aDGeNAG8GgbWAHDuwy38/VbaCH X/pqgcAvti5tsfFH4N4OR3q4RFhge6s3g0TkYA9X5pP5KpzXKABVhdPMkcj2S4LjwSTl ZNWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lR2rA3syRfYqNnvx4W87XPNX8FptLg6EEYcLwPJf6yQ=; b=Qsh6LgA9CpDqoPhQIDQVRlGFbfKkjjelGCha3hbgOOrTZcNiGk3wWXkGFI7EEcl2Gz 8z857NgM06mvw/6x8XiH8hNYs7mTOgK+AcJ9H2EMCIfCFk6+xgtW4BqG47kjuofzvcKG ePcT5GVaNkw/l4CKteQG7lbVKPlrD35XbsNYrUo5Gjpe6Ve+oFpDs/TJqq6FkHohJfpX 7kNeE3BFFiP3Wz+6ndAEoLjQmlSZQYjTGDbH3/4LnAoD0AtyITusEtG7CQLzQoi7BXXg wxpTSJZ1xdYuPhKxkMMwuSf+MZaGgBejZRpBxbu+Kql6Z9Vk9jKZFoT9dnaCVpPKS+sE Pw7g== X-Gm-Message-State: AOAM532E4MXt6NGyOI83JJZ18ykjYZc1q0MzOvQ/ZxcRBFECaKpJgSZi x7xzqmjEu9J6GXRw00QsHcHzJfY4z4E= X-Google-Smtp-Source: ABdhPJwCXzPRNu+wJ8CcJ6jAcRhKPTvSt2vnoclNbdogl/3IeJwCgudWq/EJnF+NmwMuec5RWnGprA== X-Received: by 2002:a17:90a:7645:: with SMTP id s5mr2903958pjl.125.1635817031701; Mon, 01 Nov 2021 18:37:11 -0700 (PDT) Received: from Laptop-X1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b16sm16867209pfm.58.2021.11.01.18.36.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 18:37:11 -0700 (PDT) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , Andrea Mayer , Coco Li , Paolo Lungaroni , Paolo Abeni , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , linux-kselftest@vger.kernel.org, Willem de Bruijn , Hangbin Liu Subject: [PATCHv2 net 1/5] kselftests/net: add missed icmp.sh test to Makefile Date: Tue, 2 Nov 2021 09:36:32 +0800 Message-Id: <20211102013636.177411-2-liuhangbin@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211102013636.177411-1-liuhangbin@gmail.com> References: <20211102013636.177411-1-liuhangbin@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org When generating the selftests to another folder, the icmp.sh test will miss as it is not in Makefile, e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests Fixes: 7e9838b7915e ("selftests/net: Add icmp.sh for testing ICMP dummy address responses") Signed-off-by: Hangbin Liu --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 492b273743b4..9b1c2dfe1253 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -12,7 +12,7 @@ TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_a TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh -TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh +TEST_PROGS += altnames.sh icmp.sh icmp_redirect.sh ip6_gre_headroom.sh TEST_PROGS += route_localnet.sh TEST_PROGS += reuseaddr_ports_exhausted.sh TEST_PROGS += txtimestamp.sh From patchwork Tue Nov 2 01:36:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 12597719 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83FA7C433F5 for ; Tue, 2 Nov 2021 01:37:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69357603E8 for ; Tue, 2 Nov 2021 01:37:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229497AbhKBBju (ORCPT ); Mon, 1 Nov 2021 21:39:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229571AbhKBBju (ORCPT ); Mon, 1 Nov 2021 21:39:50 -0400 Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CA83C061764; Mon, 1 Nov 2021 18:37:16 -0700 (PDT) Received: by mail-pl1-x630.google.com with SMTP id r5so13529244pls.1; Mon, 01 Nov 2021 18:37:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=a6qQ3h1Ch302HJfYHQZAmeh/lV7bJkSJ8DTpxUDtbRQ=; b=SJaDpOCewOOjGg/r8lShV9rtFcKbN2ng4rqtZtUVCnOrLZQjlmH79l1ew4hKFz9vYb DsnXhz5ISu2x6LgJVtVl1jrfIIOK687firrmhUsyw7WOr24Dk4dE8JL3aWZODoG1cOLg TJxohpgH0fVXkcA9pmD3ni6WreeTiysGy6vtXamNfhkpoiNlxYUMcf/09C7iBD04OBCN h/XusuvW0IEg1En9RxWDi7ysY0dPwOukxejb1XFGfGYfITGjwUy+gtVH4WVCoWp3dnmJ q4EUlheyg2PbU1XA9jTKsJDkTS0a9GljDvA5FIygEpDfe50Zqxz0PtJVdNL1Azvi4lxO huGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=a6qQ3h1Ch302HJfYHQZAmeh/lV7bJkSJ8DTpxUDtbRQ=; b=6iokPTiY906KjI3+3erDvSYwhiinrMLErECr9V8SKyT39zsBSd8L9F+fd9BbFHkur3 ynI2s1XK3/V/YdTGAjx8Q/uk1mlD37/n+45beGgA7Jr9CCV4MsvJ6CugnAUhUFaEzrGY X+WVx1bwlnCYNn+ffQbZiaXud61711f2dJNi5Ipt9v10oYGeQN2Uc8xMWNOK8RETuowR J2bOl/fr/82yan4/HbgBHLEq+f2PrsOaEiQrWhP40pYs5rg/71Lya5RPBfWL62N0BYux sYVge2KarfKBuXFk+2gUZYfjgwKbHIpfDkCWeTlQV/amKEmiLU7rfAxWZgz+D1uhrPF9 aiog== X-Gm-Message-State: AOAM533kBNjmtUGhmDVAG1pqhqv0DCBUuK8kL9sjoWHGHJJoRx5FmZHD lSuZRXNp47dE2U0c9/CO3X3wy7HIQtM= X-Google-Smtp-Source: ABdhPJywnvT3F0io2V647GR5Daz42BUH7K08OC9Bl0qJazYleaDmZXudY2vBZzhmy7/0W1tNpbnfmw== X-Received: by 2002:a17:90a:a389:: with SMTP id x9mr2923835pjp.167.1635817035769; Mon, 01 Nov 2021 18:37:15 -0700 (PDT) Received: from Laptop-X1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b16sm16867209pfm.58.2021.11.01.18.37.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 18:37:15 -0700 (PDT) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , Andrea Mayer , Coco Li , Paolo Lungaroni , Paolo Abeni , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , linux-kselftest@vger.kernel.org, Willem de Bruijn , Hangbin Liu Subject: [PATCHv2 net 2/5] kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile Date: Tue, 2 Nov 2021 09:36:33 +0800 Message-Id: <20211102013636.177411-3-liuhangbin@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211102013636.177411-1-liuhangbin@gmail.com> References: <20211102013636.177411-1-liuhangbin@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org When generating the selftests to another folder, the include file setup_loopback.sh/setup_veth.sh for gro.sh/gre_gro.sh are missing as they are not in Makefile, e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests Fixes: 7d1575014a63 ("selftests/net: GRO coalesce test") Fixes: 9af771d2ec04 ("selftests/net: allow GRO coalesce test on veth") Signed-off-by: Hangbin Liu --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 9b1c2dfe1253..63ee01c1437b 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -28,7 +28,7 @@ TEST_PROGS += veth.sh TEST_PROGS += ioam6.sh TEST_PROGS += gro.sh TEST_PROGS += gre_gso.sh -TEST_PROGS_EXTENDED := in_netns.sh +TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh TEST_GEN_FILES = socket nettest TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any TEST_GEN_FILES += tcp_mmap tcp_inq psock_snd txring_overwrite From patchwork Tue Nov 2 01:36:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 12597721 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C9DDC433FE for ; Tue, 2 Nov 2021 01:37:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E497603E8 for ; Tue, 2 Nov 2021 01:37:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229497AbhKBBjy (ORCPT ); Mon, 1 Nov 2021 21:39:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbhKBBjy (ORCPT ); Mon, 1 Nov 2021 21:39:54 -0400 Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E05EC061714; Mon, 1 Nov 2021 18:37:20 -0700 (PDT) Received: by mail-pl1-x629.google.com with SMTP id b13so2093532plg.2; Mon, 01 Nov 2021 18:37:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1n2x0oKAPYz3pWFJUDMqbyMzMmahNoyv8knA3ovY2+0=; b=SiBv18g07D1Lo7xOk1Y0/PnqCF1HCFw3ku/LHJ/Cy1SLM7QzuCfvLixjGx4PhyFI1Q RObva8Xf4jVjJfbyTatk9Tjm2TSz/DrISdSN+3VihMYPpcHa1c6tmm3Gyx0ciUrBJJZh y7jmEZthtGoRDYM0Ld+w6x6J4nkJh+WuhoZUH2NupPrZ4x1ZeQYCu41u+zVpAYd4OTg1 w86IcHSn6irvsZ+k01IrIPI5TPsZMMWJE2hgBHmRQX/oF4YXEbwVT9sll/J5VReGiCGH CYbInfP82M5lRGKCmwbVZK5QcpYd3Ljkh6RbHOzby4kiHWKpaSb2sbCvGMOrgUdKL1NQ vyoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1n2x0oKAPYz3pWFJUDMqbyMzMmahNoyv8knA3ovY2+0=; b=TSX3RaSkSfU4//H7CGtPpehD5F8wSHhVdl5NrJQL8rCfTevsqyvDAoP2jYswulK62M yljyFz4LjN5iYUR3YpNUasS0hPMv/s2XCIc3YyKkzN1nTVUJtsN9krAk7wTWurWb2WAG LsMIM70iijs3dJanUT2BH52A3viqlRVAot/nLOMstYQbCfKVdAWsWMNsQRgqbOruj0Eh ZskJJFUhCMbzGYpFNgT0ZYCD21xxDuwJoGaV0hRqj2Tjfo9JDJWlKUbGqNsznyc3t/Pj 61wTjcNAkkt2/qPMi2VQvpOH2Arru5RqskFGO1NbRx4iEC2aTf/LYlJVB6v2yfQfnxuz i8/w== X-Gm-Message-State: AOAM53254w15G1QbNR5K3U/CxGUN8/nDNceJmH/0Hy8ect5kM4YeHit8 jfvhL2CTuUVo7fOMSEmY0lNJpWLcXQ0= X-Google-Smtp-Source: ABdhPJymLYDW5kA1pE3mqFVtcJGNI3lfoDH/RdBc2cp1T3gKVz0G0g7esM2TLkuGmZUx73cwhzIAdw== X-Received: by 2002:a17:90a:7d11:: with SMTP id g17mr3046827pjl.150.1635817039837; Mon, 01 Nov 2021 18:37:19 -0700 (PDT) Received: from Laptop-X1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b16sm16867209pfm.58.2021.11.01.18.37.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 18:37:19 -0700 (PDT) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , Andrea Mayer , Coco Li , Paolo Lungaroni , Paolo Abeni , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , linux-kselftest@vger.kernel.org, Willem de Bruijn , Hangbin Liu Subject: [PATCHv2 net 3/5] kselftests/net: add missed SRv6 tests Date: Tue, 2 Nov 2021 09:36:34 +0800 Message-Id: <20211102013636.177411-4-liuhangbin@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211102013636.177411-1-liuhangbin@gmail.com> References: <20211102013636.177411-1-liuhangbin@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org When generating the selftests to another folder, the SRv6 tests are missing as they are not in Makefile, e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests Fixes: 03a0b567a03d ("selftests: seg6: add selftest for SRv6 End.DT46 Behavior") Fixes: 2195444e09b4 ("selftests: add selftest for the SRv6 End.DT4 behavior") Fixes: 2bc035538e16 ("selftests: add selftest for the SRv6 End.DT6 (VRF) behavior") Signed-off-by: Hangbin Liu --- tools/testing/selftests/net/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 63ee01c1437b..8a6264da5276 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -28,6 +28,9 @@ TEST_PROGS += veth.sh TEST_PROGS += ioam6.sh TEST_PROGS += gro.sh TEST_PROGS += gre_gso.sh +TEST_PROGS += srv6_end_dt46_l3vpn_test.sh +TEST_PROGS += srv6_end_dt4_l3vpn_test.sh +TEST_PROGS += srv6_end_dt6_l3vpn_test.sh TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh TEST_GEN_FILES = socket nettest TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any From patchwork Tue Nov 2 01:36:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 12597723 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B13B0C433EF for ; Tue, 2 Nov 2021 01:37:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B47260F6F for ; Tue, 2 Nov 2021 01:37:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229497AbhKBBj6 (ORCPT ); Mon, 1 Nov 2021 21:39:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbhKBBj6 (ORCPT ); Mon, 1 Nov 2021 21:39:58 -0400 Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 887DFC061714; Mon, 1 Nov 2021 18:37:24 -0700 (PDT) Received: by mail-pg1-x530.google.com with SMTP id q187so18768576pgq.2; Mon, 01 Nov 2021 18:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5JDyS5CAKwG5Y6+tDdMQwQqLQjUNY4N1DKo4QMNkQbs=; b=jufqpSQBUpcOd5DwrW9/5JDvhzI+N4eJ52XBWps5nmuQ1F8cxKrRNMH71FgXY19aFA a+/CI5z3VcszpyZmgxR9ty4zBDYuKATagX5o89mVPM937XeMfLq2JPbmlrbGvg1cgwlL jqiBf+rurgfW3fwG3LRSKCHlVN6fZiws7/21GtpYs/27xSPt/LeTfN+UgLJhi67q+Lhw K4UJ5VSHLC4W4DMFd+TpCNr8/Io1AaiOqgVFYxiRybs7GrA1s7Pt8Wsob48qBLnN8j81 suYNNcolwgLrUwfw+x6OrSKcz9ApuNErCj45GjNmDg3skrreHKAK3CIFifKo7PGjtFfr 76cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5JDyS5CAKwG5Y6+tDdMQwQqLQjUNY4N1DKo4QMNkQbs=; b=6wFpJ4rhEv7dxV1OL29r1U1BWohBmnmGWLtNIEBdmBtIglaqWTvw8NUpM1fh9Mh3OC GS9TpFpg8/oTYL5r5DvRvRHP7kzQoxzLFjrBU3H+1if1u0Vpvtp2A2suHHDg7XCgxOJT jCziZIFmIBAQod4hczrFQI6aBhfGWObMu0/PZXPGjEmM8XN2aIwm3ljK4RotbUsaWleJ FF2UMKZDrv3tDK7iOlVZ65MXdOUTSUlIddHKVVVmNMK2P1I/O7Ax+u98BGu5p+66SSWf bJMifN9yoTYY+b86GWe91Xt5j4plUQUvpbAwXI+2xEdjGYF/j6lSFFrSnKko4nysLnM3 wz8A== X-Gm-Message-State: AOAM532T+HeoVXB8b6mqmnzV3PVH/cv0l/9/oz0NcPcz9aUPwHQHA0VD xg9c5n/d5GZCm+qhGw6qxg/aOWf3SHM= X-Google-Smtp-Source: ABdhPJyzw0J9ALoG9USSIE4SiMKLlCjxPo46PEi4AtN5CLuFG/LJvnbf9WxS4wVl/VY1U+F50zzwAQ== X-Received: by 2002:a63:7f0f:: with SMTP id a15mr25137653pgd.9.1635817043945; Mon, 01 Nov 2021 18:37:23 -0700 (PDT) Received: from Laptop-X1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b16sm16867209pfm.58.2021.11.01.18.37.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 18:37:23 -0700 (PDT) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , Andrea Mayer , Coco Li , Paolo Lungaroni , Paolo Abeni , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , linux-kselftest@vger.kernel.org, Willem de Bruijn , Hangbin Liu Subject: [PATCHv2 net 4/5] kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile Date: Tue, 2 Nov 2021 09:36:35 +0800 Message-Id: <20211102013636.177411-5-liuhangbin@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211102013636.177411-1-liuhangbin@gmail.com> References: <20211102013636.177411-1-liuhangbin@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org When generating the selftests to another folder, the vrf_strict_mode_test.sh test will miss as it is not in Makefile, e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests Fixes: 8735e6eaa438 ("selftests: add selftest for the VRF strict mode") Signed-off-by: Hangbin Liu --- tools/testing/selftests/net/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 8a6264da5276..7328bede35f0 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -31,6 +31,7 @@ TEST_PROGS += gre_gso.sh TEST_PROGS += srv6_end_dt46_l3vpn_test.sh TEST_PROGS += srv6_end_dt4_l3vpn_test.sh TEST_PROGS += srv6_end_dt6_l3vpn_test.sh +TEST_PROGS += vrf_strict_mode_test.sh TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh TEST_GEN_FILES = socket nettest TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any From patchwork Tue Nov 2 01:36:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 12597725 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40646C433EF for ; Tue, 2 Nov 2021 01:37:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 254F961053 for ; Tue, 2 Nov 2021 01:37:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229803AbhKBBkI (ORCPT ); Mon, 1 Nov 2021 21:40:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhKBBkC (ORCPT ); Mon, 1 Nov 2021 21:40:02 -0400 Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4314C061714; Mon, 1 Nov 2021 18:37:28 -0700 (PDT) Received: by mail-pl1-x630.google.com with SMTP id t21so13492473plr.6; Mon, 01 Nov 2021 18:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2wJSCm4mTIxO9BKENLHwFcyBgURfxQfwV9J5UNHWgiQ=; b=ACSg5eZuRvHZSNPFtBHnuPrTp04GGzDJj0iLrtszSTC8tawgrscFFIcGtk1cIPRBTg 3FDOpziZSFqmVh5ILERvg0M3stOS+QuRDBp+mWuB27EBZ2uxKW+ifLJW87p43gHy6Pji nVDp7tl3i3uFiVjB+kNt2QHfiVa+a9F9wBI7JowCE/ds21gvqAvC/mKv/IztBsTkfe3F MKvJZlwqDxv/Uss4xiZgYs7erBm/qFpor/hYJxKiotPePSLm+lz8nx84frVv0aBdfKcE pr6lLf2SeMQAFjVTxABA6ZVopgVcywcH6bPRRNrX796jenkzm/suSohoU5x6Jx0twgdq 5RPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2wJSCm4mTIxO9BKENLHwFcyBgURfxQfwV9J5UNHWgiQ=; b=o1lbMv2nPs6znxJqyUoCgR93mFU3ANPMFOi7CNt+PakB9P97pnpnBG+mHMGxbdqyJx r0/wrxgUyha5ZbatsbFFRcFcX4V5BJBR2Kh3kjMeF6cuPyAiYNWko2s/6Tqg7G812CrW 0jMYEelHA/sXlQgVwPDHnqYSNRiqvi9Y3iWKFPFVSMxd51mmFlftT+zyxGcIRb0t+t0v u+6+2EBVLPw0+QQxVsQrdZQWdrjtm/GPQP0HwBWH89qEZiHTehbaCbLLMz4dNO1B/d5w a1fFkI4CMxkrKorob4nsxvjKus0Bvhl2Bbnf9/Sm+FmchcTPfdsbVPKePw/ZfeXV+FBh Wdgw== X-Gm-Message-State: AOAM530oQNAl0k3Sk1tBOyfMkdVUXVDahywImtARUl0NmH0E5hio0CYf 1z/I/mAhfpg++uVl8MMKkhChJqSKzqA= X-Google-Smtp-Source: ABdhPJyCi5AgvjVgLGH31497o821fgb3cwKF73E1yatdBsm7P6dXdPGXwf5jgMmu9rMy9AtsuiBR9w== X-Received: by 2002:a17:90b:110d:: with SMTP id gi13mr3004208pjb.1.1635817048222; Mon, 01 Nov 2021 18:37:28 -0700 (PDT) Received: from Laptop-X1.redhat.com ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b16sm16867209pfm.58.2021.11.01.18.37.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 18:37:27 -0700 (PDT) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , Andrea Mayer , Coco Li , Paolo Lungaroni , Paolo Abeni , =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= , linux-kselftest@vger.kernel.org, Willem de Bruijn , Hangbin Liu Subject: [PATCHv2 net 5/5] kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile Date: Tue, 2 Nov 2021 09:36:36 +0800 Message-Id: <20211102013636.177411-6-liuhangbin@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211102013636.177411-1-liuhangbin@gmail.com> References: <20211102013636.177411-1-liuhangbin@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org When generating the selftests to another folder, the toeplitz.sh and toeplitz_client.sh are missing as they are not in Makefile, e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests Making them under TEST_PROGS_EXTENDED as they test NIC hardware features and are not intended to be run from kselftests. Fixes: 5ebfb4cc3048 ("selftests/net: toeplitz test") Signed-off-by: Hangbin Liu Reviewed-by: Willem de Bruijn --- v2: move the tests under TEST_PROGS_EXTENDED as Willem suggested. --- tools/testing/selftests/net/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 7328bede35f0..6a953ec793ce 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -33,6 +33,7 @@ TEST_PROGS += srv6_end_dt4_l3vpn_test.sh TEST_PROGS += srv6_end_dt6_l3vpn_test.sh TEST_PROGS += vrf_strict_mode_test.sh TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh +TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh TEST_GEN_FILES = socket nettest TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any TEST_GEN_FILES += tcp_mmap tcp_inq psock_snd txring_overwrite