Re: [dpdk-dev] [PATCH] net/enic: share flow actions with the same signature

2020-09-30 Thread Ferruh Yigit
On 9/30/2020 4:45 AM, John Daley wrote: Flow actions are a limited resource on the Cisco VIC, but they can be shared between flows if they are exactly the same. Use a hash table and a reference count in the PMD to enable sharing actions with the same signature between flows. Signed-off-by: John

[dpdk-dev] [PATCH] net/enic: share flow actions with the same signature

2020-09-29 Thread John Daley
Flow actions are a limited resource on the Cisco VIC, but they can be shared between flows if they are exactly the same. Use a hash table and a reference count in the PMD to enable sharing actions with the same signature between flows. Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- d