From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix possible deadlock Date: Thu, 07 Apr 2016 19:29:56 +0200 Message-ID: <1887304.gjiLXCoQP6@xps13> References: <57066FC5.6000900@intel.com> <1460044517-6871-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, Jay Rolette , Neil Horman To: Ferruh Yigit Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 0FF47E6D for ; Thu, 7 Apr 2016 19:29:59 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id l6so34893145wml.1 for ; Thu, 07 Apr 2016 10:29:59 -0700 (PDT) In-Reply-To: <1460044517-6871-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-04-07 16:55, Ferruh Yigit: > netif_rx() should be used in interrupt context. Replace it with > netif_rx_ni() which is safe to use in process context. > > Signed-off-by: Ferruh Yigit Applied, thanks