[dpdk-dev] [PATCH v2] ip_pipeline: add flow actions pipeline
Thomas Monjalon
thomas.monjalon at 6wind.com
Fri Nov 13 17:32:25 CET 2015
2015-11-13 16:29, Fan Zhang:
> examples/ip_pipeline/Makefile | 2 +
> examples/ip_pipeline/app.h | 1 +
> examples/ip_pipeline/init.c | 4 +
> .../ip_pipeline/pipeline/pipeline_actions_common.h | 83 +
> examples/ip_pipeline/pipeline/pipeline_common_fe.h | 5 +-
> examples/ip_pipeline/pipeline/pipeline_firewall.c | 10 +-
> .../ip_pipeline/pipeline/pipeline_flow_actions.c | 1814 ++++++++++++++++++++
> .../ip_pipeline/pipeline/pipeline_flow_actions.h | 78 +
> .../pipeline/pipeline_flow_actions_be.c | 973 +++++++++++
> .../pipeline/pipeline_flow_actions_be.h | 168 ++
> .../pipeline/pipeline_flow_classification.c | 18 +-
> examples/ip_pipeline/pipeline/pipeline_routing.c | 22 +-
> 12 files changed, 3155 insertions(+), 23 deletions(-)
It is a huge patch, especially for an example.
It may cause some code update more difficult to maintain.
I wonder wether we should have some line number limits for
the examples?
More information about the dev
mailing list