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 4686AA00BE; Wed, 16 Feb 2022 20:39:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B570411A7; Wed, 16 Feb 2022 20:39:21 +0100 (CET) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) by mails.dpdk.org (Postfix) with ESMTP id A92DA410FF for ; Wed, 16 Feb 2022 20:39:20 +0100 (CET) Received: by mail-pj1-f51.google.com with SMTP id v4so3429940pjh.2 for ; Wed, 16 Feb 2022 11:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=gEEa70Ju/IJsOLCYLcnKPRZ6mwASdJs6Qul6WPr/veo=; b=LbB00HQLbJCfkI/roifaBgJqfmFMVEkltZ9V/MbNRXZSVc+ccgym8oK9FxV8SRER8E f2W34Y8ibOaMAHfOsc6ZiN9jEONNPWmVRNXJN3h9M/XaawZxQef1jzw38txEJwDU4fBj DpKwnFilFoArX5roQ+auZnV7IR78H4nF98bnSjRWtU6l6Yr0Wh+eHkTHRWBrwxFJ2sGt 5+d5uOBZi0frjmy2UA7JoLrhEB6J4b7nHzP0WujKs5PFSokEyaeSe93eoRoB+YxKaNXW kkBQVCNSf0RQZlb2nopUYXMBla3lX70+1qcz6GE8xGVv61/9eSCAD9PyD56McSET/Lzm 8CPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=gEEa70Ju/IJsOLCYLcnKPRZ6mwASdJs6Qul6WPr/veo=; b=7VZlmLd08Or+TxKADYbpOHbYTSXiJ0x0Va/vN729JBLIUjwC1cT4iZ9ZirxA/ldigZ Z/Zdr+HknYoo95q5tGjDuae5bcuGnjZCFfU8cpU/wcVLCAUhdSHkZtoCUXZYgXEZ2VlE +iH8ES8qW/f+csUYoCm1GmBViESy9man5MPjhCknvg2VKnFvmeiBhl0qyEVd3hKzMI7y 1JXArLYufA/Q6CCNQ1KoEgy9JB7ReSpY5yoJZDhTreM1Cxv3fvk4v/WjAtXEvm+Pn01P 1jmMppFyt33rCr7XvWZMh34kIDhq4NZbCrWrt1nmgn/UjQCP4f8AsvydmKkDhKGgREdt ij0A== X-Gm-Message-State: AOAM530fyI1XuiZPB8P+k4Y8Q0FPfuK5BzdBU225gvmHILjGdVy1Y/g1 ahcsX7ZKaClY8IuR2Istw/pZh5IR0Z0pSW0m X-Google-Smtp-Source: ABdhPJy3f3axhbKiO/8XD0lfLNGx5u9WppKhl7+8R+A6hV9jX9gePW2lFuZ4gsnPba+XW+yLAxoyxg== X-Received: by 2002:a17:902:ec83:b0:14e:f6c2:62a2 with SMTP id x3-20020a170902ec8300b0014ef6c262a2mr394319plg.5.1645040359584; Wed, 16 Feb 2022 11:39:19 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id e8sm27935311pfv.168.2022.02.16.11.39.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Feb 2022 11:39:19 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/4] eal: remove some experimental tags Date: Wed, 16 Feb 2022 11:39:13 -0800 Message-Id: <20220216193917.251657-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.34.1 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 are all functions that have been in DPDK for two years or more and should no longer be experimental. Stephen Hemminger (4): rte_log: take of some experimental tags lcore: change rte_lcore_to_cpu_id and rte_lcore_cpuset as not experimental eal: make some intr functions not experimental eal: mark rte_delay_us_sleep as not experimental lib/eal/include/generic/rte_cycles.h | 4 +--- lib/eal/include/rte_interrupts.h | 12 +----------- lib/eal/include/rte_lcore.h | 9 +-------- lib/eal/include/rte_log.h | 10 ---------- lib/eal/version.map | 18 +++++++----------- 5 files changed, 10 insertions(+), 43 deletions(-) -- 2.34.1