From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E43E9C48BDF for ; Thu, 24 Jun 2021 10:30:20 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 73B35613E3 for ; Thu, 24 Jun 2021 10:30:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73B35613E3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8B38540040; Thu, 24 Jun 2021 12:30:19 +0200 (CEST) Received: from mail-108-mta7.mxroute.com (mail-108-mta7.mxroute.com [136.175.108.7]) by mails.dpdk.org (Postfix) with ESMTP id 4B5844003C for ; Thu, 24 Jun 2021 12:30:18 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta7.mxroute.com (ZoneMTA) with ESMTPSA id 17a3d9200400002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 24 Jun 2021 10:30:16 +0000 X-Zone-Loop: e49689647814307d41e25eaa75091b9698da2ac8b714 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID: Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=Zd2TSXKomhB5G2UjC0pQOHTaP2wrV4N+JAZXfbR4bHc=; b=i +tVNRbEbzIiY2jiJLLamsgcEJBfwQzY37wzxFFdOXbcbKZcLgadDp404N48V2eHZN1eeGwrhxf7+M lMMB8l9rUaOo3Ag39b++MF6Mz8j6L3JLk0vkovthpucxd8Kd63VMvyhNuYfJXogz67vR+TZNewrLN NXtoyrLXcfqfTUY8+kbratrX20zSRTT8ir9k2N6IXSwFw6LjYTcFmpY1zUkBUR1Vj0chjOzE9CB64 CPqWt3iXtlnMpCNMNsCzFbfW7jSeOmFEDv0mp1ebJcQpSZOz9Xg4qIwJVcFrknBHFSweAAlnqdpIC nvMrX0FAd9MFiz13zSAZm1Y8HT/aDwuEg==; To: Maxime Coquelin , Chenbo Xia , Thomas Monjalon , Stephen Hemminger , dpdk-dev From: "Kinsella, Ray" Message-ID: Date: Thu, 24 Jun 2021 11:30:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, TO_DN_ALL=0, FROM_HAS_DN=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, RCPT_COUNT_FIVE=0, MID_RHS_MATCH_FROM=0, NEURAL_SPAM=0] Subject: [dpdk-dev] Experimental symbols in vhost lib X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Hi Maxime and Chenbo, The following vhost experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. * rte_vhost_driver_get_protocol_features * rte_vhost_driver_get_queue_num * rte_vhost_crypto_create * rte_vhost_crypto_free * rte_vhost_crypto_fetch_requests * rte_vhost_crypto_finalize_requests * rte_vhost_crypto_set_zero_copy * rte_vhost_va_from_guest_pa * rte_vhost_extern_callback_register * rte_vhost_driver_set_protocol_features * rte_vhost_set_inflight_desc_split * rte_vhost_set_inflight_desc_packed * rte_vhost_set_last_inflight_io_split * rte_vhost_set_last_inflight_io_packed * rte_vhost_clr_inflight_desc_split * rte_vhost_clr_inflight_desc_packed * rte_vhost_get_vhost_ring_inflight * rte_vhost_get_vring_base_from_inflight Ray K