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

2024-10-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 22 Oct 2024 13:49:08 -0700 you wrote: > The latter is the preferred way to copy ethtool strings. > > Avoids manually incrementing the data pointer. > > Signed-off-by: Rosen Penev > --- > .../ethernet/micro

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: mana: use ethtool string helpers

2024-10-22 Thread Rosen Penev
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. > --- > .../ethernet/microsoft/mana/mana_ethtool.c| 55 ++-

[PATCH] net: mana: use ethtool string helpers

2024-10-22 Thread Rosen Penev
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 changed, 18 insertions(+), 37 deletions(-) diff --git a/drivers/net/ethernet/mic