From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 91D2A952 for ; Fri, 17 Feb 2017 15:00:15 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 032FF19D241 for ; Fri, 17 Feb 2017 14:00:16 +0000 (UTC) Received: from rhvm.imac (ovpn-116-159.ams2.redhat.com [10.36.116.159]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1HE0F1v000872 for ; Fri, 17 Feb 2017 09:00:15 -0500 References: <20170131121819.32196-1-ferruh.yigit@intel.com> <20170217134238.27064-1-ferruh.yigit@intel.com> <1566055.VXsRebtFXA@xps13> To: dev@dpdk.org From: Eelco Chaudron Organization: Red Hat Message-ID: <6fd06924-52c9-3978-0a68-19d67b05f2bd@redhat.com> Date: Fri, 17 Feb 2017 15:00:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1566055.VXsRebtFXA@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 17 Feb 2017 14:00:16 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v9] net/kni: add KNI PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: echaudro@redhat.com List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 14:00:15 -0000 On 17/02/17 14:47, 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 >> --- >> >> v9: >> * update for 17.05 > You keep updating this patch in the hope that someone would be interested :) We needed this a while back in DPDK for warp17, however I ended up implementing this myself, https://github.com/Juniper/warp17/blob/master/src/kni_if/tpg_kni_pmd.c I think its useful, so you do not have to use different APIs when sending/receiving over multiple types of interfaces. > Please let's make clear that I am OK to merge it > but you asked me to wait for someone supporting its inclusion.