examples/ip_pipeline: add sample configs for various layers
authorJasvinder Singh <jasvinder.singh@intel.com>
Wed, 1 Jun 2016 14:01:02 +0000 (15:01 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jun 2016 19:40:38 +0000 (21:40 +0200)
commit65067473d0ab861cc09be9cf2b7bc71151ebd92f
treea3685310c1bb0dcccc7738bd8bd18c813040bedf
parent5a522263b532ac6a068a1d85025708a0b091706d
examples/ip_pipeline: add sample configs for various layers

The sample configuration file demonstrates that network layer components such
as TCP, UDP, ICMP etc, can be easily integrated into ip pipeline infrastructure.
Similarily, various other functionalities such as IP Reassembly for input
traffic with local destination and IP Fragmentation to enforce the MTU for
the routed output traffic, can be added using SWQs enabled with
reassembly and fragmentation features.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/config/network_layers.cfg [new file with mode: 0644]
examples/ip_pipeline/config/network_layers.sh [new file with mode: 0644]