From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C57542C66 for ; Mon, 20 Feb 2017 13:54:31 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 20 Feb 2017 04:54:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="227490255" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga004.fm.intel.com with ESMTP; 20 Feb 2017 04:54:29 -0800 To: Yong Wang , Thomas Monjalon References: <20170131121819.32196-1-ferruh.yigit@intel.com> <20170217134238.27064-1-ferruh.yigit@intel.com> <1566055.VXsRebtFXA@xps13> <86596f35-f483-e493-101e-f93969bd2f1b@intel.com> Cc: "dev@dpdk.org" , John McNamara From: Ferruh Yigit Message-ID: <362dde80-8fa8-1f1d-b138-2c59483f550c@intel.com> Date: Mon, 20 Feb 2017 12:54:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v9] 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, 20 Feb 2017 12:54:32 -0000 On 2/17/2017 5:52 PM, Yong Wang wrote: >> -----Original Message----- >> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] >> Sent: Friday, February 17, 2017 6:30 AM >> To: Thomas Monjalon >> Cc: dev@dpdk.org; John McNamara ; Yong >> Wang >> Subject: Re: [PATCH v9] net/kni: add KNI PMD >> >> On 2/17/2017 1:47 PM, Thomas Monjalon wrote: >>> 2017-02-17 13:42, 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. >>>> >>>> Signed-off-by: Ferruh Yigit >>>> Reviewed-by: Yong Wang <...> > Acked-by: Yong Wang Applied to dpdk-next-net/master, thanks.