Re: [PATCH] net: mana: use ethtool string helpers

2024-10-24 Thread Shradha Gupta
On Tue, Oct 22, 2024 at 01:49:08PM -0700, Rosen Penev wrote: > The latter is the preferred way to copy ethtool strings. > > Avoids manually incrementing the data pointer. > > Signed-off-by: Rosen Penev > --- > .../ethernet/microsoft/mana/mana_ethtool.c| 55 ++- > 1 file chan

Re: [PATCH] net: mana: use ethtool string helpers

2024-10-24 Thread Simon Horman
On Tue, Oct 22, 2024 at 01:56:56PM -0700, Rosen Penev wrote: > On Tue, Oct 22, 2024 at 1:49 PM Rosen Penev wrote: > > > > The latter is the preferred way to copy ethtool strings. > > > > Avoids manually incrementing the data pointer. > > > > Signed-off-by: Rosen Penev > forgot to put net-next. H

Re: [PATCH] net: mana: use ethtool string helpers

2024-10-24 Thread Simon Horman
On Tue, Oct 22, 2024 at 01:49:08PM -0700, Rosen Penev wrote: > The latter is the preferred way to copy ethtool strings. > > Avoids manually incrementing the data pointer. > > Signed-off-by: Rosen Penev Reviewed-by: Simon Horman

Re: [PATCH net,v3] hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event

2024-10-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 18 Oct 2024 11:25:22 -0700 you wrote: > The existing code moves VF to the same namespace as the synthetic NIC > during netvsc_register_vf(). But, if the synthetic device is moved to a > new namespace after the VF regi

Re: [PATCH 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-10-24 Thread Naman Jain
On 10/22/2024 11:08 PM, Michael Kelley wrote: From: Naman Jain Sent: Tuesday, October 22, 2024 2:55 AM On 10/21/2024 10:27 AM, Saurabh Singh Sengar wrote: On Fri, Oct 18, 2024 at 04:58:10AM -0700, Naman Jain wrote: [snip] + /* Wait for the host to send all offers. */ + wh