Re: [dpdk-dev] [PATCH v3] app/testpmd: support age shared action context

2020-11-11 Thread Ferruh Yigit
On 11/10/2020 5:06 PM, Matan Azrad wrote: When an age action becomes aged-out the next call for rte_flow_get_aged_flows API should return the action context supplied by the action configuration structure. In case the age action is created by the shared action API, the shared action context of th

[dpdk-dev] [PATCH v3] app/testpmd: support age shared action context

2020-11-10 Thread Matan Azrad
When an age action becomes aged-out the next call for rte_flow_get_aged_flows API should return the action context supplied by the action configuration structure. In case the age action is created by the shared action API, the shared action context of the Testpmd application was not set. In addit