From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [REQUEST] New repository request for project SPP Date: Wed, 1 Jun 2016 11:00:33 +0100 Message-ID: <574EB241.5050005@intel.com> References: <574728C7.5000701@intel.com> <1837823.KSPBysinHf@xps13> <574DD3D6.5040001@intel.com> <23626072.jjVEH8XBBj@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, "Rogers, Gerald" , "Choi, Sy Jong" To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B9BD25A53 for ; Wed, 1 Jun 2016 12:00:37 +0200 (CEST) In-Reply-To: <23626072.jjVEH8XBBj@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/1/2016 10:48 AM, Thomas Monjalon wrote: > 2016-05-31 19:11, Ferruh Yigit: >> On 5/27/2016 2:59 PM, Thomas Monjalon wrote: >>> 2016-05-26 17:48, Ferruh Yigit: >>>> SPP: Soft Patch Panel, a new project on top of DPDK library. >>>> >>>> >>>> Code is close to its first release, and we would like to open source= the >>>> project and host it under dpdk.org. >>>> >>>> Can you please create a new repository under dpdk.org named "spp", >>>> and add me as the maintainer of the repo? >>> >>> Done >> >> Thank you, it is working fine. I did push initial code. >=20 > Why have you pushed the DPDK code in this repository? > It is supposed to be an independent application, not an example. > http://dpdk.org/browse/apps/spp/commit/?id=3D3d71facfefbb >=20 Target is to make it independent application, not example. Currently it is sitting in the example folder, because that is how it started. The plan is to separate it completely when it becomes more mature.