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 67C8AA0C4D; Fri, 15 Oct 2021 22:12:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9AF5E411B3; Fri, 15 Oct 2021 22:11:55 +0200 (CEST) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id EAC324003C for ; Fri, 15 Oct 2021 22:11:51 +0200 (CEST) Received: by mail-pj1-f44.google.com with SMTP id na16-20020a17090b4c1000b0019f5bb661f9so8150806pjb.0 for ; Fri, 15 Oct 2021 13:11:51 -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=FAtqOgGPiBCSylByvrnU7AL49CfobmJrC+wMvMHs0YI5Zfhoe1KmQNJ44ChS3cx5FY hdLkK5e4sy78HtIaHeywS5hgOG1bWN4qcmVUBIcmmWE84q679qVcO8GkDZIgHSkEkhAS 7HZLCP4D3dp/U76PZiXPU23Lr1mQoSaNmuZK3QXGD8YvzxLW1e3YEWeNrnby/uJZaKV0 H68APHlKxUllm4v1w1w2+FOkLHEecPisGTCpKk97nYIXQev+jonqmRL89ISByKdBgeR7 cd7pfyV3t3EdEM12DHQOljhDz3RzpW+mCa7Z6hu5VooUd5SqGI+9QtuCRbscih+9vvlY fxeQ== 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=FyMpDB7fOBM6kZ+alKbmlecI5z8rWh8l7e3hvqrIuNI9V6iccuUOA3+nnay+blSind KLHdSi35Qr2lK3qtJkTwqjlBNirqftQ+MWqftqbAvLmV4Mf7QPkF0kSBbCAWLANKYrXz ZHc0j6B6DMrB+upwRz25xj80DuMLRUjE19b2WbFH5iPATLfwW/xepE9jd6GEh7sGqdn+ ckfFS7jrtrjPpsTcjJFi/b1A0jplEYp1NpzXeZoCMdXS8jcHO0rXgm5JwFwnmhxgfgbu Jmqz+Vw2+g0RSHGRrTbj7K0CKQtiEXL9UpwMO4subRgmWvh+8CJDFXGTcnya+8dfRcsJ vo0A== X-Gm-Message-State: AOAM533L2gJ4oCgb3Lye8hXGK20zSamAckzyBj722thogP4Gmmt4H1me S5Fn3Pgjq2tOdl6HIEN8pRcDtd/vEuqGxA== X-Google-Smtp-Source: ABdhPJw/zHtruuj3HyssImg+Rn23z3c2OId9fPdzTvzXrfuKrW24TBUJyMPTVeUdTyqdZGH4Qd5Y6w== X-Received: by 2002:a17:90a:428e:: with SMTP id p14mr30232479pjg.229.1634328710828; Fri, 15 Oct 2021 13:11:50 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id g4sm5250456pgs.42.2021.10.15.13.11.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 13:11:50 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Fri, 15 Oct 2021 13:11:27 -0700 Message-Id: <20211015201129.63220-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211015201129.63220-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211015201129.63220-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v14 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