Re: [dpdk-dev] [PATCH v2 2/4] ether: add flow last hit query support

2018-04-11 Thread Adrien Mazarguil
On Sun, Apr 01, 2018 at 05:19:20PM -0400, Qi Zhang wrote: > Enhanced the action RTE_FLOW_TYPE_ACTION_COUNT, number of > milliseconds since last hit can be queried. > > Signed-off-by: Qi Zhang Please confirm whether existing devices have the ability to report time elapsed since last hit, or if PM

[dpdk-dev] [PATCH v2 2/4] ether: add flow last hit query support

2018-04-01 Thread Qi Zhang
Enhanced the action RTE_FLOW_TYPE_ACTION_COUNT, number of milliseconds since last hit can be queried. Signed-off-by: Qi Zhang --- lib/librte_ether/rte_flow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_ether/rte_flow.h b/lib/librte_ether/rte_flow.h index 1080086..8f75db0 100