Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbdHNWZ1 (ORCPT ); Mon, 14 Aug 2017 18:25:27 -0400 Received: from gate.crashing.org ([63.228.1.57]:52589 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752408AbdHNWZ1 (ORCPT ); Mon, 14 Aug 2017 18:25:27 -0400 Message-ID: <1502749503.4493.34.camel@kernel.crashing.org> Subject: Re: [PATCH v6 14/17] powerpc: Add support for setting SPRN_TIDR From: Benjamin Herrenschmidt To: Sukadev Bhattiprolu , Michael Ellerman Cc: mikey@neuling.org, stewart@linux.vnet.ibm.com, apopple@au1.ibm.com, hbabu@us.ibm.com, oohall@gmail.com, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Date: Tue, 15 Aug 2017 08:25:03 +1000 In-Reply-To: <20170814200309.GD24096@us.ibm.com> References: <1502233622-9330-1-git-send-email-sukadev@linux.vnet.ibm.com> <1502233622-9330-15-git-send-email-sukadev@linux.vnet.ibm.com> <87pobyqtzu.fsf@concordia.ellerman.id.au> <20170814200309.GD24096@us.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.4 (3.24.4-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 16 On Mon, 2017-08-14 at 13:03 -0700, Sukadev Bhattiprolu wrote: > As Ben pointed out, we are going to be have limit the number of TIDs (to > be within the size limits), so we won't be able to use task_pid_nr()? But > if we assign the TIDs in the RX_WIN_OPEN ioctl, then only the FTW processes > will need the TIDR value. But you'll have to assign it for all present and future threads of that process which is somewhat hard to do without races. > Can we then assign new, globally-unique TID values for now and have the ioctl > fail with -EAGAIN if all TIDs are in use? We can extend to per-process TID > values, later? Why would you want to do that ? Ben.