Re: [PATCH] selftests: net: Add on/off checks for network interface non fixed features

2024-06-09 Thread Abhinav Jain
On Fri, 7 Jun 2024 19:01:27 +0100, Simon Horman wrote: > Hi Abhinav, > > I suspect this will now only report a failure if tail fails, > but ignore ethtool failures. Hi Simon, I agree, I missed this part earlier. After taking other suggestion into account, we don't need this tail and I have remov

Re: [PATCH] selftests: net: Add on/off checks for network interface non fixed features

2024-06-07 Thread Simon Horman
On Thu, Jun 06, 2024 at 09:27:14PM +, Abhinav Jain wrote: > This patch addresses the present TODO in the file. > I have tested it manually on my system and added relevant filtering to > ensure that the correct feature list is being checked. > > Signed-off-by: Abhinav Jain > --- > tools/testi

[PATCH] selftests: net: Add on/off checks for network interface non fixed features

2024-06-06 Thread Abhinav Jain
This patch addresses the present TODO in the file. I have tested it manually on my system and added relevant filtering to ensure that the correct feature list is being checked. Signed-off-by: Abhinav Jain --- tools/testing/selftests/net/netdevice.sh | 21 +++-- 1 file changed, 19