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 8A46AA0C43; Wed, 20 Oct 2021 23:44:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2886F4118F; Wed, 20 Oct 2021 23:42:58 +0200 (CEST) Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by mails.dpdk.org (Postfix) with ESMTP id 668BC4117D for ; Wed, 20 Oct 2021 23:42:53 +0200 (CEST) Received: by mail-pj1-f42.google.com with SMTP id nn3-20020a17090b38c300b001a03bb6c4ebso3413753pjb.1 for ; Wed, 20 Oct 2021 14:42:53 -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=F9FiEgdLAbx3EC93/roZrUP061E06JdouKWS+nDG1e0=; b=oa6BMB2e+fJGr4MMMuAQmmX0V6slEBMSmUmHHTbhQbPP9zpVcjvluOho+cT2zxhPgx cSJ2n+YIKQAQuydTPSy1sjNShRvkLrj7OP5eGFLY5DhYgv0uRkHK5In5yZdOU79mfRVW isQIKSCQoPGCgdcptaJKHpbNnsKFrJyp0Q+ac1VBbKf9KgPLpiPlC63V0HjmKCx5k9Do uR+UvKV+rpjobQL52io+dmcBRrNPVbzqlT64R3h+ebhgBV700MaRn/GfLtA0DblwqOdL wRTSb7duNoNx2nAcb4HlzECKQpuT+LOSwuN+Da3UABHPy6WKA00uPjyThRw8Uwmd4cSg bmzQ== 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=F9FiEgdLAbx3EC93/roZrUP061E06JdouKWS+nDG1e0=; b=y1n8INhj4cTYmWTXQAMwyP7R8gqesHkUMGSVyuHJBvgtEqk9AjSbkYFtwX/4Q38x1q avQtHi+NnkHCu1RmSvZqOhxKbJ1Z3tUUIKWyKBKoJzq9Ws17o1mIkTn+ObmlZJ+F6UUW q3kqoWCUv6obSzHnPtDkKAUD1pzOhhUEXXvdFIq1WvGrhmTE4n3AOzZ3uKPygcSvmyIn 8sWQBpPJe7tJKznI/w3fe6puDPb+mpNS6tcI65RCltq39whBT1AuCViiUflGvRLcZg7s FIV35pN8dwp9pTRQdisCXPfgrFCjaKL11UBWC7Pv8PxLx4rAUKYJfUtr5wNhdW6J3Eqh n3JA== X-Gm-Message-State: AOAM533fNbHpwoNIHw9sin8UHxIV1kb37/N9xvsXIVyscvuGXI5qyfrt PIG/p5du752Q3CJXB2EAX1rUK0WZau7FjA== X-Google-Smtp-Source: ABdhPJxRuC1CMyWvltdymH0U6me1EQdKbw5SIyaY7HiIxoRs2mIwoOXieyxA/8DUnntb5UtJwk1t7g== X-Received: by 2002:a17:90a:fa2:: with SMTP id 31mr1664420pjz.175.1634766172210; Wed, 20 Oct 2021 14:42:52 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id d20sm3304480pfl.82.2021.10.20.14.42.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 14:42:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Wed, 20 Oct 2021 14:42:34 -0700 Message-Id: <20211020214236.71444-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211020214236.71444-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211020214236.71444-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v15 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 08de1c3d82b4..95b9d3447e08 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -197,6 +197,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