Re: [dpdk-dev] [PATCH v2 1/5] net/mlx5: support flow count action handle

2021-04-30 Thread Ferruh Yigit
On 4/30/2021 10:01 AM, Slava Ovsiienko wrote: > Hi, Ferruh > >> -Original Message- >> From: Ferruh Yigit >> Sent: Friday, April 30, 2021 11:35 >> To: Slava Ovsiienko ; dev@dpdk.org; Andrew >> Rybchenko >> Cc: Raslan Darawsheh ; Matan Azrad >> ; Michael Baum ; NBU- >> Contact-Thomas Monja

Re: [dpdk-dev] [PATCH v2 1/5] net/mlx5: support flow count action handle

2021-04-30 Thread Slava Ovsiienko
Hi, Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Friday, April 30, 2021 11:35 > To: Slava Ovsiienko ; dev@dpdk.org; Andrew > Rybchenko > Cc: Raslan Darawsheh ; Matan Azrad > ; Michael Baum ; NBU- > Contact-Thomas Monjalon > Subject: Re: [PATCH v2 1/5] net/mlx5: support flow

Re: [dpdk-dev] [PATCH v2 1/5] net/mlx5: support flow count action handle

2021-04-30 Thread Ferruh Yigit
On 4/29/2021 10:55 AM, Viacheslav Ovsiienko wrote: > From: Michael Baum > > Existing API supports counter action to count traffic of a single flow. > The user can share the count action among different flows using the > shared flag and the same counter ID in the count action configuration. > > R

[dpdk-dev] [PATCH v2 1/5] net/mlx5: support flow count action handle

2021-04-29 Thread Viacheslav Ovsiienko
From: Michael Baum Existing API supports counter action to count traffic of a single flow. The user can share the count action among different flows using the shared flag and the same counter ID in the count action configuration. Recent patch [1] introduced the indirect action API. Using this AP