From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5] net/kni: add KNI PMD Date: Mon, 30 Jan 2017 19:43:46 +0000 Message-ID: References: <20161130181228.25380-1-ferruh.yigit@intel.com> <20170130165739.16253-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Yong Wang , Thomas Monjalon Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0BAF8DE5 for ; Mon, 30 Jan 2017 20:43:48 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/30/2017 7:05 PM, Yong Wang wrote: >> -----Original Message----- >> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] >> Sent: Monday, January 30, 2017 8:58 AM >> To: Thomas Monjalon ; Yong Wang >> >> Cc: dev@dpdk.org; Ferruh Yigit >> Subject: [PATCH v5] net/kni: add KNI PMD >> >> 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. >> >> Signed-off-by: Ferruh Yigit >> --- > > Looks good except a few typos in the documentation added. Thank you for the review, I will send a new version with them fixed. > > Reviewed-by: Yong Wang > >> <...>