From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: remove rte_panic exits from library Date: Wed, 21 Sep 2016 18:21:49 +0200 Message-ID: <1772086.d4vzZP8quO@xps13> References: <1472809909-10962-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 9A2132170 for ; Wed, 21 Sep 2016 18:21:51 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id l132so100199048wmf.1 for ; Wed, 21 Sep 2016 09:21:51 -0700 (PDT) In-Reply-To: <1472809909-10962-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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