From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bpf: add missed EXPERIMENTAL tags Date: Mon, 14 May 2018 16:24:32 +0200 Message-ID: <3939134.HOAytC5Vx9@xps> References: <4850625.lUN5xUOOBk@xps> <1526303742-18336-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Konstantin Ananyev To: Ferruh Yigit Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9B10D1C89E for ; Mon, 14 May 2018 16:24:34 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/05/2018 16:20, Ferruh Yigit: > On 5/14/2018 2:15 PM, Konstantin Ananyev wrote: > > - add EXPERIMENTAL tag for the section in MAINTAINERS. > > - add EXPERIMENTAL tag to BPF public API files. > > - add attribute __rte_experimental to BPF public API declarations. > > > > Fixes: 94972f35a02e ("bpf: add BPF loading and execution framework") > > Fixes: 5dba93ae5f2d ("bpf: add ability to load eBPF program from ELF") > > Fixes: a93ff62a8938 ("bpf: add BPF loading and execution framework") > > > > Reported-by: Thomas Monjalon > > Signed-off-by: Konstantin Ananyev > > Off the topic. > > I guess this patch earned a free Ack as being pactwork patch 40000 :) > https://dpdk.org/dev/patchwork/patch/40000/ > > > The historical numbers from DPDK patchwork: > 40000 - May 14, 2018 (217 days) > 30000 - Oct. 9, 2017 (258 days) > 20000 - Jan. 25, 2017 (372 days) > 10000 - Jan. 20, 2016 (645 days) > 00001 - April 16, 2014 > > > DPDK is getting faster and faster :) Yes, it's impressive and scary!