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 E51C733E36C for ; Wed, 11 Feb 2026 16:58:23 +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=1770829104; cv=none; b=O3cxi0wmfeXyedsX2wwCkRg+aNPwFmjBiwaPXzpCmDXoIWjn9iJkB+grMUVPKCC47I52P1g/sV2kcjYZeAz9CAQXUpEir81zoWbrS48Hx6EtlRWdIv7HJvhcQwibE5uQTDB0tAjn1HuJoG/tfswLqi+cXT0m03qmqIIchEM+SYI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770829104; c=relaxed/simple; bh=xEUCiuHuaBrSQxASYEk7cwhgYLqUzm3JLT9QA+TTjjw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SWy/ogcXnVqIJwwHfI8tLaV0ngsdxQgBcVJxCJSZ5W0T1bdmBRtyT9Mn27O3M/El9qeN4L+j/xcCFfDOagUU+KmieV97CdPslaaMYhTF9iGW0YhOWDnJ/Z768FvUvh29mFX37hXzdxfHaM+AY+tXqSpssq/t7E4RcgC/gcWlIJo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fwu2dSLa; 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="Fwu2dSLa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23DF8C4CEF7; Wed, 11 Feb 2026 16:58:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770829103; bh=xEUCiuHuaBrSQxASYEk7cwhgYLqUzm3JLT9QA+TTjjw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Fwu2dSLax57iGcewB36e2PooL7V85NSYcf3gsl7d9IEvcFNv5O7ets+8DiiL/HGXv 9tT2SL8d06ZIN/VHSq5s8+0JsmEcFwulR4MaJLdoHRdiRiBcWTwzTn9KsEhzwV9VdO kLDkONa/As5sZlmOKrN16KBJ5Fx/AdClIwx0Rmy5f03BFor3IXP4p8ffPZsgeo2qQu IlhIKXi3FEYdZ5GlVBYqoMZfGj4EUaXzy89z39++YWGNov3zdDs6dt1XEl6Me/H3/Y +k6Y+yoV80pidlMNokt9pk/Rr/tjncrsZMaMSdZRn6vikOmdSujfWqHZHPKxMQ0gW8 hyD4XTh1roPUg== Date: Wed, 11 Feb 2026 08:58:22 -0800 From: Jakub Kicinski To: Pavan Chebbi Cc: Bobby Eshleman , Michael Chan , "David S . Miller" , Linux Netdev List , Eric Dumazet , Paolo Abeni , Andrew Lunn , Andrew Gospodarek Subject: Re: [PATCH net v2 4/4] selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up Message-ID: <20260211085822.184f85c2@kernel.org> In-Reply-To: References: <20260206052930.1882740-1-michael.chan@broadcom.com> <20260206052930.1882740-5-michael.chan@broadcom.com> <20260210174627.2360a03c@kernel.org> <20260210201706.1da13881@kernel.org> <20260211083132.15b15870@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 11 Feb 2026 22:08:39 +0530 Pavan Chebbi wrote: > > > My experiments are pointing to 'self.cancel()' sometimes taking a lot > > > of time as part of the exec(). > > > I don't know but I feel the new test code itself should be OK. I can > > > send a v3 and you can run it once too? > > > > Could you reply to this thread with what the version of the patch where > > you see defer() takes a long time? We use defer all over the place.. > > Oh it is still in my sandbox. It's after I incorporate the comments I > received on the v2. > You should see it in v3. Let me ask Michael to send it. I'm asking for the version that doesn't work / causes trouble. Presumably that's not the version you want Michael to submit?