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 658D7283C87; Tue, 17 Mar 2026 16:15:02 +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=1773764102; cv=none; b=OQ1bRU7jJGsUER5tWyAV79ITJyA7jP1z3wmyTKfqtrzHHA1DTIm2Y5dWfkAavfXWdM/8ryp6vxrpuwv46B112NoVltbWmmIpNz7Ts9qgi2LqLkULKTbbSwjJEBWShdnpiSjXDZgto/KRABk7+ca6mOLUkw2p0+6odBVuE9QhOC4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773764102; c=relaxed/simple; bh=UphfycUSWzpIkA6CM6q6KSYT3Kt5Z/+FEK5eSxrCnWw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UCjfxAlPoz3xkCIkStlkN9unqL43KGwQYFtY+ogiP7AU4Koig8eRc71XZR1iyX1woovTloKvn/+CkwvGKSohKwvy4m34PSjuDlL7V4ubWf/8DhyPYi1I0LqPozDmYR53xLLDXpmAumDPayj3NjNeZBJJhg8GYOym4gPnuwLgA/U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=d1BxvLWA; 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="d1BxvLWA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30E54C4CEF7; Tue, 17 Mar 2026 16:15:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773764102; bh=UphfycUSWzpIkA6CM6q6KSYT3Kt5Z/+FEK5eSxrCnWw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=d1BxvLWAsohB++QNIhLN1YFQxrt4XnXj1JFsUQfvSoT0fFAnVztCTtpfjx7vKPnxk 6qGdhQo7nzE4F/mNL5Q0sRYKWEabLJX9GtIKERlnnLmzq8mMQj9bDY61FQ9eqlW3Tj f5igX67Ru650I2e+gbseyqLyoGULpN4rj+znIUcrTwIcRzHzO3e9JfKhSfEuLpsCWC Pqb8ttQoAR4pBXYhDFNJskQm1sAqZGUNGp1d8CbcljJ5uraC0X5mW23HaLS4sIxBwv 0nJp+xPBBBUq5MbgvSXUtiH6VYxzrFIJYnFvfcigqDjLGn7XX5B9KSqtUwO/MGZIWm D8oyPcOa6WzTg== Date: Tue, 17 Mar 2026 09:15:00 -0700 From: Jakub Kicinski To: I Viswanath Cc: stfomichev@gmail.com, horms@kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, davem@davemloft.net, eperezma@redhat.com, xuanzhuo@linux.alibaba.com, jasowang@redhat.com, mst@redhat.com, przemyslaw.kitszel@intel.com, anthony.l.nguyen@intel.com, jacob.e.keller@intel.com, ronak.doshi@broadcom.com, pcnet32@frontier.com, bcm-kernel-feedback-list@broadcom.com, netdev@vger.kernel.org, virtualization@lists.linux.dev, intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v9 0/7] Introduce async callback ndo_set_rx_mode_async Message-ID: <20260317091500.3b3488d4@kernel.org> In-Reply-To: References: <20260314182809.362808-1-viswanathiyyappan@gmail.com> <20260314130601.0ec7a534@kernel.org> Precedence: bulk X-Mailing-List: virtualization@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 15 Mar 2026 01:29:14 +0530 I Viswanath wrote: > On Sun, 15 Mar 2026 at 01:36, Jakub Kicinski wrote: > > Stan is actively working on this: > > https://lore.kernel.org/20260313145113.1424442-1-sdf@fomichev.me > > I feel like I spent enough time reviewing your attempts and Stan > > will not need as much maintainer attention to bring this to > > a closure so let him cook. Sorry. > > Honestly, I should be thanking you for not throwing it out sooner. I > don't think I was skilled/experienced to actually make it work and > someone more qualified should handle this. On the bright side, That > means I am now much better at solving regular boring bugs and I think > that's what matters. Cheers Thank you for the understanding!