* [PATCH] doc: fix dcf instructions
@ 2023-03-27 19:44 Qi Zhang
2023-03-31 9:44 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Qi Zhang @ 2023-03-27 19:44 UTC (permalink / raw)
To: qiming.yang; +Cc: dev, Qi Zhang, stable
Replace the deprecated VF action with the represented_port action.
Fixes: 776c119736e7 ("net/ice: remove deprecated VF flow action")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/nics/ice.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index 70e19c3318..f3d3540992 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -343,18 +343,18 @@ Additional Options
ip link set dev enp24s0f0 vf 0 trust on
-#. Bind the VF0, and run testpmd with 'cap=dcf' devarg::
+#. Bind the VF0, and run testpmd with 'cap=dcf' with port representor for VF 1 and 2::
- dpdk-testpmd -l 22-25 -n 4 -a 18:01.0,cap=dcf -- -i
+ dpdk-testpmd -l 22-25 -n 4 -a 18:01.0,cap=dcf,representor=vf[1-2] -- -i
#. Monitor the VF2 interface network traffic::
tcpdump -e -nn -i enp24s1f2
-#. Create one flow to redirect the traffic to VF2 by DCF::
+#. Create one flow to redirect the traffic to VF2 by DCF(assume the representor port id is 5)::
flow create 0 priority 0 ingress pattern eth / ipv4 src is 192.168.0.2 \
- dst is 192.168.0.3 / end actions vf id 2 / end
+ dst is 192.168.0.3 / end actions represented_port ethdev_port_id 5 / end
#. Send the packet, and it should be displayed on tcpdump::
--
2.31.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: fix dcf instructions
2023-03-27 19:44 [PATCH] doc: fix dcf instructions Qi Zhang
@ 2023-03-31 9:44 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2023-03-31 9:44 UTC (permalink / raw)
To: Qi Zhang; +Cc: qiming.yang, dev, stable
27/03/2023 21:44, Qi Zhang:
> Replace the deprecated VF action with the represented_port action.
>
> Fixes: 776c119736e7 ("net/ice: remove deprecated VF flow action")
> Cc: stable@dpdk.org
>
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-31 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 19:44 [PATCH] doc: fix dcf instructions Qi Zhang
2023-03-31 9:44 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).