[dpdk-dev] [PATCH v3 24/24] test_table_pipeline: repair munged indirection level

Andy Green andy at warmcat.com
Mon May 14 02:22:45 CEST 2018



On 05/14/2018 04:33 AM, Thomas Monjalon wrote:
> 12/05/2018 04:00, Andy Green:
>> Signed-off-by: Andy Green <andy at 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

> 
> 


More information about the dev mailing list