Re: [PATCH] linux-user: Add ETHTOOL ioctl

2021-01-06 Thread Laurent Vivier
Le 05/01/2021 à 21:07, Matevz Langus a écrit : > Hi Laurent, Hi Matevz, > I know it must be more complex, but it worked for our case so I wanted to > share it anyway as we did > not find support for this in latest git, but forgot to check mailing list. This kind of patch only works if endiannes

Re: [PATCH] linux-user: Add ETHTOOL ioctl

2021-01-05 Thread Matevz Langus
Hi Laurent, I know it must be more complex, but it worked for our case so I wanted to share it anyway as we did not find support for this in latest git, but forgot to check mailing list. With this small patch + some others in Linux kernel we were able to execute Intel XL710 network adapter N

Re: [PATCH] linux-user: Add ETHTOOL ioctl

2021-01-05 Thread Laurent Vivier
Hi Matevz, Le 05/01/2021 à 20:24, Matevz Langus a écrit : > Handling of ETHTOOL ioctl was not implemented. > > Signed-off-by: Matevz Langus > --- >  linux-user/ioctls.h   | 1 + >  linux-user/syscall_defs.h | 1 + >  2 files changed, 2 insertions(+) > > diff --git a/linux-user/ioctls.h b/linu

[PATCH] linux-user: Add ETHTOOL ioctl

2021-01-05 Thread Matevz Langus
Handling of ETHTOOL ioctl was not implemented. Signed-off-by: Matevz Langus ---  linux-user/ioctls.h   | 1 +  linux-user/syscall_defs.h | 1 +  2 files changed, 2 insertions(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 661b5daa9f..3e5c220199 100644 --- a/linux-user/ioctls.