From patchwork Mon Oct 10 15:37:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 117816 X-Patchwork-Delegate: maxime.coquelin@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8C40CA0544; Mon, 10 Oct 2022 17:37:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73616427F6; Mon, 10 Oct 2022 17:37:59 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id E63434021E for ; Mon, 10 Oct 2022 17:37:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1665416277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RWupUTOpf+r4RMp3iOOyKAWRrJeRW5bKjiTnVYDSrFw=; b=ZTPmsjXYxY0Ly6PpK1bhKpe8gE0aUxUtYY6qn44zX4bzLXS8b+MmmAGK+spOES4kviist1 bipVSPG9kblX+yHgz/dbCBTkvc26GPO8320lWjZ8ZuuhxfX1/TXxiQyHJA7JaM4FVUNTq8 fp82VMXle2j0l5m5WXG4k3jRuiJBDV8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-350-rVypK0KzOHGXnP2I4_ZOGA-1; Mon, 10 Oct 2022 11:37:54 -0400 X-MC-Unique: rVypK0KzOHGXnP2I4_ZOGA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 030E8800186; Mon, 10 Oct 2022 15:37:54 +0000 (UTC) Received: from max-t490s.redhat.com (unknown [10.39.208.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 082EDC15BA4; Mon, 10 Oct 2022 15:37:52 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, chenbo.xia@intel.com, david.marchand@redhat.com Cc: Maxime Coquelin Subject: [PATCH] vhost: promote per-queue stats API to stable Date: Mon, 10 Oct 2022 17:37:51 +0200 Message-Id: <20221010153751.58951-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 This patch promotes the per-queue stats API to stable. The API has been used by the Vhost PMD since v22.07, and David Marchand posted a patch to make use of it in next OVS release[0]. [0]: http://patchwork.ozlabs.org/project/openvswitch/patch/20221007111613.1695524-4-david.marchand@redhat.com/ Signed-off-by: Maxime Coquelin Acked-by: David Marchand Reviewed-by: Chenbo Xia --- doc/guides/rel_notes/release_22_11.rst | 4 ++++ lib/vhost/rte_vhost.h | 3 --- lib/vhost/version.map | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index 37bd392f34..d5d3eeae24 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -443,6 +443,10 @@ API Changes * raw/ifgpa: The function ``rte_pmd_ifpga_get_pci_bus`` has been removed. +* vhost: Promoted ``rte_vhost_vring_stats_get()``, + ``rte_vhost_vring_stats_get_names()`` and ``rte_vhost_vring_stats_reset()`` + from experimental to stable. + ABI Changes ----------- diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index bb7d86a432..59c98a0afb 100644 --- a/lib/vhost/rte_vhost.h +++ b/lib/vhost/rte_vhost.h @@ -1075,7 +1075,6 @@ rte_vhost_slave_config_change(int vid, bool need_reply); * - Failure if lower than 0. The device ID or queue ID is invalid or + statistics collection is not enabled. */ -__rte_experimental int rte_vhost_vring_stats_get_names(int vid, uint16_t queue_id, struct rte_vhost_stat_name *name, unsigned int size); @@ -1103,7 +1102,6 @@ rte_vhost_vring_stats_get_names(int vid, uint16_t queue_id, * - Failure if lower than 0. The device ID or queue ID is invalid, or * statistics collection is not enabled. */ -__rte_experimental int rte_vhost_vring_stats_get(int vid, uint16_t queue_id, struct rte_vhost_stat *stats, unsigned int n); @@ -1120,7 +1118,6 @@ rte_vhost_vring_stats_get(int vid, uint16_t queue_id, * - Failure if lower than 0. The device ID or queue ID is invalid, or * statistics collection is not enabled. */ -__rte_experimental int rte_vhost_vring_stats_reset(int vid, uint16_t queue_id); diff --git a/lib/vhost/version.map b/lib/vhost/version.map index 7a00b65740..8c5e8aa8d3 100644 --- a/lib/vhost/version.map +++ b/lib/vhost/version.map @@ -57,6 +57,9 @@ DPDK_23 { rte_vhost_set_vring_base; rte_vhost_va_from_guest_pa; rte_vhost_vring_call; + rte_vhost_vring_stats_get; + rte_vhost_vring_stats_get_names; + rte_vhost_vring_stats_reset; local: *; }; @@ -88,9 +91,6 @@ EXPERIMENTAL { # added in 22.07 rte_vhost_async_get_inflight_thread_unsafe; - rte_vhost_vring_stats_get_names; - rte_vhost_vring_stats_get; - rte_vhost_vring_stats_reset; rte_vhost_async_try_dequeue_burst; rte_vhost_driver_get_vdpa_dev_type; rte_vhost_clear_queue;