numam-dpdk/examples/ip_pipeline
Sankar Chokkalingam 6fe8ecc10c examples/ip_pipeline: fix IPv6 flow classification
IP Pipeline application with the configuration for Flow Classification
IPV6 did not instantiate.
Parse error in section "PIPELINE1": entry "dma_src_mask" too long

The dma_src_mask check in pipeline_passthrough_parse_args() is wrong.

This fix increases the length of dma_src_mask by 1 for NULL termination
and corrected the validation of dma_src_mask length.
This fix is also propagated to pipeline_fc_parse_args() for key_mask_str
validation.

Signed-off-by: Sankar Chokkalingam <sankarx.chokkalingam@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2016-07-22 12:40:26 +02:00
..
config examples/ip_pipeline: add config diagram generator 2016-07-11 17:26:52 +02:00
pipeline examples/ip_pipeline: fix IPv6 flow classification 2016-07-22 12:40:26 +02:00
app.h examples/ip_pipeline: support KNI 2016-06-21 18:05:45 +02:00
config_check.c examples/ip_pipeline: support KNI 2016-06-21 18:05:45 +02: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: support KNI 2016-06-21 18:05:45 +02:00
cpu_core_map.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01: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: support KNI 2016-06-21 18:05:45 +02:00
main.c examples/ip_pipeline: add more ports 2015-11-26 00:32:12 +01:00
Makefile examples/ip_pipeline: add string parsing helpers 2016-06-08 16:45:05 +02:00
parser.c examples/ip_pipeline: add string parsing helpers 2016-06-08 16:45:05 +02:00
parser.h examples/ip_pipeline: add string parsing helpers 2016-06-08 16:45:05 +02:00
pipeline_be.h examples/ip_pipeline: support KNI 2016-06-21 18:05:45 +02:00
pipeline.h examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
thread_fe.c examples/ip_pipeline: fix null pointer dereference 2016-06-14 21:09:29 +02:00
thread_fe.h examples/ip_pipeline: measure CPU utilization 2016-03-07 12:35:36 +01:00
thread.c examples/ip_pipeline: measure CPU utilization 2016-03-07 12:35:36 +01:00
thread.h examples/ip_pipeline: measure CPU utilization 2016-03-07 12:35:36 +01:00