From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: BUG - KNI broken in 4.2 kernel Date: Thu, 27 Aug 2015 10:41:59 +0200 Message-ID: <2977472.7tFezkZAUv@xps13> References: <20150826171516.7160bcb2@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 4900158F6 for ; Thu, 27 Aug 2015 10:43:11 +0200 (CEST) Received: by wijn1 with SMTP id n1so48086923wij.0 for ; Thu, 27 Aug 2015 01:43:11 -0700 (PDT) In-Reply-To: <20150826171516.7160bcb2@urahara> 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" 2015-08-26 17:15, Stephen Hemminger: > The network device ops handles changed again. > > Does KNI really need to keep yet another copy of the Intel driver code. > There already are 4 versions: > 1. Out-of tree base driver > 2. In-kernel mainline Linux driver > 3. DPDK driver > 4. KNI DPDK driver You forgot the BSD drivers and probably others. > No wonder they can't stay in sync. A patch to remove igb/ixgbe drivers from KNI would be welcome.