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 5C9641C84D0; Wed, 23 Jul 2025 22:16:24 +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=1753308984; cv=none; b=R7ydsmyEail1pd2aTr2BJftsqD49dDusl5eK0yHEi9wFIitBJu5Cs7hZsyKN/46TvzQjzMgHyNDjmmqfPaPcSGnHm06efAUiRsJ5uFs4wwzX5yPJ+cl23ru2UG9DE3sRC0NJWtgFIJ+80vIWhL3qL8Yo71uEbzzBMf3L0xLaV8g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753308984; c=relaxed/simple; bh=CXlQbWCod255PhLjLd1pnNzqKBTQAnCUYfPIJDFXxt0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Kvhq3zNhisEVqOqIZEBZmAAY8+l3qIpaqR0gTBFr3OIjCHityjkZXBZaPVyyV/3GQBk0OML+U9EI4ohX4n/bWwq9/x3vuvGDqApDIHL6v1A7jTAeQSfpgmR8sGLoQZY1p49LP3yAVaSJwKW7lMT9LpzmR2Oqgeb8G4S53pimYkM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ja846Zfs; 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="Ja846Zfs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22114C4CEE7; Wed, 23 Jul 2025 22:16:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753308983; bh=CXlQbWCod255PhLjLd1pnNzqKBTQAnCUYfPIJDFXxt0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Ja846ZfsobSHMLatLtSKRrWuSKOfxaPHfEzAJ34f28njgLINmFZpWB/AjV/gmY35L 05R9wcQt0M0eaz4Ej+W1Nulw2AcV/ZCmlAG+au9iJF42KHCqSzuXNX1ABrJQu1pTEW gOYTD2urcBwM9xxiKbhmfzXNxkIUMaxv7K+IW9vSouCKr7iMhl98zcI+CbGigWt6gP A00BFuSB789iM+Xisadpw40OzfJVgO96vKeXmcNvXSsSmIEaY/wIU8kC7suxC2EKcX QiP/oE5cbZz+zWTTTfxfq8Bcqb/e3lXDGGJH7QlyhsM57ijbT7IeqvDPBgT6edEzQ1 YiM9AbxQQUZaw== Date: Wed, 23 Jul 2025 15:16:22 -0700 From: Jakub Kicinski To: Haiyang Zhang Cc: Jason Wang , Stephen Hemminger , Cindy Lu , KY Srinivasan , Wei Liu , Dexuan Cui , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Michael Kelley , Shradha Gupta , Kees Cook , Stanislav Fomichev , Kuniyuki Iwashima , Alexander Lobakin , Guillaume Nault , Joe Damato , Ahmed Zaki , "open list:Hyper-V/Azure CORE AND DRIVERS" , "open list:NETWORKING DRIVERS" , open list Subject: Re: [PATCH RESEND] netvsc: transfer lower device max tso size Message-ID: <20250723151622.0606cc99@kernel.org> In-Reply-To: References: <20250718061812.238412-1-lulu@redhat.com> <20250721162834.484d352a@kernel.org> <20250721181807.752af6a4@kernel.org> <20250723080532.53ecc4f1@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, 23 Jul 2025 20:18:03 +0000 Haiyang Zhang wrote: > > > Btw, if I understand this correctly. This is for future development so > > > it's not a blocker for this patch? > > > > Not a blocker, I'm just giving an example of the netvsc auto-weirdness > > being a source of tech debt and bugs. Commit d7501e076d859d is another > > recent one off the top of my head. IIUC systemd-networkd is broadly > > deployed now. It'd be great if there was some migration plan for moving > > this sort of VM auto-bonding to user space (with the use of the common > > bonding driver, not each hypervisor rolling its own). > > Actually, we had used the common bonding driver 9 years ago. But it's > replaced by this kernel/netvsc based "transparent" bonding mode. See > the patches listed below. > > The user mode bonding scripts were unstable, and difficult to deliver > & update for various distros. So Stephen developed the new "transparent" > bonding mode, which greatly improves the situation. I specifically highlighted systemd-networkd as the change in the user space landscape.