[dpdk-dev] [PATCH] kni: fix crash for KNI interface remove

2016-09-09 Thread Thomas Monjalon
2016-08-31 14:06, Ferruh Yigit: > Removing KNI interface that has no PCI driver for ethtool support cause > kernel crash. > > Fixes: 109febfe58f9 ("net/igb: move PCI device IDs from EAL") > Fixes: 221fba3b987c ("net/ixgbe: move PCI device IDs from EAL") > > Signed-off-by: Ferruh Yigit Applied,

[dpdk-dev] [PATCH] kni: fix crash for KNI interface remove

2016-08-31 Thread Ferruh Yigit
Removing KNI interface that has no PCI driver for ethtool support cause kernel crash. Fixes: 109febfe58f9 ("net/igb: move PCI device IDs from EAL") Fixes: 221fba3b987c ("net/ixgbe: move PCI device IDs from EAL") Signed-off-by: Ferruh Yigit --- lib/librte_eal/linuxapp/kni/kni_misc.c | 10 ++-