From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP; 30 Jan 2017 11:43:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,312,1477983600"; d="scan'208";a="59914152" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga006.fm.intel.com with ESMTP; 30 Jan 2017 11:43:47 -0800 To: Yong Wang , Thomas Monjalon References: <20161130181228.25380-1-ferruh.yigit@intel.com> <20170130165739.16253-1-ferruh.yigit@intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Mon, 30 Jan 2017 19:43:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5] net/kni: add KNI PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 19:43:49 -0000 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 > >> <...>