From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 08 Sep 2016 02:25:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="1053018341" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.78]) by fmsmga002.fm.intel.com with SMTP; 08 Sep 2016 02:25:46 -0700 Received: by (sSMTP sendmail emulation); Thu, 08 Sep 2016 10:25:46 +0025 Date: Thu, 8 Sep 2016 10:25:45 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Ferruh Yigit , dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <2985356.Pbo0hBOtBI@xps13> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/kni: add KNI PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 09:25:49 -0000 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?