From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix crash for KNI interface remove Date: Fri, 09 Sep 2016 15:46:01 +0200 Message-ID: <6154238.UfqKImgbgb@xps13> References: <1472648786-32404-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-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 7EEC35938 for ; Fri, 9 Sep 2016 15:46:04 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id w12so34159847wmf.0 for ; Fri, 09 Sep 2016 06:46:04 -0700 (PDT) In-Reply-To: <1472648786-32404-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-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, thanks