From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC862A0C43; Fri, 15 Oct 2021 20:30:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D2AA4117F; Fri, 15 Oct 2021 20:29:26 +0200 (CEST) Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mails.dpdk.org (Postfix) with ESMTP id 865ED41122 for ; Fri, 15 Oct 2021 20:29:22 +0200 (CEST) Received: by mail-pl1-f172.google.com with SMTP id y4so6945465plb.0 for ; Fri, 15 Oct 2021 11:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vM9h+0IvzGZ+Xeo52OCZMhew20RR2f1wlCeR6uFWLbY=; b=VKeXcVSvoDGQXqXESBEAljOM1JOecj7PMAJzivwkMY6Rym/RktrChttxvlfFYMIj6l eicPpA6OPzNFO+qp5dEMyH4k8qN7+lKsQO6QViR+oXmB3XA3Ob4rZd9eukbyMdm/x030 T25skXqi1vkpV+2gpPRNl/6Dy+oj8Ulc5yDC4zkdb34wOB/VV4oSH930UqV2hUdCRbmb cCaQVbVaV/pa16SomoKlxJb0NX96mHjAQeWWhJq1TzGtY9M1u7j3R0OQbo2PKndpgwYp k+a9f4U/lCtCynzrK6YK+RKEMh10rYKd+MhCxNLVH8yUpeKzzXowomJn39oA7N4p7Dc5 BLLg== 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=vM9h+0IvzGZ+Xeo52OCZMhew20RR2f1wlCeR6uFWLbY=; b=nyoxmPbSqT+oB6kRlzfkH/DisIvQZq9v607Q/vMk3NHLDmMfDuCTxdsn+5OsPtoUZh /CmwR9F7BmVY2hz/JDW9xPpNXHEC+3p8O5ZNtoLUH0fUW8MstIIFLiF5YYjqUFd8fcLB rANZroBaTgBE99AnRQ6+p1xjmyDeLForqFR+Nb/8tZnQq7k+Kr7ZLWWepMzYjLRdhZPp UrRV/Uh/o9gEUMMIXGKELOciKGEmU5NKL8f/sptsJr9ylAyCrNOisoNbRKImI5c7CdP+ wvk+21HNQpGAHDzD9A3I4uxt/ikOkqyG9K951GeuCNUyZWnseO7dOhctTkczAs7slhVN rmEQ== X-Gm-Message-State: AOAM531j0+nSiG/CphejZnojVXTn7w9JpWLu8y851Br8t1Ol+lBO2qqV MaGgJ46ltuc746IcJ/fLHbdaz5UQkYIWhw== X-Google-Smtp-Source: ABdhPJww6B/7LbqHn9iuMvZcvHOgw2Lsrme/5rXLmnsK5Ixw5Sasjqfj3kIR/Jav261hL3MTqMwnsA== X-Received: by 2002:a17:902:9b8d:b0:13e:b693:c23d with SMTP id y13-20020a1709029b8d00b0013eb693c23dmr12467806plp.11.1634322561353; Fri, 15 Oct 2021 11:29:21 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id p189sm5526545pfp.167.2021.10.15.11.29.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 11:29:20 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Fri, 15 Oct 2021 11:29:01 -0700 Message-Id: <20211015182903.52615-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211015182903.52615-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211015182903.52615-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v13 10/12] test: enable bpf autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The BPF autotest is defined but not run automatically. Since it is short, it should be added to the autotest suite. Signed-off-by: Stephen Hemminger Acked-by: Konstantin Ananyev --- app/test/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test/meson.build b/app/test/meson.build index 56863f97acbb..aa298e971401 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -194,6 +194,8 @@ test_deps = [ fast_tests = [ ['acl_autotest', true], ['atomic_autotest', false], + ['bpf_autotest', true], + ['bpf_convert_autotest', true], ['bitops_autotest', true], ['byteorder_autotest', true], ['cksum_autotest', true], -- 2.30.2