From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 66EF5A04B5; Wed, 30 Sep 2020 23:27:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5119F1D5A5; Wed, 30 Sep 2020 23:27:50 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 402951D5A2 for ; Wed, 30 Sep 2020 23:27:49 +0200 (CEST) IronPort-SDR: b8g/TIJioGGv1xB4CiPY6yLLw1uy//sH8889/99oGeRSl+lxPpDnILNPRh9ryWm5U99b4rqKvg CBCIWX1rqS9g== X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="150200910" X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="150200910" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 14:27:43 -0700 IronPort-SDR: cU25RTFyTnTVa603F8BTDQxU8ywoc/i0L0WteKzqocM48lm7ivVmRCpffzuUZ0dN26W9SWyFGB VPBmz/vdJywA== X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="312736992" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.229.39]) ([10.213.229.39]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 14:27:42 -0700 To: Maxime Coquelin , dev@dpdk.org, chenbo.xia@intel.com, matan@nvidia.com References: <20200915072556.198235-1-maxime.coquelin@redhat.com> From: Ferruh Yigit Message-ID: <28ffe023-6263-74ce-7c02-a99af0db6085@intel.com> Date: Wed, 30 Sep 2020 22:27:40 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] vhost: remove experimental tag on vDPA API 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" On 9/30/2020 5:17 PM, Maxime Coquelin wrote: > > > On 9/15/20 9:25 AM, Maxime Coquelin wrote: >> As announced in v20.08, this patch makes the vDPA >> and related Vhost API stable. >> >> Signed-off-by: Maxime Coquelin >> --- >> - v2: remove missed __rte_experimental tag >> >> lib/librte_vhost/rte_vdpa.h | 36 -------------------------- >> lib/librte_vhost/rte_vdpa_dev.h | 16 ------------ >> lib/librte_vhost/rte_vhost.h | 7 ----- >> lib/librte_vhost/rte_vhost_version.map | 34 ++++++++++++------------ >> 4 files changed, 17 insertions(+), 76 deletions(-) > > Applied to dpdk-next-virtio/main. > Similar release notes comment here, would it be good to add a note to release note to mention that vdpa API is no more experimental?