Re: [dpdk-dev] [PATCH v4 19/20] net/sfc: support flow action COUNT in transfer rules
From: David Marchand <hidden>
Date: 2021-07-15 14:59:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: David Marchand <hidden>
Date: 2021-07-15 14:59:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
On Fri, Jul 2, 2021 at 10:41 AM Andrew Rybchenko [off-list ref] 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