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 2779C46EF1; Thu, 25 Sep 2025 03:20:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A94FC40276; Thu, 25 Sep 2025 03:20:12 +0200 (CEST) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by mails.dpdk.org (Postfix) with ESMTP id DFC3B40151 for ; Thu, 25 Sep 2025 03:20:10 +0200 (CEST) Received: from mail.maildlp.com (unknown [172.19.163.44]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4cXG5l0WF4z1R92J; Thu, 25 Sep 2025 09:16:59 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 3E544140135; Thu, 25 Sep 2025 09:20:08 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 25 Sep 2025 09:20:07 +0800 Message-ID: Date: Thu, 25 Sep 2025 09:20:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RFC 4/6] dma/skeleton: avoid use of pthread_cancel To: Stephen Hemminger , CC: Kevin Laatz , Bruce Richardson References: <20250924165527.268645-1-stephen@networkplumber.org> <20250924165527.268645-5-stephen@networkplumber.org> Content-Language: en-US From: fengchengwen In-Reply-To: <20250924165527.268645-5-stephen@networkplumber.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To kwepemk500009.china.huawei.com (7.202.194.94) 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 Acked-by: Chengwen Feng On 9/25/2025 12:51 AM, Stephen Hemminger wrote: > Can use exit_flag to do controlled shutdown of the control thread. > > Signed-off-by: Stephen Hemminger > --- > drivers/dma/skeleton/skeleton_dmadev.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-)