[dpdk-dev] [PATCH v3 01/44] pipeline: add pipeline table action APIs

2018-03-16 Thread Jasvinder Singh
This API provides a common set of actions for pipeline tables to speed up application development. Each match-action rule added to a pipeline table has associated data that stores the action context. This data is input to the table action handler called for every input packet that hits the rule as

[dpdk-dev] [PATCH v3 01/44] pipeline: add pipeline table action APIs

2018-03-16 Thread Jasvinder Singh
This API provides a common set of actions for pipeline tables to speed up application development. Each match-action rule added to a pipeline table has associated data that stores the action context. This data is input to the table action handler called for every input packet that hits the rule as