From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D65B83597B for ; Mon, 6 Jan 2025 18:56:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736189776; cv=none; b=pah+woSX/hZnaTm5Ba5TjI1aelf5K+VydOWs5p+T4oBoROzh2Isb9MNuWN/c3D5RzaraBTE0OY39tk4hF9KoQRo3IVDZr/DbpSn4gWrigaTVTKa1Y9CFzu/UhaFT81bDffbQQRaNcysBjytKyEG+XDcKQrGVT2fIrAZtgBr4i18= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736189776; c=relaxed/simple; bh=BgSKzSwOUuuuxK1r7H9wzvV5Gmp8Vj9eOSRUOKg/+QQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DJWyKw8xeQrxZRBmxTxrRFku6FZqWl3ptYw5bIi6JuFkfIwhL7Y+dYQNGEv/XKhgf6T9P9VQmyDKFgUu1YJpQZsosADi1dMzXjumEZa1VdING/9bScwy2xBK2CWFWwtew7rmIvvql57vQmb1VBdKASqdAftE0I0GFDA6bKqlRo4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nFiRg+l3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nFiRg+l3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C248C4CED2; Mon, 6 Jan 2025 18:56:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736189776; bh=BgSKzSwOUuuuxK1r7H9wzvV5Gmp8Vj9eOSRUOKg/+QQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nFiRg+l33FvZ3NHyAnYts4vg5n2yv0oqWLxZFBEX984qsQd9Cv6KslPJrA/fxMMFF Izo3IwNwB7Xz0k/HADMvLVw7UI9dXQWaP7yR3M3ramozb+96sXoqa+5syzCr3NH5l+ IL/xfDReNCeoVVazHZ4NY3R8qiwc4Jx6dnIm4/oDcljvIUEsuzttI/hesTTQznpNdT OjWr0wDJbupOPq3pvSoSA6p6pSZ6dgdj6WoaZp6h1XlyMI/PzfqwmL6gdByfD4jwSB XENRbHQm0C9EWXsz6HFnG3jfEh1ZL7ZnhzXMGzuHrgAzpyJ7zKWappTTUiDnjPUzlh AdvvQKj6p9QbQ== Date: Mon, 6 Jan 2025 08:56:15 -1000 From: Tejun Heo To: Andrea Righi Cc: David Vernet , Changwoo Min , Jonathan Corbet , linux-doc@vger.kernel.or, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON Message-ID: References: <20250106170309.205385-1-arighi@nvidia.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250106170309.205385-1-arighi@nvidia.com> On Mon, Jan 06, 2025 at 06:03:09PM +0100, Andrea Righi wrote: > With commit 5b26f7b920f7 ("sched_ext: Allow SCX_DSQ_LOCAL_ON for direct > dispatches"), scx_bpf_dsq_insert() can use SCX_DSQ_LOCAL_ON for direct > dispatch from ops.enqueue() to target the local DSQ of any CPU. > > Update the documentation accordingly. > > Fixes: 5b26f7b920f7 ("sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches") > Signed-off-by: Andrea Righi Applied to sched_ext/for-6.14. Thanks. -- tejun