From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 279B6A0487 for ; Wed, 3 Jul 2019 15:40:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDEED1BE0; Wed, 3 Jul 2019 15:40:48 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1B1C72AB for ; Wed, 3 Jul 2019 15:40:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2019 06:40:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,446,1557212400"; d="scan'208";a="362631932" Received: from sivswdev08.ir.intel.com ([10.237.217.47]) by fmsmga005.fm.intel.com with ESMTP; 03 Jul 2019 06:40:39 -0700 From: Konstantin Ananyev To: dev@dpdk.org Cc: michel@digirati.com.br, Konstantin Ananyev Date: Wed, 3 Jul 2019 14:40:33 +0100 Message-Id: <20190703134035.4773-1-konstantin.ananyev@intel.com> X-Mailer: git-send-email 2.18.0 Subject: [dpdk-dev] [PATCH 0/2] bpf: fix and new test-case X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Fixes problem in validate part for function return value checking and adds new test-case to cover that. Konstantin Ananyev (2): bpf: fix validate for function return value test/bpf: add test-case for function return value app/test/test_bpf.c | 130 ++++++++++++++++++++++++++++++++++ lib/librte_bpf/bpf_validate.c | 10 +-- 2 files changed, 135 insertions(+), 5 deletions(-) -- 2.17.1