[dpdk-dev] [PATCH] kni: remove rte_panic exits from library

2016-09-21 Thread Thomas Monjalon
2016-09-02 10:51, Ferruh Yigit: > This also helps to remove stack backtrace when kernel module is not > inserted. > > Signed-off-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH] kni: remove rte_panic exits from library

2016-09-02 Thread Ferruh Yigit
This also helps to remove stack backtrace when kernel module is not inserted. Signed-off-by: Ferruh Yigit --- lib/librte_kni/rte_kni.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/lib/librte_kni/rte_kni.c b/lib/librte_kni/rte_kni.c index f48b72b..d88a