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 BE2F3A0C53; Wed, 3 Nov 2021 12:18:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEC2B4115A; Wed, 3 Nov 2021 12:18:00 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id E4EFD41134 for ; Wed, 3 Nov 2021 12:17:58 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="230196364" X-IronPort-AV: E=Sophos;i="5.87,205,1631602800"; d="scan'208";a="230196364" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2021 04:17:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,205,1631602800"; d="scan'208";a="638727903" Received: from sivswdev08.ir.intel.com ([10.237.217.47]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2021 04:17:56 -0700 From: Konstantin Ananyev To: dev@dpdk.org Cc: stephen@networkplumber.org, Konstantin Ananyev Date: Wed, 3 Nov 2021 11:17:45 +0000 Message-Id: <20211103111747.23305-1-konstantin.ananyev@intel.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20211101161013.31966-1-konstantin.ananyev@intel.com> References: <20211101161013.31966-1-konstantin.ananyev@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] few bpf library fixes 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" v3: - add meson warnings if dependencies are missing (Stephen) - more descriptive error message (Stephen) v2: - add fix for doxygen comments Konstantin Ananyev (2): bpf: fix doxygen comments bpf: fix convert API can be undefined app/dumpcap/main.c | 3 ++- lib/bpf/bpf_load.c | 18 ------------------ lib/bpf/bpf_stub.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ lib/bpf/meson.build | 5 +++++ lib/bpf/rte_bpf.h | 7 +------ 5 files changed, 53 insertions(+), 25 deletions(-) create mode 100644 lib/bpf/bpf_stub.c -- 2.25.1