numam-dpdk/examples/ip_pipeline/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
..
hash_func.h examples/ip_pipeline: fix SSE4.2 optimization branch 2016-03-31 22:56:00 +02:00
pipeline_actions_common.h examples/ip_pipeline: add load balancing to pass-through 2016-03-13 16:08:55 +01:00
pipeline_common_be.c examples/ip_pipeline: add master pipeline 2015-07-09 17:25:46 +02:00
pipeline_common_be.h examples/ip_pipeline: add master pipeline 2015-07-09 17:25:46 +02:00
pipeline_common_fe.c examples/ip_pipeline: support KNI 2016-06-21 18:05:45 +02:00
pipeline_common_fe.h examples/ip_pipeline: update routes when ports state change 2016-06-08 21:40:38 +02:00
pipeline_firewall_be.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_firewall_be.h examples/ip_pipeline: add bulk update of firewall rules 2015-11-26 00:32:12 +01:00
pipeline_firewall.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_firewall.h examples/ip_pipeline: rework firewall CLI 2016-06-08 16:45:05 +02:00
pipeline_flow_actions_be.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_flow_actions_be.h examples/ip_pipeline: add missing files of flow actions pipeline 2015-12-07 12:54:02 +01:00
pipeline_flow_actions.c examples/ip_pipeline: fix action flow bulk command 2016-07-22 12:40:26 +02:00
pipeline_flow_actions.h examples/ip_pipeline: rework flow action CLI 2016-06-08 16:45:05 +02:00
pipeline_flow_classification_be.c examples/ip_pipeline: fix IPv6 flow classification 2016-07-22 12:40:26 +02:00
pipeline_flow_classification_be.h examples/ip_pipeline: add flow id parameter to flow classification 2015-12-07 02:35:56 +01:00
pipeline_flow_classification.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_flow_classification.h examples/ip_pipeline: rework flow classification CLI 2016-06-08 16:45:05 +02:00
pipeline_master_be.c examples/ip_pipeline: support KNI 2016-06-21 18:05:45 +02:00
pipeline_master_be.h examples/ip_pipeline: add master pipeline 2015-07-09 17:25:46 +02:00
pipeline_master.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_master.h examples/ip_pipeline: add master pipeline 2015-07-09 17:25:46 +02:00
pipeline_passthrough_be.c examples/ip_pipeline: fix IPv6 flow classification 2016-07-22 12:40:26 +02:00
pipeline_passthrough_be.h examples/ip_pipeline: add load balancing to pass-through 2016-03-13 16:08:55 +01:00
pipeline_passthrough.c examples/ip_pipeline: link routing output ports to devices 2016-06-08 21:36:04 +02:00
pipeline_passthrough.h examples/ip_pipeline: rework passthrough pipeline 2015-07-09 17:25:46 +02:00
pipeline_routing_be.c examples/ip_pipeline: update routes when ports state change 2016-06-08 21:40:38 +02:00
pipeline_routing_be.h examples/ip_pipeline: update routes when ports state change 2016-06-08 21:40:38 +02:00
pipeline_routing.c examples/ip_pipeline: update routes when ports state change 2016-06-08 21:40:38 +02:00
pipeline_routing.h examples/ip_pipeline: assign MAC address to routing ports 2016-06-08 21:39:13 +02:00