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 8AD07A04FD; Mon, 23 May 2022 12:46:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4184540141; Mon, 23 May 2022 12:46:17 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 7DE1540141 for ; Mon, 23 May 2022 12:46:15 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 8680420B71D5; Mon, 23 May 2022 03:46:14 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8680420B71D5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1653302774; bh=mnlhxnxnlt9GAzyZgF2LqjyJlexc5IqMxGKFNjPfvJA=; h=From:To:Cc:Subject:Date:From; b=T16UL8X3cui7J664cF0vs+/kH62nk+QW9uAsmqdoiJ0A8MBT6Hjz4/xZ0Zlz2AQow iUYqhFQAXbj6EizPwbkTIZKZ+QJoH+OMnkxz89dBMBCMWIISSFyW2BIwjaVRqWi6ir KHNouMBflTEK2IZRGY4fbOIy2qaLXPZYfgZflnVw= From: Tyler Retzlaff To: dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com, anatoly.burakov@intel.com, Tyler Retzlaff Subject: [PATCH 0/2] add thread priority accessors Date: Mon, 23 May 2022 03:46:11 -0700 Message-Id: <1653302773-11043-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 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 this series introduces accessors for get and set of thread priority based on original patches from Narcisa Vasile. Tyler Retzlaff (2): eal: get/set thread priority per thread identifier test/threads: add unit test for get set priority app/test/test_threads.c | 52 +++++++++++++++++ lib/eal/include/rte_thread.h | 50 +++++++++++++++++ lib/eal/unix/rte_thread.c | 101 +++++++++++++++++++++++++++++++++ lib/eal/windows/rte_thread.c | 130 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 333 insertions(+) -- 1.8.3.1