ethdev: add physical port action to flow API
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index 51d36d3..9733a72 100644 (file)
@@ -3447,6 +3447,11 @@ This section lists supported actions and their attributes, if any.
   - ``original {boolean}``: use original VF ID if possible.
   - ``id {unsigned}``: VF ID.
 
+- ``phy_port``: direct packets to physical port index.
+
+  - ``original {boolean}``: use original port index if possible.
+  - ``index {unsigned}``: physical port index.
+
 Destroying flow rules
 ~~~~~~~~~~~~~~~~~~~~~