From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: BPF in DPDK 18.05 as experimental Date: Mon, 14 May 2018 03:33:29 +0200 Message-ID: <4850625.lUN5xUOOBk@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: konstantin.ananyev@intel.com Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2A6BC1C156 for ; Mon, 14 May 2018 03:33:32 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" DPDK 18.05-rc3 will have a BPF experimental framework. The symbols have been marked as experimental in the map file, but the doxygen has no experimental mention, the section in MAINTAINERS has not the EXPERIMENTAL tag, and the API functions have not the attribute __rte_experimental. Konstantin, please make a patch to make the experimental status clear. Thanks