From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: BUG - KNI broken in 4.2 kernel Date: Wed, 26 Aug 2015 17:15:16 -0700 Message-ID: <20150826171516.7160bcb2@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: dev@dpdk.org, Helin Zhang Return-path: Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id 6DBB65927 for ; Thu, 27 Aug 2015 02:15:05 +0200 (CEST) Received: by pabzx8 with SMTP id zx8so4198676pab.1 for ; Wed, 26 Aug 2015 17:15:04 -0700 (PDT) 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" 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 No wonder they can't stay in sync.