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 1079443066; Mon, 14 Aug 2023 18:24:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBA4840A8A; Mon, 14 Aug 2023 18:24:33 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 544FA40A7F; Mon, 14 Aug 2023 18:24:32 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 9DA752101869; Mon, 14 Aug 2023 09:24:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9DA752101869 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692030271; bh=3Jd9lnG6D3W1UoR63/DZUwDSVP5K4gMd05/jyXzjmA4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l+y3jTaHwQKVquT+CTAZinCDA6mj+geHsO8SKAI3K8mAXYqyKC982XhCXKt6Nd/XR joovJV4CIeAORI7l13EXD5c6brg6+HQ7vyNwXkUTtu2SmONiyno+fxXCFTI4y4Rr+L GWExrjq/asltebqnChbu6m04ZdpvTnLOtiwhnUUo= Date: Mon, 14 Aug 2023 09:24:31 -0700 From: Tyler Retzlaff To: Vipin Varghese Cc: kevin.laatz@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, dev@dpdk.org, Ferruh.Yigit@amd.com, stable@dpdk.org Subject: Re: [PATCH] dma/skeleton: fix pthread set affinity Message-ID: <20230814162431.GA12422@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230812015738.1024-1-vipin.varghese@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230812015738.1024-1-vipin.varghese@amd.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Sat, Aug 12, 2023 at 07:27:38AM +0530, Vipin Varghese wrote: > In skeleton dma driver, the user can pin the dma thread to desired > cpu core. The previous commit changed the api from set-affinity to > get-affinity leading to thread to be pinned to first available lcore. > > Bugzilla ID: 1270 > Fixes: 7fdf30d8b259 ("eal/windows: remove most pthread lifetime shim functions") > Cc: roretzla@linux.microsoft.com > > Cc: stable@dpdk.org > > Signed-off-by: Vipin Varghese > --- yikes, sorry about this and thank you for fixing it. Acked-by: Tyler Retzlaff