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 722DCA0547; Mon, 5 Dec 2022 22:18:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D81740156; Mon, 5 Dec 2022 22:18:10 +0100 (CET) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id C54AA40151 for ; Mon, 5 Dec 2022 22:18:08 +0100 (CET) Received: by mail-pj1-f46.google.com with SMTP id w15-20020a17090a380f00b0021873113cb4so12812512pjb.0 for ; Mon, 05 Dec 2022 13:18:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=EUMQY2K6ehMu+uMqBJ54sb1IgWRFLA7soebFSyjyALQ=; b=X3l5x7c9MfysIsiKgdgll4gNTuY90KVCwMK0uhYpoAqOhdCfPcEjDFL6sXFZ1NGf89 CdNGudbAs1pnXKIx/iVZmtJcYtwXzrBdhhnGx03/trC9MeNMf9XuitIBpjKEoCFGJ19x hJDN9TlV+ejuDhQJDKd+mpNGfrcXhsj/R/UjMNzIXHc90SG3OXsxtrN4xkr46+92dy6i G/zp4oIikGewlYxXlYRgi+2JvgVM38XlW0darauA65LT3YJtR9SlPqwjV0TVJSKvRJEI NVQbebYxMaiiP0fIEvUXBe0VMm4+6F9Hci6hdm9B5yUVwjlOCXvidNJTcLzrmS1hVRYV ED1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EUMQY2K6ehMu+uMqBJ54sb1IgWRFLA7soebFSyjyALQ=; b=yfuaNXCKLVttRgfQDdppKeAvowH8CpNDoYzCmW8kdx8B+j+DUmxudfTVwGkls52trW 5WZDOqjPiDaz4OkbJv2olav+w4L1b7EPXcBnlpBIXdoe/cxpPDYaaD88/+kdrsNK/2SU XqENyBTxp7WIJGOMvw2W+JJLFaGddsKDpF7KDK3oW3a75sagWEEerZTNmS9r9Cp407ZS xrYaeYUl9DKRU3egpEfWSa8VCskT8ZUShMrwf3718H9cYyIePqhAIfG2DAdCp86SP22s 6CjDDvX8hA4Ra5Y09WwOcamIHUefXHu5Gs6n9B/FDt84jYQsAK+dxmTjHvVJX+946MmZ QquQ== X-Gm-Message-State: ANoB5pm9BYepGkz5cZzsKPOeT4Ypc8F9TZ0IRqCA1BWzSm+cq/DdOPx2 fHSCYUVh5/A0lnsH8c7wKAXJQQ== X-Google-Smtp-Source: AA0mqf6/8wT5CFOG3Ci0SnOYG6yzzxIvVIf3EXaC2UHrgtKJy30w5f0u0wCcRPUk92MLrNcZP408oQ== X-Received: by 2002:a17:902:7c07:b0:189:6795:d963 with SMTP id x7-20020a1709027c0700b001896795d963mr50370813pll.51.1670275087838; Mon, 05 Dec 2022 13:18:07 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id o6-20020a170902d4c600b0018853dd8832sm3240863plg.4.2022.12.05.13.18.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Dec 2022 13:18:07 -0800 (PST) Date: Mon, 5 Dec 2022 13:18:05 -0800 From: Stephen Hemminger To: Tyler Retzlaff Cc: dev@dpdk.org, thomas@monjalon.net, david.marchand@redhat.com, olivier.matz@6wind.com Subject: Re: [PATCH 3/3] eal: deprecate pthread control thread create API Message-ID: <20221205131805.5cd2fc29@hermes.local> In-Reply-To: <1670271868-11364-4-git-send-email-roretzla@linux.microsoft.com> References: <1670271868-11364-1-git-send-email-roretzla@linux.microsoft.com> <1670271868-11364-4-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Mon, 5 Dec 2022 12:24:28 -0800 Tyler Retzlaff wrote: > + > +* eal: The function ``rte_ctrl_thread_create`` will be removed and > + replaced by the new ``rte_control_thread_create``api, continuing the > + effort to decouple eal from platform-specific thread implementations. If you want to change this (which is a good idea) then mark the function with __rte_deprecated now, and cleanup all the examples and test programs please.