From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 169221C928 for ; Mon, 14 May 2018 17:37:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE0B221CFF; Mon, 14 May 2018 11:37:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 11:37:21 -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=6+HznGku+xmRWygdPjBPC9rQ9i 2uLuTYQYx0mJ0yJ/Y=; b=UiYZclnMXHLrPjr7lteeYTp+W5yhsp2bHDtESL3OMx VvM11z8xgQUnDepJGr4tApqWW8ZE3KciNSAJEXDQGmdQq0vg3sYdKNONc3vJIPI1 oQF82uVk244/xP8onF8KbO2fyQB80QWa7OxGyi6ShdyMc2pPxradUkh5iAKgJG+l 4= 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=6+HznG ku+xmRWygdPjBPC9rQ9i2uLuTYQYx0mJ0yJ/Y=; b=b31LB0VBNgqLOA6M0j+zuo LHgOTwdNDv3WLKGBh1gZ9QW32kp9aEwanVuh0ql50oSgDuOGXXnTgEY+8kEMEYYy PYbH6INA7eNDXg4/WOAMUycfRvgixQDt54hMofCJxgUJYpNTpfIilpxS6imC/WWR Xh15GUTQlvI1W8QVYbCSr1D/uOgu4FzywmTRR4IAYheTxYVt6UEE9cAJFnmz1k9R 36KzoLPSlmuT43onvp1vZEU1U4775ndprHKqEQC0cOb6txPBkXASx7G9XWO9Oxno nAtupdQn2gQ8n78IEgwyfyx0yw6Byx+eecJNhINhbwNjNtSk8JtV5i6IrVXx228g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2EE51E5091; Mon, 14 May 2018 11:37:21 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Mon, 14 May 2018 17:37:20 +0200 Message-ID: <1585384.o6PVGo64EC@xps> In-Reply-To: <1526303742-18336-1-git-send-email-konstantin.ananyev@intel.com> References: <4850625.lUN5xUOOBk@xps> <1526303742-18336-1-git-send-email-konstantin.ananyev@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:37:22 -0000 14/05/2018 15:15, Konstantin Ananyev: > - 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 Applied, thanks