[dpdk-dev] [PATCH v3] ip_pipeline: add flow id parameter to flow classification

2015-10-12 Thread Jasvinder Singh
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. *v2 fixed bug: flow table entry

[dpdk-dev] [PATCH v3] ip_pipeline: add flow id parameter to flow classification

2015-10-12 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Monday, October 12, 2015 4:47 PM > To: Singh, Jasvinder; dev at dpdk.org > Subject: RE: [PATCH v3] ip_pipeline: add flow id parameter to flow > classification > > > > > -Original Message- > > From: Singh, Jasvinder > >

[dpdk-dev] [PATCH v3] ip_pipeline: add flow id parameter to flow classification

2015-10-12 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, October 12, 2015 4:42 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v3] ip_pipeline: add flow id parameter to flow classification > > *v3 > fixed bug: changed LRU hash table operation to > extendible