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 588E642428; Sun, 22 Jan 2023 14:55:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A30440223; Sun, 22 Jan 2023 14:55:35 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id AB0FE40150 for ; Sun, 22 Jan 2023 14:55:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674395732; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MJ/zShU8pzSa8w3OqGrEoFzQ5sve0ghcFrHMnLm8cew=; b=Ur5yXaeMRH9sfa3Efr/ZYcleb3xwg9hyO1azgV7s3uUoqrskJLYtvNDioMIacbado5eTbO EtLelFwkpzMc4uHMvLGNIyLaqmPEzKZYkrspEDneLU/cHMPN2FEpD3Vvab7RP8QQUsnmxO BI89GBS73QUol0iu8Q/HPhs7yf0ZI1s= Received: from mail-pf1-f197.google.com (mail-pf1-f197.google.com [209.85.210.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-552-qXuw2NuBPBO8wOTz0rvUsQ-1; Sun, 22 Jan 2023 08:55:31 -0500 X-MC-Unique: qXuw2NuBPBO8wOTz0rvUsQ-1 Received: by mail-pf1-f197.google.com with SMTP id n27-20020aa7985b000000b0058dae392ac5so4208611pfq.10 for ; Sun, 22 Jan 2023 05:55:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MJ/zShU8pzSa8w3OqGrEoFzQ5sve0ghcFrHMnLm8cew=; b=DipF1SAUBLhsSYbIfgwhGWPuro4HRFmEaOfmJj6MiFuozgaZM3o42pQPg58BjshpZk 4WQ7qBehkKAAMN4/1UBE4y9b5bUprkrot4E+yWMIQULE8Jr3Eev4zQqpV4FCeMIDnTCP yTMVkMJKV2vtRlAUph0wS9Pq7pQgQwQfrRn8fYWxROn07FBgLrHyoT6V3jt1b4vtKxJt INdIWsPEBC+czajfDKMQNpwSoByqkNW2F6tgtzGB3Jji6YNgBtc1XYgrCTCH/BA6Zs/d lZf8R+MwIGkl/ZNI4PzwMec2rQS4gCKXJy2WUu6+qgYmhkXlbrXorhrPl09LzcYLtb4A hlZA== X-Gm-Message-State: AFqh2kqrYUk1gU4aCQTGhiYQMzuSOJFSvoxI2tz4KdgSdOZOnUbM8d1r f8JcJe4BCLEXZnrJdzerydvj0wzjjT/6Q0SMahZg24X3y6/IEYIg+Dlzs+TzOR1mp3HcJigW3iB yOzHLClT5pWbPecOuX5g= X-Received: by 2002:a17:90a:e384:b0:22b:b217:e5ea with SMTP id b4-20020a17090ae38400b0022bb217e5eamr1000848pjz.206.1674395730350; Sun, 22 Jan 2023 05:55:30 -0800 (PST) X-Google-Smtp-Source: AMrXdXut3HwrRZ5zOnxx0ygSaJv8JBJhElPAAH8vAQ+rhiuGz4NV3Ou8rUpEZ6xAmTa8FE18vJWaqNbTv+mb4glVCuM= X-Received: by 2002:a17:90a:e384:b0:22b:b217:e5ea with SMTP id b4-20020a17090ae38400b0022bb217e5eamr1000843pjz.206.1674395730059; Sun, 22 Jan 2023 05:55:30 -0800 (PST) MIME-Version: 1.0 References: <1670439617-9054-1-git-send-email-roretzla@linux.microsoft.com> <1674071646-6854-1-git-send-email-roretzla@linux.microsoft.com> In-Reply-To: <1674071646-6854-1-git-send-email-roretzla@linux.microsoft.com> From: David Marchand Date: Sun, 22 Jan 2023 14:55:18 +0100 Message-ID: Subject: Re: [PATCH v6 0/5] add rte_thread_set_name API for rte_thread_t To: Tyler Retzlaff Cc: dev@dpdk.org, thomas@monjalon.net, jerinjacobk@gmail.com, mb@smartsharesystems.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Wed, Jan 18, 2023 at 8:54 PM Tyler Retzlaff wrote: > > Replace the rte_thread_setname API which operates on pthread_t with > rte_thread_set_name that operates on rte_thread_t. > > We should try to align tracing output from the EAL for all platforms > but in this case we are retaining an exception for linux as requested > from the community. > > v6: > * clean up commit descriptions > * add patch to set worker thread name on windows > * remove __rte_deprecated from rte_thread_setname The unit tests are failing in the UNH Windows env though it was fine with v5. https://lab.dpdk.org/results/dashboard/patchsets/25031/ 1/91 DPDK:fast-tests / acl_autotest FAIL 1.05s (exit status 3221225477 or signal 3221225349 SIGinvalid) 06:02:25 MALLOC_PERTURB_=92 DPDK_TEST=acl_autotest C:\Users\builder\jenkins\workspace\Generic-VM-Unit-Test-DPDK\dpdk\build\app\test\dpdk-test.exe ----------------------------------- output ----------------------------------- stderr: EAL: Detected CPU lcores: 4 EAL: Detected NUMA nodes: 1 EAL: Multi-process support is requested, but not available. ------------------------------------------------------------------------------ Could you have a look? Thanks. -- David Marchand