From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wnew2-smtp.messagingengine.com (wnew2-smtp.messagingengine.com [64.147.123.27]) by dpdk.org (Postfix) with ESMTP id 1B0F91B107 for ; Sun, 21 Apr 2019 19:12:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.west.internal (Postfix) with ESMTP id 2255C491; Sun, 21 Apr 2019 13:12:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 21 Apr 2019 13:12:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=I6oC4bD7bYYy/QdzXVMf+m/MHOlovmQrjrm3CnIM8B4=; b=Xq/1zjZuuepI KWN+ZNrAvKv6z7ckqwwcTxT9SkQTJR6rJLGF8j6fkV2hflL160dUsV6EGQJn2mkO 6ThQH19N0ROtwPxNxynGxKJySwM7uULlVVQhMhcJKBS3CmC5cHlDXpeOYSik+0s8 U/c0PBgVZFKE+szDqE91qTtffKhGx1w= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=I6oC4bD7bYYy/QdzXVMf+m/MHOlovmQrjrm3CnIM8 B4=; b=tqCcqpTnxnrAxJ5f6Wpw4dBqwzfPGy2R1hUIXbngIJAwF+NyO6YJhvevw 3MoGmUaT5R4Cdmgs/93tjpk1ROlN51f0ow+jVrIHGVhVp5C73ueYPWZSuzOMz2cJ sBcfWzgn4w/CQO0NnFCjhALK/2XVJ9+fISpL3A49QyPuAlW4ETZnMS+bQV4HKTuw li/MVMbyXf/dA8vHcLNssupPTCMNqJNe3oKk+jmNypsPG/y07vdZaQl+ikp4srRe pbkcmtmSWJUWynecFdWf2xAw5znfZVJ/AilN47maP0egVVZq7jGzcl0OQ8WkYhmO nnF9Q31qUlejObch6OCfbaWmQHFWw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrgeeggdekiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epledtrddvledrudehkedrudehleenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (alyon-655-1-477-159.w90-29.abo.wanadoo.fr [90.29.158.159]) by mail.messagingengine.com (Postfix) with ESMTPA id ABE1E10316; Sun, 21 Apr 2019 13:12:43 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Kevin Traynor , Reshma Pattan , Maryam Tahhan , Ferruh Yigit , Anatoly Burakov , John McNamara , Pablo de Lara , Bruce Richardson , Harry van Haaren , Xiaoyun Li , david.marchand@redhat.com Date: Sun, 21 Apr 2019 19:12:41 +0200 Message-ID: <1705204.UzZM88U6YT@xps> In-Reply-To: <4243200a-66d2-7ee0-49b6-acc75bf9a805@redhat.com> References: <20190418003059.18170-1-thomas@monjalon.net> <4243200a-66d2-7ee0-49b6-acc75bf9a805@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: promote some experimental functions as stable 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: Sun, 21 Apr 2019 17:12:50 -0000 18/04/2019 12:02, Kevin Traynor: > On 18/04/2019 01:30, Thomas Monjalon wrote: > > The function rte_eal_cleanup() was introduced more than one year ago, > > in DPDK 18.02. It is no longer experimental, allowing > > pdump, proc-info and hotplug_mp apps to not need any experimental API. > > > > The function rte_ctrl_thread_create() was introduced one year ago > > in DPDK 18.05. It is no longer experimental, allowing > > KNI PMD and TEP example to not need any experimental API. > > > > The functions rte_socket_count() and rte_socket_id_by_idx() were > > introduced one year ago in DPDK 18.05. They are no longer experimental. > > > > The function rte_dev_is_probed() was introduced half a year ago > > in DPDK 18.11. It is no longer experimental. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Kevin Traynor Applied From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 09D52A05D3 for ; Sun, 21 Apr 2019 19:12:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 05B681B3EE; Sun, 21 Apr 2019 19:12:51 +0200 (CEST) Received: from wnew2-smtp.messagingengine.com (wnew2-smtp.messagingengine.com [64.147.123.27]) by dpdk.org (Postfix) with ESMTP id 1B0F91B107 for ; Sun, 21 Apr 2019 19:12:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.west.internal (Postfix) with ESMTP id 2255C491; Sun, 21 Apr 2019 13:12:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 21 Apr 2019 13:12:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=I6oC4bD7bYYy/QdzXVMf+m/MHOlovmQrjrm3CnIM8B4=; b=Xq/1zjZuuepI KWN+ZNrAvKv6z7ckqwwcTxT9SkQTJR6rJLGF8j6fkV2hflL160dUsV6EGQJn2mkO 6ThQH19N0ROtwPxNxynGxKJySwM7uULlVVQhMhcJKBS3CmC5cHlDXpeOYSik+0s8 U/c0PBgVZFKE+szDqE91qTtffKhGx1w= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=I6oC4bD7bYYy/QdzXVMf+m/MHOlovmQrjrm3CnIM8 B4=; b=tqCcqpTnxnrAxJ5f6Wpw4dBqwzfPGy2R1hUIXbngIJAwF+NyO6YJhvevw 3MoGmUaT5R4Cdmgs/93tjpk1ROlN51f0ow+jVrIHGVhVp5C73ueYPWZSuzOMz2cJ sBcfWzgn4w/CQO0NnFCjhALK/2XVJ9+fISpL3A49QyPuAlW4ETZnMS+bQV4HKTuw li/MVMbyXf/dA8vHcLNssupPTCMNqJNe3oKk+jmNypsPG/y07vdZaQl+ikp4srRe pbkcmtmSWJUWynecFdWf2xAw5znfZVJ/AilN47maP0egVVZq7jGzcl0OQ8WkYhmO nnF9Q31qUlejObch6OCfbaWmQHFWw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrgeeggdekiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epledtrddvledrudehkedrudehleenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (alyon-655-1-477-159.w90-29.abo.wanadoo.fr [90.29.158.159]) by mail.messagingengine.com (Postfix) with ESMTPA id ABE1E10316; Sun, 21 Apr 2019 13:12:43 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Kevin Traynor , Reshma Pattan , Maryam Tahhan , Ferruh Yigit , Anatoly Burakov , John McNamara , Pablo de Lara , Bruce Richardson , Harry van Haaren , Xiaoyun Li , david.marchand@redhat.com Date: Sun, 21 Apr 2019 19:12:41 +0200 Message-ID: <1705204.UzZM88U6YT@xps> In-Reply-To: <4243200a-66d2-7ee0-49b6-acc75bf9a805@redhat.com> References: <20190418003059.18170-1-thomas@monjalon.net> <4243200a-66d2-7ee0-49b6-acc75bf9a805@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] eal: promote some experimental functions as stable 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190421171241.Eo-eBd3hUck5KDtErjZMM6MK86p6Ca38GvAA5hv1d4w@z> 18/04/2019 12:02, Kevin Traynor: > On 18/04/2019 01:30, Thomas Monjalon wrote: > > The function rte_eal_cleanup() was introduced more than one year ago, > > in DPDK 18.02. It is no longer experimental, allowing > > pdump, proc-info and hotplug_mp apps to not need any experimental API. > > > > The function rte_ctrl_thread_create() was introduced one year ago > > in DPDK 18.05. It is no longer experimental, allowing > > KNI PMD and TEP example to not need any experimental API. > > > > The functions rte_socket_count() and rte_socket_id_by_idx() were > > introduced one year ago in DPDK 18.05. They are no longer experimental. > > > > The function rte_dev_is_probed() was introduced half a year ago > > in DPDK 18.11. It is no longer experimental. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Kevin Traynor Applied