> -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, September 30, 2015 6:46 PM > To: dev at 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 <jasvinder.singh at intel.com> > --- > .../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 <cristian.dumitrescu at intel.com>