Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] doc: add initial README file
@ 2016-08-04  9:21 Ferruh Yigit
  2016-12-10  4:45 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2016-08-04  9:21 UTC (permalink / raw)
  To: spp

To document what SPP is.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 README | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..27e3b35
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+Soft Patch Panel
+================
+
+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.
-- 
2.7.4

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

* Re: [spp] [PATCH] doc: add initial README file
  2016-08-04  9:21 [spp] [PATCH] doc: add initial README file Ferruh Yigit
@ 2016-12-10  4:45 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2016-12-10  4:45 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: spp

On 8/4/2016 10:21 AM, ferruh.yigit at intel.com (Ferruh Yigit) wrote:
> To document what SPP is.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---

Applied, thanks.

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

end of thread, other threads:[~2016-12-10  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-04  9:21 [spp] [PATCH] doc: add initial README file Ferruh Yigit
2016-12-10  4:45 ` 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).