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 367B5A0032; Fri, 1 Oct 2021 18:32:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C141041221; Fri, 1 Oct 2021 18:30:55 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id BD24A41202 for ; Fri, 1 Oct 2021 18:30:52 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id p1so2348624pfh.8 for ; Fri, 01 Oct 2021 09:30:52 -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=Sf53enDfyv4sdQBVxqh2FY6ef0MXJL/btk5hTIrU64DdCs3iEbXpXlBdjJ3J50oVIn xAcpoJSdMWN0VBbPXdJbjA9BNPZyqzugsKRFfgTHgLYAujKuVnVOP/QeDX6xRIELIn4Y thjdGEmK9LkRu8ethnSU0mdn8jR12xOViCMf3o/TJBu113fZGjOpkr40WsLBE/8XXTde ifJ8FmnSpSUYDSi+l52sbjHOEdyLjXxRZy8kA6g5sG8bHalFW2gDvt1jYjdEOUnejc+A PpsFN3s4FlCYVMpS09fYIzK1ZGfsnhf/OC4FPnY9m+mMWSP775lVFJWid6UGkjPgXv2a taSw== 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=snM5aJW4IEFt7RJQi/sD2sbx2PA2akK6goWn6efxahcT7rR/Hnu4sDcXuKBekMve4d AY1tK0wyoGoZ6u9AFclWpD3YNhtO04tAA5U8W9H1inb9sJtJVZEETWFNdwNFXRElVI3q Efj4AvIdQVFut/CK+gE+6qglUpBvWkVZzDVWVYO77SUgkhjJHerhMl0MFcjq8wbKaA5U qtB3HmXVW4UX1PUv8XBm/QmvJj4GT8AwRU0SCdjVwNmvza6iCmOXO+Ee0RMshnVaxlem Vtr1WpiAkHZ6/Vk3bYk/SleE95h/EezJN6DS9u8zuJSRw6Wvk6aJJuFnCfO9vlyQ9CwU lKrQ== X-Gm-Message-State: AOAM533gbHbEUQgyBrEhrPdbwZWlPdwCsj2OVN3fEhFpJQQDw4rJdjPr 4BsMXcUvLFAXtkl/KmxLkuiJjBA1CIGdFpyj X-Google-Smtp-Source: ABdhPJw6almqtL0EfUWOVzNumMNp82uzaq5p6dJqPGa/bPQMBcPaWZXoDvOneA0dcwtzvtLAcpczug== X-Received: by 2002:a63:67c3:: with SMTP id b186mr10332711pgc.229.1633105851514; Fri, 01 Oct 2021 09:30:51 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id u2sm1450432pfi.120.2021.10.01.09.30.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Oct 2021 09:30:50 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Konstantin Ananyev Date: Fri, 1 Oct 2021 09:27:03 -0700 Message-Id: <20211001162705.442298-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211001162705.442298-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211001162705.442298-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v12 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