From patchwork Fri Sep 24 15:22:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 99632 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 996B7A0548; Fri, 24 Sep 2021 17:23:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AADFE4136A; Fri, 24 Sep 2021 17:22:38 +0200 (CEST) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mails.dpdk.org (Postfix) with ESMTP id 1762641339 for ; Fri, 24 Sep 2021 17:22:28 +0200 (CEST) Received: by mail-pj1-f49.google.com with SMTP id gj8-20020a17090b108800b0019e8deab37bso1414760pjb.5 for ; Fri, 24 Sep 2021 08:22:27 -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=JmYpUK+splkuju07l+nJgBXHXn15JO+cBFCf2w/FyTs=; b=jjJUYOiOPbqx09hUK53M4uo90u91ebf4SoPjDSqhcHnQVJ4CynxaAUOabYjbeDXcKu g6mR4I0YZ8jsm0oGpycS3e9TDEUhCL4V3YdDtXbXqDcN5lV8Lh5Z3sARbK/HF39cQV+H 3LZAPIJl61vMtHm78Pb8xIsyoiLgBAqRpbyewVss7HPc9epEw9RnbRNtbckAvo58hto9 T4j3OokQ0IzCJtVhgGhUc9J5pTxHJsgabaOXegFKWEEftIMlxEw/hdSZW6UL2lrR3RhP /owuTGBorEDh8r1hmsqltAbXMazb4VJ/vWmudax5LdcwREsOayKAcZcnNeFVf7CuNA3U JAlw== 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=JmYpUK+splkuju07l+nJgBXHXn15JO+cBFCf2w/FyTs=; b=swq3CkoUMfCuG+r0VhamzIW71DWH16snGVAvbVQMisDUudO9i5mlEas6P3XiNvdlzk jQlaNP+I3LytVdrJlxG9iOZNnY4OefVH3u/cCwIeLyxTbqqS0UV7kuaXxTlpnbjIBZtH CpVTDoNZtgf74Rsr5aWGfIT4OY7ACVB519y2jXx41KiWKBBsNYpy937V+ilQKQ1kHCS/ 8Oj0JH/+INJY822F+fK16xQSYKzpOoPg+eYAu1Wbt5doqfiZ0eenJKQXIpA/b0Ujyg3H ytx40MLQoL/QyG6iPqc/wto8jUP6BTgiNrFXJkvHYl8jC15W+0j08yA2eREvg0/WpZRT oKaA== X-Gm-Message-State: AOAM530jNyBVcreLtREe8Gwo8freBJNF/rw9A+u1wbbcbt7iAkA14oKN Jy7yl2TE6z/kgtnGl23rt53Vx67K88IoeA== X-Google-Smtp-Source: ABdhPJziZXcaMfK7Lox9NgblMp+8slVymSxmnAGrscrKKY1HqmbewxTgfTGYxWd+2ta0kZtWjjaPRw== X-Received: by 2002:a17:90a:ea0a:: with SMTP id w10mr2980254pjy.32.1632496946823; Fri, 24 Sep 2021 08:22:26 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id v2sm8587493pje.15.2021.09.24.08.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 08:22:25 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Fri, 24 Sep 2021 08:22:00 -0700 Message-Id: <20210924152202.7592-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210924152202.7592-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20210924152202.7592-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v11 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 8cf41021deb4..ba7d568bf330 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -193,6 +193,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],