From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ED9BE43011; Wed, 9 Aug 2023 02:10:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AB3D43263; Wed, 9 Aug 2023 02:10:32 +0200 (CEST) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mails.dpdk.org (Postfix) with ESMTP id 0252243255 for ; Wed, 9 Aug 2023 02:10:30 +0200 (CEST) Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-1bb7b8390e8so40320775ad.2 for ; Tue, 08 Aug 2023 17:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691539830; x=1692144630; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=22y+tBqiBCHk0grbjOfxkDdS6gs6cK21fSqb7LCRaKk=; b=oF/CMWwCnsJYUUCN7fdXExqBTj3ZbufpuNCOWvq43m1D9ADhcXYvbZ3Vl9K7PiGXlb jl9T0WDj2tLu3UDXZh8whmNnaXwPLcPd3W+xbzBTjriG4/qWNzzoqOZGOktIjrE/kcnq //ltWLfOtFB37OJDTp5eazI5s4yF7DU6H9KMwLg4K0jhsAMfrLNSgwhjdNUmGNS+HV4c Wz/9Qr7yTNxrHn4thwtqY/YiEN07KeNyeYNMB3nCTYKvs3VZ2D83oRkoVQeFO4Ng8hKy xwQScuo4xSRS6goY4dtG1f24voPjAMfehMRdLpGHqhcadZOd3hj+/0Nlr4aowsccrut5 VqQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691539830; x=1692144630; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=22y+tBqiBCHk0grbjOfxkDdS6gs6cK21fSqb7LCRaKk=; b=fVAlc0i0q6WQaN+ZzzQJoCkeEA0CgF0iuJUTOVxzF51zNNZrRdjHHt2zfXzwArgIvf R/dz/5rjs5H7N/ZlkgHdkOqjQLTSd6jXjKaQpeqxS8i70YBxD+8dgMEaTLhsNKKvl5aX UrrKAyyhP03S9UUQlrbP1IMeGhrTCfs1GHxM+yjJKelEcSUXtmYlhFPTQErdTdOsK5EX 4OftKtsMxy4tSEDp5JpWMgudUUQRkwiCmICcbrwIlI+eRr3LoDlNgphDFj++BhxbDQ8r LVku71/elM/GJzGw675ENulqb8pNZ5liroVy+Y0MOlcVPmKNEph1YGkZ28EpC42WfnOj XvaA== X-Gm-Message-State: AOJu0YyQ6kxgFqQDO8XfIFbvw1lw5TJqCi9ptjZ+eoia2lcpV/mIqaVW PHdJAtM+wkA3cBQBCuStK+OkWV0hMQdc7ShxlewlFQ== X-Google-Smtp-Source: AGHT+IFl1+A2nDnXY4VdSmOP+kAF/H7rjvLlzOQTXr46KfiIBxi9OzG38rPZZseP0HIsdX1jCJNKQg== X-Received: by 2002:a17:902:f54f:b0:1bb:876a:abe with SMTP id h15-20020a170902f54f00b001bb876a0abemr1164881plf.0.1691539829585; Tue, 08 Aug 2023 17:10:29 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id ix11-20020a170902f80b00b001bc676df6a9sm5745629plb.132.2023.08.08.17.10.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 17:10:29 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Olivier Matz Subject: [PATCH v2 02/29] cmdline: make experimental API's stable Date: Tue, 8 Aug 2023 17:09:50 -0700 Message-Id: <20230809001017.293037-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230809001017.293037-1-stephen@networkplumber.org> References: <20230808173527.186042-1-stephen@networkplumber.org> <20230809001017.293037-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 These API's have all ben around for several releases. Signed-off-by: Stephen Hemminger --- lib/cmdline/cmdline.h | 1 - lib/cmdline/cmdline_parse.h | 4 ---- lib/cmdline/cmdline_rdline.h | 4 ---- lib/cmdline/version.map | 26 ++++++++------------------ 4 files changed, 8 insertions(+), 27 deletions(-) diff --git a/lib/cmdline/cmdline.h b/lib/cmdline/cmdline.h index d631cd4bd459..c41b0ca0b80e 100644 --- a/lib/cmdline/cmdline.h +++ b/lib/cmdline/cmdline.h @@ -39,7 +39,6 @@ void cmdline_printf(const struct cmdline *cl, const char *fmt, ...) int cmdline_in(struct cmdline *cl, const char *buf, int size); int cmdline_write_char(struct rdline *rdl, char c); -__rte_experimental struct rdline * cmdline_get_rdline(struct cmdline *cl); diff --git a/lib/cmdline/cmdline_parse.h b/lib/cmdline/cmdline_parse.h index a852ac411c59..41b4db1f76f9 100644 --- a/lib/cmdline/cmdline_parse.h +++ b/lib/cmdline/cmdline_parse.h @@ -155,9 +155,6 @@ typedef cmdline_parse_inst_t *cmdline_parse_ctx_t; int cmdline_parse(struct cmdline *cl, const char *buf); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Try to parse a buffer according to the specified context, but do not * perform any function calls if parse is successful. * @@ -166,7 +163,6 @@ int cmdline_parse(struct cmdline *cl, const char *buf); * CMDLINE_PARSE_BAD_ARGS on error and returns the parsed line length (>=0) * on successful parse. */ -__rte_experimental int cmdline_parse_check(struct cmdline *cl, const char *buf); /** diff --git a/lib/cmdline/cmdline_rdline.h b/lib/cmdline/cmdline_rdline.h index 1b4cc7ce5773..c6bb6bbbb36a 100644 --- a/lib/cmdline/cmdline_rdline.h +++ b/lib/cmdline/cmdline_rdline.h @@ -58,7 +58,6 @@ typedef int (rdline_complete_t)(struct rdline *rdl, const char *buf, * * \return New rdline object on success, NULL on failure. */ -__rte_experimental struct rdline *rdline_new(rdline_write_char_t *write_char, rdline_validate_t *validate, rdline_complete_t *complete, @@ -70,7 +69,6 @@ struct rdline *rdline_new(rdline_write_char_t *write_char, * \param rdl A pointer to an initialized struct rdline. * If NULL, this function is a no-op. */ -__rte_experimental void rdline_free(struct rdline *rdl); /** @@ -163,13 +161,11 @@ char *rdline_get_history_item(struct rdline *rdl, unsigned int i); /** * Get maximum history buffer size. */ -__rte_experimental size_t rdline_get_history_buffer_size(struct rdline *rdl); /** * Get the opaque pointer supplied on struct rdline creation. */ -__rte_experimental void *rdline_get_opaque(struct rdline *rdl); #ifdef __cplusplus diff --git a/lib/cmdline/version.map b/lib/cmdline/version.map index db4d904ffbdb..4f87027e1774 100644 --- a/lib/cmdline/version.map +++ b/lib/cmdline/version.map @@ -30,11 +30,13 @@ DPDK_24 { cmdline_get_help_num; cmdline_get_help_portlist; cmdline_get_help_string; + cmdline_get_rdline; cmdline_in; cmdline_interact; cmdline_isendoftoken; cmdline_new; cmdline_parse; + cmdline_parse_check; cmdline_parse_etheraddr; cmdline_parse_ipaddr; cmdline_parse_num; @@ -52,37 +54,25 @@ DPDK_24 { cmdline_token_portlist_ops; cmdline_token_string_ops; cmdline_write_char; + rdline_add_history; rdline_char_in; rdline_clear_history; + rdline_free; rdline_get_buffer; + rdline_get_history_buffer_size; rdline_get_history_item; + rdline_get_opaque; + rdline_new; rdline_newline; rdline_quit; rdline_redisplay; rdline_reset; rdline_restart; rdline_stop; + vt100_init; vt100_parser; local: *; }; - -EXPERIMENTAL { - global: - - # added in 20.11 - cmdline_get_rdline; - - # added in 21.11 - rdline_new; - rdline_free; - rdline_get_history_buffer_size; - rdline_get_opaque; - - # added in 22.07 - cmdline_parse_check; - - local: *; -}; -- 2.39.2