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 5D4BDA0C4E; Mon, 25 Oct 2021 21:46:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F205640E3C; Mon, 25 Oct 2021 21:46:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 5A5C84003E for ; Mon, 25 Oct 2021 21:46:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635191206; 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=m+XVxrLLmjrZQLShY/uIwDMEPYJ7u9sNtfJqomyjMRM=; b=fLEww2jxUQ4xmLAE1Ua2lv+XKd48j+txGFtno4+Cx6qJy6IWCzrsBocKJnDoes4VvQxnI+ Uosdmi8zkDt+EHVZs/36fwfhS//EWFSEs5s1YRSPlTRzEUJv6Bi0i0ixQBjJbYPAtTrbKe AsohmoAPigEyCmn3h3CqBqaG/xZNvsA= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-591-fgsk_MvaP8amGMrdTwIy4Q-1; Mon, 25 Oct 2021 15:46:45 -0400 X-MC-Unique: fgsk_MvaP8amGMrdTwIy4Q-1 Received: by mail-lj1-f197.google.com with SMTP id k13-20020a05651c10ad00b00210d682c600so3212469ljn.11 for ; Mon, 25 Oct 2021 12:46:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=m+XVxrLLmjrZQLShY/uIwDMEPYJ7u9sNtfJqomyjMRM=; b=pUWxlyqsyjW6m6ouYANKv5DPXREVUuIposXkMA6vBQLGpSa5nZ/FElhrQ6CfH04D1b ajBDMpfDyEqViBJ8BjVlfk+BA7gZaGtFFz75ISIAz2bIa4yOsYzp1tqbJOa6acDKg08K qEoSHQC8xc5IPi8zUSgsDDqjYnOIxkZHcHdzfZQAlJfMdfUs/+bb1utIbWfloPu/FOC4 lDtlGS2hP2ldoXn4PVGcGc+l8fVkjqRSshF9nTMIpG+ex63shd1JtgWRktBQX/uFrTyy YDeng/MuSacwtsUYZVp0owC2pE44SEgEoqTZFQyCx5obWtw+GYLEEv1ch8CiCbKDFMFG H3yA== X-Gm-Message-State: AOAM531cSeuqC1A2Xup8dkMgQV3UeimEABRzQprXRaiHqomGBrX5xuoF OeQg9P4F8NFH9jNe4MaK+3REUpBrNbcEqtVdZSXR4tTGiTzGE+Yj8QzYtbSG2iTCeoPVZdCdyYO uJl7awV4CL+v9HlIpkgg= X-Received: by 2002:a05:6512:a8e:: with SMTP id m14mr18717784lfu.575.1635191204093; Mon, 25 Oct 2021 12:46:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxOi8mBwY4bDM8udlaT+A9JeLogbyLbAijlpZ+fpdZr/tuxVIQ+q1w96vyJTKVHwhRP4JPWF9weXIx4qx0/rwY= X-Received: by 2002:a05:6512:a8e:: with SMTP id m14mr18717771lfu.575.1635191203882; Mon, 25 Oct 2021 12:46:43 -0700 (PDT) MIME-Version: 1.0 References: <20210730213709.19400-1-honnappa.nagarahalli@arm.com> <20211021213221.9239-1-honnappa.nagarahalli@arm.com> <20211021213221.9239-2-honnappa.nagarahalli@arm.com> In-Reply-To: From: David Marchand Date: Mon, 25 Oct 2021 21:46:32 +0200 Message-ID: To: Honnappa Nagarahalli Cc: Olivier Matz , dev , Luc Pelletier , Stephen Hemminger , Thomas Monjalon , "Ruifeng Wang (Arm Technology China)" , nd Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 2/2] test/eal: add a test for rte_ctrl_thread_create 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 Sender: "dev" On Fri, Oct 22, 2021 at 10:35 AM Olivier Matz wrote: > > On Thu, Oct 21, 2021 at 04:32:21PM -0500, Honnappa Nagarahalli wrote: > > Add a testcase to test launching of control threads. > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Olivier Matz Series applied, thanks. -- David Marchand