DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [REQUEST] New repository request for project SPP
@ 2016-05-26 16:48 Ferruh Yigit
  2016-05-27 13:59 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2016-05-26 16:48 UTC (permalink / raw)
  To: DPDK, Thomas Monjalon; +Cc: Rogers, Gerald, Choi, Sy Jong

Hi Thomas,

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?

Main contributors of the project are Sy Jong Choi and Gerald Rogers, but
the project is be open to anyone and we would be happy to see other
contributors.

For now it is planned to used dpdk mail list for announcements and for
urgent issues.


High Level Description:

SPP is a framework for managing DPDK resources.

The goal of SPP is to easily interconnect DPDK applications together,
and assign resources dynamically to these applications to build a pipeline.

The first version of SPP provides for the management of DPDK ports, and
assigning ports to different DPDK applications.

The framework is composed of a primary DPDK application that is
responsible for resource management. This primary application doesn't
interact with any traffic, and is used to manage creation and freeing of
resources only.

A Python based management interface is provided to control the primary
DPDK application to create resources, which are then to be used by
secondary applications. This management application provides a socket
based interface for the primary and secondary DPDK applications to
interface to the manager. The management application will use OVSDB to
maintain all created and assigned ports.



Thanks,
ferruh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [REQUEST] New repository request for project SPP
  2016-05-26 16:48 [dpdk-dev] [REQUEST] New repository request for project SPP Ferruh Yigit
@ 2016-05-27 13:59 ` Thomas Monjalon
  2016-05-31 18:11   ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2016-05-27 13:59 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Rogers, Gerald, Choi, Sy Jong

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
Feel free to send an announce when it is ready.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [REQUEST] New repository request for project SPP
  2016-05-27 13:59 ` Thomas Monjalon
@ 2016-05-31 18:11   ` Ferruh Yigit
  2016-06-01  9:48     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2016-05-31 18:11 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Rogers, Gerald, Choi, Sy Jong

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.

> Feel free to send an announce when it is ready.
> 

Will send an announce when it is ready for release.


Thanks,
ferruh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [REQUEST] New repository request for project SPP
  2016-05-31 18:11   ` Ferruh Yigit
@ 2016-06-01  9:48     ` Thomas Monjalon
  2016-06-01 10:00       ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2016-06-01  9:48 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Rogers, Gerald, Choi, Sy Jong

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.

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=3d71facfefbb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [REQUEST] New repository request for project SPP
  2016-06-01  9:48     ` Thomas Monjalon
@ 2016-06-01 10:00       ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2016-06-01 10:00 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Rogers, Gerald, Choi, Sy Jong

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.
> 
> 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=3d71facfefbb
> 

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-01 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-26 16:48 [dpdk-dev] [REQUEST] New repository request for project SPP Ferruh Yigit
2016-05-27 13:59 ` Thomas Monjalon
2016-05-31 18:11   ` Ferruh Yigit
2016-06-01  9:48     ` Thomas Monjalon
2016-06-01 10:00       ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).