Re: [dpdk-dev] [PATCH] kni: return failure for all ioctls

2018-10-02 Thread Thomas Monjalon
18/09/2018 18:19, Ferruh Yigit: > On 9/13/2018 10:46 PM, Dan Gora wrote: > > Modify kni_net_ioctl() to return -EOPNOTSUPP for all ioctls instead > > of 0. > > > > This is necessary because the Wicked (and possibly other) network > > interface managers will perform the SIOCGIWNAME ioctl to check if

Re: [dpdk-dev] [PATCH] kni: return failure for all ioctls

2018-09-18 Thread Ferruh Yigit
On 9/13/2018 10:46 PM, Dan Gora wrote: > Modify kni_net_ioctl() to return -EOPNOTSUPP for all ioctls instead > of 0. > > This is necessary because the Wicked (and possibly other) network > interface managers will perform the SIOCGIWNAME ioctl to check if > the interface is a wireless interface. I

[dpdk-dev] [PATCH] kni: return failure for all ioctls

2018-09-13 Thread Dan Gora
Modify kni_net_ioctl() to return -EOPNOTSUPP for all ioctls instead of 0. This is necessary because the Wicked (and possibly other) network interface managers will perform the SIOCGIWNAME ioctl to check if the interface is a wireless interface. If the KNI module returns success, Wicked will incor