From patchwork Tue Oct 24 16:31:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 133267 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 23795431F0; Tue, 24 Oct 2023 18:31:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ACE35402C5; Tue, 24 Oct 2023 18:31:36 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mails.dpdk.org (Postfix) with ESMTP id 18B914021D for ; Tue, 24 Oct 2023 18:31:35 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-6bf03b98b9bso3782298b3a.1 for ; Tue, 24 Oct 2023 09:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698165094; x=1698769894; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=+sR+Rcsq0Yh774M171ejVqhdWYKqjkWDL1r8bLi49CE=; b=XhxcC9+/b4vwpBiptTN6NNI6+zqtFoWICNyWFE8KzcuS+tAptnA8ExTLrlO6i0nqrk VOOYkcH2aYWcWemPRPZpxov6rmCt2slHrCFqEumyXxpc5IKxHLWRK3Qx5C0KpoK4n0LR 3l4SJ1u1rV3b8T9oOFtGlhRpmqDEJGiNeYV7fWATYNRmfxknaKRPebgqBvA6E9DFM+1+ 0WwZ2Bcrlvl/vsMZRjtGfZY7b00TojFOZmu5EUm20CNhGhZZxc1NH/uOaJOdaPbQPvT2 JcMTfO96DuiioYQ5WQaxmnQ/JYlGb021CBcrTEDCJ8oP7zAul4GFg9m36gqY29MMRBkh Vz5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698165094; x=1698769894; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+sR+Rcsq0Yh774M171ejVqhdWYKqjkWDL1r8bLi49CE=; b=v9hFgetqKRVW26uyTjC35u0yNex4Ll7HIA14d1CHjGoDhLXHDxQGBM+O4Afv9L3BeF jDrLyevYTGWHxwUF6UgzWRTU3NBKPcMXrLJdSi99H1unYxvbYoIjq0jTyoaRTPKlZ5NB KiiVZTwBWABxioMcbEKqLgAdRGfV8Tu/qe5eie1TU/zb7aEch4t2L2Zfn0wsLcNU60Db wmOdrnXYEtQok2FkTxL0c3wT8CaczzURyB2BZWSItCFL1X6pmG7BkSjRxwI+iG9ojMW7 dpAh2y3aX/i+Slu4oj7XN5aJX04Z2OJTvHooEED8+MCgzeK3yol8jrNmdRovpSYL3XbJ Rxig== X-Gm-Message-State: AOJu0YzbAnLi9zROwXygvr7PuCcxAhSPIR4t3ub+/JBjF+1UQDoIztrU /rA8rDhBhc3ApmcJP4g2spBXXxXbQZyn12jeVDeBJw== X-Google-Smtp-Source: AGHT+IGl2UQYv2R/ur9JZfBjTVvZRrKNcrXbraHmat22lNsmCQbUdBVyTAPyixZ0MUY3vsa+Z9Ob8g== X-Received: by 2002:a05:6a20:9187:b0:17a:eff5:fbbe with SMTP id v7-20020a056a20918700b0017aeff5fbbemr4355817pzd.8.1698165093949; Tue, 24 Oct 2023 09:31:33 -0700 (PDT) Received: from hermes.local (204-195-126-68.wavecable.com. [204.195.126.68]) by smtp.gmail.com with ESMTPSA id z20-20020aa79494000000b006926d199fdcsm7809486pfk.190.2023.10.24.09.31.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Oct 2023 09:31:33 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Maxime Coquelin , Chenbo Xia , Stephen Hemminger Subject: [PATCH] vhost: make experimental API's stable Date: Tue, 24 Oct 2023 09:31:23 -0700 Message-Id: <20231024163123.12576-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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 Transistion API's added from 2008 to 2022 to stable; except for async API's that are planned to be deprecated. Signed-off-by: Stephen Hemminger --- lib/vhost/rte_vhost.h | 5 ----- lib/vhost/rte_vhost_async.h | 4 ---- lib/vhost/rte_vhost_crypto.h | 1 - lib/vhost/version.map | 25 +++++++++++-------------- 4 files changed, 11 insertions(+), 24 deletions(-) diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h index fec650b1dbba..db92f0534431 100644 --- a/lib/vhost/rte_vhost.h +++ b/lib/vhost/rte_vhost.h @@ -509,7 +509,6 @@ rte_vhost_driver_get_vdpa_device(const char *path); * @return * 0 on success, -1 on failure */ -__rte_experimental int rte_vhost_driver_get_vdpa_dev_type(const char *path, uint32_t *type); @@ -648,7 +647,6 @@ int rte_vhost_get_negotiated_features(int vid, uint64_t *features); * @return * 0 on success, -1 on failure */ -__rte_experimental int rte_vhost_get_negotiated_protocol_features(int vid, uint64_t *protocol_features); @@ -960,7 +958,6 @@ int rte_vhost_vring_call(int vid, uint16_t vring_idx); * @return * 0 on success, -1 on failure, -EAGAIN for another retry */ -__rte_experimental int rte_vhost_vring_call_nonblock(int vid, uint16_t vring_idx); /** @@ -987,7 +984,6 @@ uint32_t rte_vhost_rx_queue_count(int vid, uint16_t qid); * @return * 0 on success, -1 on failure */ -__rte_experimental int rte_vhost_get_monitor_addr(int vid, uint16_t queue_id, struct rte_vhost_power_monitor_cond *pmc); @@ -1102,7 +1098,6 @@ rte_vhost_get_vdpa_device(int vid); * @return * 0 on success, < 0 on failure */ -__rte_experimental int rte_vhost_backend_config_change(int vid, bool need_reply); diff --git a/lib/vhost/rte_vhost_async.h b/lib/vhost/rte_vhost_async.h index 8f190dd44b1b..d9395c8fea69 100644 --- a/lib/vhost/rte_vhost_async.h +++ b/lib/vhost/rte_vhost_async.h @@ -95,7 +95,6 @@ int rte_vhost_async_channel_unregister_thread_unsafe(int vid, * @return * num of packets enqueued */ -__rte_experimental uint16_t rte_vhost_submit_enqueue_burst(int vid, uint16_t queue_id, struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, uint16_t vchan_id); @@ -120,7 +119,6 @@ uint16_t rte_vhost_submit_enqueue_burst(int vid, uint16_t queue_id, * @return * num of packets returned */ -__rte_experimental uint16_t rte_vhost_poll_enqueue_completed(int vid, uint16_t queue_id, struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, uint16_t vchan_id); @@ -178,7 +176,6 @@ int rte_vhost_async_get_inflight_thread_unsafe(int vid, uint16_t queue_id); * @return * Number of packets returned */ -__rte_experimental uint16_t rte_vhost_clear_queue_thread_unsafe(int vid, uint16_t queue_id, struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, uint16_t vchan_id); @@ -203,7 +200,6 @@ uint16_t rte_vhost_clear_queue_thread_unsafe(int vid, uint16_t queue_id, * @return * Number of packets returned */ -__rte_experimental uint16_t rte_vhost_clear_queue(int vid, uint16_t queue_id, struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, uint16_t vchan_id); diff --git a/lib/vhost/rte_vhost_crypto.h b/lib/vhost/rte_vhost_crypto.h index 2b01ecda0880..71a30ba202be 100644 --- a/lib/vhost/rte_vhost_crypto.h +++ b/lib/vhost/rte_vhost_crypto.h @@ -40,7 +40,6 @@ enum rte_vhost_crypto_zero_copy { * @return * 0 on success, -1 on failure */ -__rte_experimental int rte_vhost_crypto_driver_start(const char *path); diff --git a/lib/vhost/version.map b/lib/vhost/version.map index 5bc133dafda2..c3b677b9df05 100644 --- a/lib/vhost/version.map +++ b/lib/vhost/version.map @@ -10,9 +10,13 @@ DPDK_24 { rte_vdpa_get_stats_names; rte_vdpa_reset_stats; rte_vhost_avail_entries; + rte_vhost_backend_config_change; + rte_vhost_clear_queue; + rte_vhost_clear_queue_thread_unsafe; rte_vhost_clr_inflight_desc_packed; rte_vhost_clr_inflight_desc_split; rte_vhost_crypto_create; + rte_vhost_crypto_driver_start; rte_vhost_crypto_fetch_requests; rte_vhost_crypto_finalize_requests; rte_vhost_crypto_free; @@ -26,6 +30,7 @@ DPDK_24 { rte_vhost_driver_get_features; rte_vhost_driver_get_protocol_features; rte_vhost_driver_get_queue_num; + rte_vhost_driver_get_vdpa_dev_type; rte_vhost_driver_get_vdpa_device; rte_vhost_driver_register; rte_vhost_driver_set_features; @@ -38,8 +43,10 @@ DPDK_24 { rte_vhost_get_ifname; rte_vhost_get_log_base; rte_vhost_get_mem_table; + rte_vhost_get_monitor_addr; rte_vhost_get_mtu; rte_vhost_get_negotiated_features; + rte_vhost_get_negotiated_protocol_features; rte_vhost_get_numa_node; rte_vhost_get_vdpa_device; rte_vhost_get_vhost_ring_inflight; @@ -49,14 +56,17 @@ DPDK_24 { rte_vhost_get_vring_num; rte_vhost_log_used_vring; rte_vhost_log_write; + rte_vhost_poll_enqueue_completed; rte_vhost_rx_queue_count; rte_vhost_set_inflight_desc_packed; rte_vhost_set_inflight_desc_split; rte_vhost_set_last_inflight_io_packed; rte_vhost_set_last_inflight_io_split; rte_vhost_set_vring_base; + rte_vhost_submit_enqueue_burst; rte_vhost_va_from_guest_pa; rte_vhost_vring_call; + rte_vhost_vring_call_nonblock; rte_vhost_vring_stats_get; rte_vhost_vring_stats_get_names; rte_vhost_vring_stats_reset; @@ -67,24 +77,14 @@ DPDK_24 { EXPERIMENTAL { global: - rte_vhost_crypto_driver_start; - rte_vhost_backend_config_change; + # added in 20.08 rte_vhost_async_channel_register; rte_vhost_async_channel_unregister; - rte_vhost_submit_enqueue_burst; - rte_vhost_poll_enqueue_completed; - - # added in 21.05 - rte_vhost_get_negotiated_protocol_features; # added in 21.08 rte_vhost_async_get_inflight; rte_vhost_async_channel_register_thread_unsafe; rte_vhost_async_channel_unregister_thread_unsafe; - rte_vhost_clear_queue_thread_unsafe; - - # added in 21.11 - rte_vhost_get_monitor_addr; # added in 22.03 rte_vhost_async_dma_configure; @@ -92,12 +92,9 @@ EXPERIMENTAL { # added in 22.07 rte_vhost_async_get_inflight_thread_unsafe; rte_vhost_async_try_dequeue_burst; - rte_vhost_driver_get_vdpa_dev_type; - rte_vhost_clear_queue; # added in 22.11 rte_vhost_async_dma_unconfigure; - rte_vhost_vring_call_nonblock; # added in 23.07 rte_vhost_driver_set_max_queue_num;