From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9B10D1C89E
 for <dev@dpdk.org>; Mon, 14 May 2018 16:24:34 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 1E9B621C10;
 Mon, 14 May 2018 10:24:34 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Mon, 14 May 2018 10:24:34 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=xgMnNUPLv+TkB9DGEPVjdiLVJN
 4LmaUpYNcdiCyqa3w=; b=QgOZLG03WiAxYkluDYIZN7Iivdanvm32bkjO9iDWWl
 +MbZKx6lEuoX7yDrLnOYBWfwX8MRZ1ce88rBvX4F6BMAGuXOH9kqgY5/zklyq2sD
 w14/o04Q3QE8vpaiCgYlnS1V4VtBxxxDjBU4U5GdmDIAQIfJf3wQL77yqgabReZp
 0=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=xgMnNU
 PLv+TkB9DGEPVjdiLVJN4LmaUpYNcdiCyqa3w=; b=FHfjTWeA8fe575/ZfcDzJ4
 jIvaZZz3v4KgoDq6ZlZqqvzNwF8Yec+AF/zAKTbktjxzQsqujBJqlNgbXLMVfeyy
 enzRXvroV4Nf9lKDPlDRqDi2/Nr7ASJyi7CtPwAozPA/4ZkedJkrh6s1seHopk/7
 zRy7iOeKaIw/jRwRsf4RlQds048WJYDWbjNeLl3Y8i+921i3Ydl6EdCxMViiPLgu
 1C8NVMrzEgEE8qKkd97a2YzHJE6+WzbfPz1tUz1p4shvI2ERxUZbBujK6HxnFjM+
 W80dOzN3dPe5LAuqYi432yTqsbSZxRNfUfpzZxK8Ty0hQaKkXXfvB8EGNej5XinA
 ==
X-ME-Sender: <xms:IZz5WpH8H3YEFTel4u3h7726JlCubOtl_4My_HKpCstK7C_U_8WE6A>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 73130E509F;
 Mon, 14 May 2018 10:24:33 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org, Konstantin Ananyev <konstantin.ananyev@intel.com>
Date: Mon, 14 May 2018 16:24:32 +0200
Message-ID: <3939134.HOAytC5Vx9@xps>
In-Reply-To: <e076492a-8b05-2ad8-f712-320a6ad90be7@intel.com>
References: <4850625.lUN5xUOOBk@xps>
 <1526303742-18336-1-git-send-email-konstantin.ananyev@intel.com>
 <e076492a-8b05-2ad8-f712-320a6ad90be7@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] bpf: add missed EXPERIMENTAL tags
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 14 May 2018 14:24:34 -0000

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 <thomas@monjalon.net>
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 
> 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!