From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/kni: add KNI PMD Date: Thu, 08 Sep 2016 09:44:55 +0200 Message-ID: <2985356.Pbo0hBOtBI@xps13> References: <1473157994-25101-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, Bruce Richardson To: Ferruh Yigit Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7F73C91E8 for ; Thu, 8 Sep 2016 09:44:57 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id 1so72493732wmz.1 for ; Thu, 08 Sep 2016 00:44:57 -0700 (PDT) In-Reply-To: <1473157994-25101-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-06 11:33, Ferruh Yigit: > Add KNI PMD which wraps librte_kni for ease of use. > > KNI PMD can be used as any regular PMD to send / receive packets to the > Linux networking stack. Good move! Why not deprecate librte_kni and move all the code in the PMD later?