From patchwork Sun May 30 11:40:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Sukholitko X-Patchwork-Id: 12288193 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=-19.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham 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 5AA8CC47092 for ; Sun, 30 May 2021 11:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33F10610A8 for ; Sun, 30 May 2021 11:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229810AbhE3Lng (ORCPT ); Sun, 30 May 2021 07:43:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229815AbhE3Lnf (ORCPT ); Sun, 30 May 2021 07:43:35 -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 25796C061574 for ; Sun, 30 May 2021 04:41:58 -0700 (PDT) Received: by mail-pl1-x630.google.com with SMTP id t21so3810858plo.2 for ; Sun, 30 May 2021 04:41:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version; bh=TAINPRRmla0reY88vwQG6mtIteaES6rrbw3JM4BRtfc=; b=G/VvGw6YqNzuX49pBVH8gECZe2SQjPgeFN6SsfmpfIoEqSq2+DaHh+zsTfKPL+CNR/ 01Woh0UbDlZos/N8Tb0sr1/6vaPqDr2uxgO+w4VHdW7RadiQJ5lK4LxPI0xflQg8Be33 qVf4/JywQPsVIPjGQSxTQnI5ZhYqXyPZwHY3U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version; bh=TAINPRRmla0reY88vwQG6mtIteaES6rrbw3JM4BRtfc=; b=rutQs2AqQxc4h6vTmLjS9L4jcxPqzT7c+91u3Zb1EZMLHPTwX6ub4RwN+wBf5fgw2C 8guVMV7ZZhk7/RtO9/crtpua/xtntzMZ+2zzbFO/GykxuLFJ9dR5eXoAQltVomVN1SYa JDgbFUm39H5f77U1A5J3FHlOxThSXW1Y0vscjGV16/wyrGX9pBJV91K4OJZQERPghIMw +ADyYTT8MizZWNjTGm/nPbPLmZdAwKy2pj/fnbhkJTH9O2S9sDwzW1HTxAW1OVQzx4c4 x6WKBlG7oNW3o9E9zjaIfQY0Zn/DNGOuh/h0/QJE9T0Wvj1W1BOA+AY2RPekgnV/+olx 5OOg== X-Gm-Message-State: AOAM530ovZ9BFPjm9H6z+At5tBaNPdWjvT3WaXulChhVmA4kujK9PjSC j0H1+bz/o9VPIc6oCBB3I1lB6g== X-Google-Smtp-Source: ABdhPJx4xTut+yHm4h8qMCmSFgLyw60mUtmmpsUZ0a6cjaIwlAv2M3yqw6LlQvVf/0OI6e8HEOsOXA== X-Received: by 2002:a17:90a:d313:: with SMTP id p19mr14232222pju.175.1622374917665; Sun, 30 May 2021 04:41:57 -0700 (PDT) Received: from localhost.localdomain ([192.19.250.250]) by smtp.gmail.com with ESMTPSA id o17sm8126093pjp.33.2021.05.30.04.41.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 May 2021 04:41:57 -0700 (PDT) From: Boris Sukholitko To: netdev@vger.kernel.org, Jamal Hadi Salim , Jiri Pirko , Cong Wang Cc: linux-kselftest@vger.kernel.org, shuah@kernel.org, Ilya Lifshits , Shmulik Ladkani , Jakub Kicinski , Davide Caratti , Boris Sukholitko Subject: [PATCH net-next v3 3/3] net/sched: act_vlan: Test priority 0 modification Date: Sun, 30 May 2021 14:40:52 +0300 Message-Id: <20210530114052.16483-4-boris.sukholitko@broadcom.com> X-Mailer: git-send-email 2.29.3 In-Reply-To: <20210530114052.16483-1-boris.sukholitko@broadcom.com> References: <20210530114052.16483-1-boris.sukholitko@broadcom.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Because explicitly being set, the priority 0 should appear in the output. Signed-off-by: Boris Sukholitko --- .../tc-testing/tc-tests/actions/vlan.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tools/testing/selftests/tc-testing/tc-tests/actions/vlan.json b/tools/testing/selftests/tc-testing/tc-tests/actions/vlan.json index 1d9d261aa0b3..7467021b31ca 100644 --- a/tools/testing/selftests/tc-testing/tc-tests/actions/vlan.json +++ b/tools/testing/selftests/tc-testing/tc-tests/actions/vlan.json @@ -445,6 +445,30 @@ "matchCount": "0", "teardown": [] }, + { + "id": "ba5b", + "name": "Add vlan modify action for protocol 802.1Q setting priority 0", + "category": [ + "actions", + "vlan" + ], + "setup": [ + [ + "$TC actions flush action vlan", + 0, + 1, + 255 + ] + ], + "cmdUnderTest": "$TC actions add action vlan modify protocol 802.1Q id 5 priority 0 index 100", + "expExitCode": "0", + "verifyCmd": "$TC actions get action vlan index 100", + "matchPattern": "action order [0-9]+: vlan.*modify id 100 priority 0 protocol 802.1Q pipe.*index 100 ref", + "matchCount": "0", + "teardown": [ + "$TC actions flush action vlan" + ] + }, { "id": "6812", "name": "Add vlan modify action for protocol 802.1Q",