From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60BA5C433EF for ; Mon, 30 May 2022 18:10:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242061AbiE3SKy (ORCPT ); Mon, 30 May 2022 14:10:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235213AbiE3SKx (ORCPT ); Mon, 30 May 2022 14:10:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A661A26DC; Mon, 30 May 2022 11:10:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8F0C26119E; Mon, 30 May 2022 18:10:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7591C385B8; Mon, 30 May 2022 18:10:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653934250; bh=GMRBuCfZSVlPfeLJvPUNKQfnlaeimJNlXW6DlvONXXs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QbiEDWmM0Hw4RoH9U20qasNlvoiBwcFrZhQXgKGsofPncQ0OYEsIlcKCkmvaHLvmY acRZWG2fM6cnOmkhDAONLRQQvFFudCA7+tdW/XVlem7rPrVP5KXShgMKfLNoddpzs3 lulSqOLlppNC8J3ebF6bOMfw9sZNWZsxiVB70BjVLvYFanPKADC5Nx9cufaDXovyMm UIcasTeaQgaKTMvAMnclxF7rFMcgzjpweuOwjeQMFhqvFVRf97aNuUPLIynWupMFWc wcm6HP/GRgj7WY6okplSPRbpmSyTDw7Yt3OUoNB0uL30vKn/j2bDedf4N6YGngoj+0 YsvyHyL+4F16w== Date: Mon, 30 May 2022 11:10:48 -0700 From: Jakub Kicinski To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Tonghao Zhang , Jamal Hadi Salim , Cong Wang , Jiri Pirko , "David S. Miller" , Jonathan Lemon , Eric Dumazet , Alexander Lobakin , Paolo Abeni , Talal Ahmad , Kevin Hao , Ilias Apalodimas , Kees Cook , Kumar Kartikeya Dwivedi , Antoine Tenart , Wei Wang , Arnd Bergmann , idosch@nvidia.com, petrm@nvidia.com, bigeasy@linutronix.de, imagedong@tencent.com, netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.18 040/159] net: sched: use queue_mapping to pick tx queue Message-ID: <20220530111048.6120db70@kernel.org> In-Reply-To: <20220530132425.1929512-40-sashal@kernel.org> References: <20220530132425.1929512-1-sashal@kernel.org> <20220530132425.1929512-40-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 30 May 2022 09:22:25 -0400 Sasha Levin wrote: > From: Tonghao Zhang > > [ Upstream commit 2f1e85b1aee459b7d0fd981839042c6a38ffaf0c ] This is prep for a subsequent patch which was adding a feature.