Re: [dpdk-dev] [PATCH v3 1/2] ethdev: support query of AGE action

2020-10-07 Thread Ori Kam
Hi Dekel, > -Original Message- > From: Dekel Peled > Sent: Wednesday, October 7, 2020 2:38 PM > Subject: [PATCH v3 1/2] ethdev: support query of AGE action > > Existing API supports AGE action to monitor the aging of a flow. > This patch implements RFC [1], introducing the response forma

[dpdk-dev] [PATCH v3 1/2] ethdev: support query of AGE action

2020-10-07 Thread Dekel Peled
Existing API supports AGE action to monitor the aging of a flow. This patch implements RFC [1], introducing the response format for query of an AGE action. Application will be able to query the AGE action state. The response will be returned in the format implemented here. [1] https://mails.dpdk.o