On 05/14/2018 04:33 AM, Thomas Monjalon wrote:
12/05/2018 04:00, Andy Green:
Signed-off-by: Andy Green <a...@warmcat.com>
May be a fix of
Fixes: 4c387fcdf777 ("pipeline: add new functions for action handlers")
rte_pipeline_table_action_handler_miss
table_action_stub_miss(struct rte_pipeline *p, struct rte_mbuf **pkts,
- uint64_t pkts_mask, struct rte_pipeline_table_entry **entry, void *arg);
+ uint64_t pkts_mask, struct rte_pipeline_table_entry *entry, void *arg);
Why changing only
table_action_stub_miss
and not
table_action_stub_hit
table_action_0x00
?
OK, I extended the change to those too.
-Andy