Re: [dpdk-dev] [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules

2021-07-16 Thread David Marchand
Hello gyus, On Fri, Jul 2, 2021 at 10:41 AM Andrew Rybchenko wrote: > > From: Igor Romanov > > For now, a rule may have only one dedicated counter, shared counters > are not supported. > > HW delivers (or "streams") counter readings using special packets. > The driver creates a dedicated Rx queu

Re: [dpdk-dev] [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules

2021-07-15 Thread Ivan Malov
Hi, On 15/07/2021 17:58, David Marchand wrote: On Fri, Jul 2, 2021 at 10:41 AM Andrew Rybchenko wrote: diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst index cf1269cc03..bd08118da7 100644 --- a/doc/guides/nics/sfc_efx.rst +++ b/doc/guides/nics/sfc_efx.rst @@ -240,6 +240,8

Re: [dpdk-dev] [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules

2021-07-15 Thread David Marchand
On Fri, Jul 2, 2021 at 10:41 AM Andrew Rybchenko wrote: > diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst > index cf1269cc03..bd08118da7 100644 > --- a/doc/guides/nics/sfc_efx.rst > +++ b/doc/guides/nics/sfc_efx.rst > @@ -240,6 +240,8 @@ Supported actions (***transfer*** rul

[dpdk-dev] [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules

2021-07-02 Thread Andrew Rybchenko
From: Igor Romanov For now, a rule may have only one dedicated counter, shared counters are not supported. HW delivers (or "streams") counter readings using special packets. The driver creates a dedicated Rx queue to receive such packets and requests that HW start "streaming" the readings to it.