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

2020-10-05 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 1:02 PM > To: Dekel Peled ; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > arybche...@solarflare.com; wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com > Cc: dev@dpdk.org

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

2020-10-04 Thread Ori Kam
Hi Dekel, PSB > -Original Message- > From: Dekel Peled > Sent: Thursday, October 1, 2020 10:33 PM > Subject: [PATCH v2 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 f

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

2020-10-01 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