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

David Marchand david.marchand at redhat.com
Thu Jul 15 16:58:59 CEST 2021


On Fri, Jul 2, 2021 at 10:41 AM Andrew Rybchenko
<andrew.rybchenko at oktetlabs.ru> 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*** rules):
>
>  - PORT_ID
>
> +- COUNT
> +
>  - DROP
>
>  Validating flow rules depends on the firmware variant.


Sorry for catching this so late... this patch lacks some rte_flow capa update.
I can fix when applying if someone confirms this is fine:

diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini
index 9e66ec4293..f6d998ddc8 100644
--- a/doc/guides/nics/features/sfc.ini
+++ b/doc/guides/nics/features/sfc.ini
@@ -59,6 +59,7 @@ vlan                 = Y
 vxlan                = Y

 [rte_flow actions]
+count                = Y
 drop                 = Y
 flag                 = Y
 mark                 = Y


-- 
David Marchand



More information about the dev mailing list