numam-dpdk/examples/ip_pipeline
Jasvinder Singh 7f837dcc8f examples/ip_pipeline: add sample configurations and scripts
This patch includes the configuration and script files of the some
applications which can be built using DPDK Packet Framework. A
configuration file defines the application structure which include
packet processing stages (knowns as pipelines), their connectivity
and other parameters necessary to start and run the application. A
script file specifies CLI commands required for loading table entries
(rules/routes, etc). The configuration/script files for simple
applications such as l2 forwarding, l3 forwarding have been presented.
In addition, to demonstrate the use and inter-connectivity of various
pipeline modules (which are avilable in packet framework), a complex
packet processing workload i.e. edge router is considered. The
configuration of the pipeline stages used for upstream and downstream
flow processing has been specified separately in two configuration
files. All these configuration and script files don't affect the
compilation.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-12-14 22:53:48 +01:00
..
config examples/ip_pipeline: add sample configurations and scripts 2015-12-14 22:53:48 +01:00
pipeline examples/ip_pipeline: fix logically dead node 2015-12-13 02:36:06 +01:00
app.h examples/ip_pipeline: check pipeline type 2015-12-07 02:35:56 +01:00
config_check.c examples/ip_pipeline: check queues 2015-12-07 02:35:56 +01:00
config_parse_tm.c examples/ip_pipeline: fix buffer overrun 2015-12-13 02:39:19 +01:00
config_parse.c examples/ip_pipeline: fix parsing error code 2015-12-13 02:39:24 +01:00
cpu_core_map.c examples/ip_pipeline: rework config file syntax 2015-07-09 17:25:45 +02:00
cpu_core_map.h examples/ip_pipeline: rework config file syntax 2015-07-09 17:25:45 +02:00
init.c examples/ip_pipeline: fix buffer copy size 2015-12-13 02:35:05 +01:00
main.c examples/ip_pipeline: add more ports 2015-11-26 00:32:12 +01:00
Makefile examples/ip_pipeline: add flow actions pipeline 2015-12-07 02:35:56 +01:00
pipeline_be.h examples/ip_pipeline: add hex parsing 2015-11-26 00:45:50 +01:00
pipeline.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread_fe.c examples/ip_pipeline: fix coverity warnings 2015-12-09 22:02:33 +01:00
thread_fe.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread.c examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00
thread.h examples/ip_pipeline: reconfigure thread binding dynamically 2015-12-07 02:35:56 +01:00