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 AFC6845905; Wed, 4 Sep 2024 20:10:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74E4242797; Wed, 4 Sep 2024 20:10:06 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 496134275A for ; Wed, 4 Sep 2024 20:10:05 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-7141feed424so5457291b3a.2 for ; Wed, 04 Sep 2024 11:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1725473404; x=1726078204; 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=q2xMIzIoOw+R2hBbrjBF9zA8MkOdsgfSj1Zz95HIrgk=; b=NkRCVWGsiSsCVPxkFBEJ3cgPZ0OC0IaMaBnPxoQofDKJwxEBPOuDLswM+QVnXIS9B3 AwUcjAk9WYrf+urHZ6uBs1A6rzQbbfHAOdJO6BX8N3HxQFsepp2y3I2sIHTrW22Lb9KQ Fs9Tt1n2VsnR/6bv5rv0K4TzbpLvAohyDcmXhK8mZER/l1bUI7XizydzHqDxjRBrDP0y 449VwUo1kh/1ua3G1oFirZgf+ZaztnD5ouoe9Rt0d4Ku32Q3TdG9nDMRGZS5HlVa3Eaf 1og0Wg+ydlZykYQ3XnPyQ5dqvH6WWgt3YjKysih/IThqaJhyFCkoGNrVVkKh00pS+uyF 3lGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725473404; x=1726078204; 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=q2xMIzIoOw+R2hBbrjBF9zA8MkOdsgfSj1Zz95HIrgk=; b=b1Zd/1C9n4d1y0JgAjbP7yyDfzd8ZvUPH3VgBywcX5Gsvq0CMOMaxhBwvwhBAtSZYB 3FLoRxTkH7tni2ex3Htiax+c/xzpdSqNzoXrktrDsoeBlAm6ERGxkS/oWlmd3e+CVAMM PesP0E5qKOtuoRAXZ8tf1pdh+akdSSzzfnYb8JcdLY/TIwVv+edG45b0GLz/anw2EIfz 2L3eUkwgostCR15nkSlQ032rT144roYGODEQXCzITB0D+VSTCn8jSzYxqxvkGrjuYjnx 4gslAPuD9wYvho1leqldCrWQtlMoXbguxfOY6MSvisjuMOc/k01tVk0Rh0grFPyAQH6V qM+A== X-Gm-Message-State: AOJu0Yz5DdQy7cZhSf2dpkJJXMmkQOkEHJexzRp3V/sSbFnXq5lOEXyK 6eE1cEdxzfki5f8Txxio2Hn4zAIJ96YJc0skBx+C1RP2USLHkOAEVi87W5gtYmSmQqbShTN5nG2 IYjk= X-Google-Smtp-Source: AGHT+IF2vu7OTB+pVpHcJ0vbiL0p6XWhRC5+WwM1CsEY/zohSovZga7JucSfMGSL4npp0u2aaLtqaA== X-Received: by 2002:a05:6a21:6b0c:b0:1c2:8d33:af69 with SMTP id adf61e73a8af0-1cece5d1678mr16244753637.41.1725473403997; Wed, 04 Sep 2024 11:10:03 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-7178562ca29sm704737b3a.169.2024.09.04.11.10.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Sep 2024 11:10:03 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/3] eal: mark API's as stable Date: Wed, 4 Sep 2024 11:08:43 -0700 Message-ID: <20240904180954.104473-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.45.2 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 The API's in ethtool from before 23.11 should be marked stable. Should probably include the trace api's but that is more complex change. Stephen Hemminger (3): eal: make rte_cpu_get_intrinsics_support stable eal: mark rte_lcore_register_usage_cb stable eal: mark rte_memzone_max_get/set stable lib/eal/include/generic/rte_cpuflags.h | 4 ---- lib/eal/include/rte_lcore.h | 4 ---- lib/eal/include/rte_memzone.h | 8 -------- lib/eal/version.map | 10 ++++------ 4 files changed, 4 insertions(+), 22 deletions(-) -- 2.45.2