From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0318EC4361B for ; Fri, 4 Dec 2020 11:53:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A754622AEC for ; Fri, 4 Dec 2020 11:53:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730051AbgLDLxd (ORCPT ); Fri, 4 Dec 2020 06:53:33 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:31024 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729947AbgLDLxd (ORCPT ); Fri, 4 Dec 2020 06:53:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607082726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=S28IWYpmMbvljShisgwF1Sds0GijR5zbQJ0B1oiVu4I=; b=AOH1ik1QFQphqfMc6ia2lKapqQYT/U64er3z+pnTYf2cq2bWSzfLY3Q+X5JMDLfxrOsTPJ n4fz9EWd0T/Iyf6xgnvI4iV5kv48bhyvM71TrPVl8KN5VUX+S/khwF1E/89tAh4/1gVdqD H2BRZlQZrCdOC3/rF7vlhOPVtSfbiOI= Received: from mail-ej1-f70.google.com (mail-ej1-f70.google.com [209.85.218.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-315-mGUbP2ZLNeWIjT4L1XPS9g-1; Fri, 04 Dec 2020 06:52:04 -0500 X-MC-Unique: mGUbP2ZLNeWIjT4L1XPS9g-1 Received: by mail-ej1-f70.google.com with SMTP id z10so1973625eje.5 for ; Fri, 04 Dec 2020 03:52:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=S28IWYpmMbvljShisgwF1Sds0GijR5zbQJ0B1oiVu4I=; b=oJVH9VAfErx8JE2/Sbbty/s55fxvjryhkBA5472B9GHYlquCsoK/Z8/MIQlAwk7Ol6 VJv9HFQzn5+S5ZkRXEsCtzaeYn5SKFne/oRI+vSKT9WvpAnaHMRNs1ju6SfxnVtAIXqc 7JhMYfX8lWZ28ObNjH70q/hY3zaPBSGpI16bIKywula9ay74vAO73kkrGrnPtIKBqGpj RVZWXWVdDjWaxQGE2eMoEP7gcudc+Kh86wcLUd331K33hplM2cF79Sp1dL0dltMpHM04 oewhNepynIwIN61b/uugpdGS20NUurC/MjdNFClYBHcz52w46p7gXXIh/yPdNxYZWi5r Ff3A== X-Gm-Message-State: AOAM533joPkcPYj1Ivq9avAsgrxpdv2neD1vsha74qTLSeL9HIoc2+0H NAiD/MnPNVGANp2v6gnmMO5nBLJoAtlG8Z45DOfzAGbzbIjn0Xx5S5YvYkNsgiHVxpghjuIGKqj ko/59QcnuN87o X-Received: by 2002:aa7:db01:: with SMTP id t1mr7136307eds.185.1607082723561; Fri, 04 Dec 2020 03:52:03 -0800 (PST) X-Google-Smtp-Source: ABdhPJydWNhM9OGBmoWFurBAWqUsCG+7QPy6zB87nj6ko9cEAEqVbwTS+2jTkztJCQPYTHSUbN60pw== X-Received: by 2002:aa7:db01:: with SMTP id t1mr7136286eds.185.1607082723326; Fri, 04 Dec 2020 03:52:03 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk ([45.145.92.2]) by smtp.gmail.com with ESMTPSA id q24sm3299903edw.66.2020.12.04.03.52.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Dec 2020 03:52:02 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 42343182EEA; Fri, 4 Dec 2020 12:52:02 +0100 (CET) Subject: [PATCH bpf v2 0/7] selftests/bpf: Restore test_offload.py to working order From: =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Jakub Kicinski Cc: "David S. Miller" , Daniel Borkmann , Alexei Starovoitov , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Jesper Dangaard Brouer , "Michael S. Tsirkin" , Romain Perier , Allen Pais , Grygorii Strashko , Simon Horman , "Gustavo A. R. Silva" , Lorenzo Bianconi , Wei Yongjun , Jiri Benc , oss-drivers@netronome.com, linux-omap@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org Date: Fri, 04 Dec 2020 12:52:02 +0100 Message-ID: <160708272217.192754.14019805999368221369.stgit@toke.dk> User-Agent: StGit/0.23 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org This series restores the test_offload.py selftest to working order. It seems a number of subtle behavioural changes have crept into various subsystems which broke test_offload.py in a number of ways. Most of these are fairly benign changes where small adjustments to the test script seems to be the best fix, but one is an actual kernel bug that I've observed in the wild caused by a bad interaction between xdp_attachment_flags_ok() and the rework of XDP program handling in the core netdev code. Patch 1 fixes the bug by removing xdp_attachment_flags_ok(), and the reminder of the patches are adjustments to test_offload.py, including a new feature for netdevsim to force a BPF verification fail. Please see the individual patches for details. Changelog: v2: - Replace xdp_attachment_flags_ok() with a check in dev_xdp_attach() - Better packing of struct nsim_dev --- Toke Høiland-Jørgensen (7): xdp: remove the xdp_attachment_flags_ok() callback selftests/bpf/test_offload.py: Remove check for program load flags match netdevsim: Add debugfs toggle to reject BPF programs in verifier selftests/bpf/test_offload.py: only check verifier log on verification fails selftests/bpf/test_offload.py: fix expected case of extack messages selftests/bpf/test_offload.py: reset ethtool features after failed setting selftests/bpf/test_offload.py: filter bpftool internal map when counting maps .../ethernet/netronome/nfp/nfp_net_common.c | 6 --- drivers/net/ethernet/ti/cpsw_priv.c | 3 -- drivers/net/netdevsim/bpf.c | 15 ++++-- drivers/net/netdevsim/netdevsim.h | 1 + include/net/xdp.h | 2 - net/core/dev.c | 22 +++++++- net/core/xdp.c | 12 ----- tools/testing/selftests/bpf/test_offload.py | 53 ++++++++++--------- 8 files changed, 60 insertions(+), 54 deletions(-)