Re: [PATCH] ip_pipeline: add flow id parameter to flow classification
From: Dumitrescu, Cristian <hidden>
Date: 2015-09-30 19:05:33
From: Dumitrescu, Cristian <hidden>
Date: 2015-09-30 19:05:33
-----Original Message----- From: Singh, Jasvinder Sent: Wednesday, September 30, 2015 6:46 PM To: dev@dpdk.org Cc: Dumitrescu, Cristian Subject: [PATCH] ip_pipeline: add flow id parameter to flow classification This patch adds flow id field to the flow classification table entries and adds table action handlers to read flow id from table entry and write it into the packet meta-data. The flow_id (32-bit) parameter is also added to CLI commands flow add, flow delete, etc. Signed-off-by: Jasvinder Singh <redacted> --- .../pipeline/pipeline_flow_classification.c | 206 ++++++++++++++++++-- - .../pipeline/pipeline_flow_classification.h | 4 +- .../pipeline/pipeline_flow_classification_be.c | 114 +++++++++++- .../pipeline/pipeline_flow_classification_be.h | 2 + 4 files changed, 295 insertions(+), 31 deletions(-)
Acked-by: Cristian Dumitrescu <redacted>