From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/kni: add KNI PMD Date: Thu, 8 Sep 2016 10:25:45 +0100 Message-ID: <20160908092545.GA37096@bricha3-MOBL3> References: <1473157994-25101-1-git-send-email-ferruh.yigit@intel.com> <2985356.Pbo0hBOtBI@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ferruh Yigit , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7E2109374 for ; Thu, 8 Sep 2016 11:25:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2985356.Pbo0hBOtBI@xps13> 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" On Thu, Sep 08, 2016 at 09:44:55AM +0200, Thomas Monjalon wrote: > 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? +1 to this plan. However, I don't think it all needs to be done in one patchset, though, does it?