[dpdk-dev] [PATCH] ip_pipeline: add flow actions pipeline

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Wed Sep 30 21:04:20 CEST 2015


> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Wednesday, September 30, 2015 6:06 PM
> To: dev at dpdk.org
> Cc: Dumitrescu, Cristian
> Subject: [PATCH] ip_pipeline: add flow actions pipeline
> 
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com>
> ---
>  examples/ip_pipeline/Makefile                      |    2 +
>  examples/ip_pipeline/init.c                        |    2 +
>  .../ip_pipeline/pipeline/pipeline_actions_common.h |   83 +
>  .../ip_pipeline/pipeline/pipeline_flow_actions.c   | 1808
> ++++++++++++++++++++
>  .../ip_pipeline/pipeline/pipeline_flow_actions.h   |   78 +
>  .../pipeline/pipeline_flow_actions_be.c            |  973 +++++++++++
>  .../pipeline/pipeline_flow_actions_be.h            |  168 ++
>  7 files changed, 3114 insertions(+)
>  create mode 100644 examples/ip_pipeline/pipeline/pipeline_flow_actions.c
>  create mode 100644 examples/ip_pipeline/pipeline/pipeline_flow_actions.h
>  create mode 100644
> examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c
>  create mode 100644
> examples/ip_pipeline/pipeline/pipeline_flow_actions_be.h

Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>



More information about the dev mailing list