summaryrefslogtreecommitdiff
path: root/Documentation/topics
diff options
context:
space:
mode:
authorHarry van Haaren <harry.van.haaren@intel.com>2021-07-09 15:58:19 +0000
committerIan Stokes <ian.stokes@intel.com>2021-07-09 17:13:38 +0100
commit3f86fdf5ce951cfaf0588b4620e3054f4b5b7136 (patch)
tree09333a2480bfbcef100084c19d858d38e83b257e /Documentation/topics
parentabb807e27dd4b1449429eb813858ef237665fbfd (diff)
downloadopenvswitch-3f86fdf5ce951cfaf0588b4620e3054f4b5b7136.tar.gz
dpif-netdev: Add command to get dpif implementations.
This commit adds a new command to retrieve the list of available DPIF implementations. This can be used by to check what implementations of the DPIF are available in any given OVS binary. It also returns which implementations are in use by the OVS PMD threads. Usage: $ ovs-appctl dpif-netdev/dpif-impl-get Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Co-authored-by: Cian Ferriter <cian.ferriter@intel.com> Signed-off-by: Cian Ferriter <cian.ferriter@intel.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'Documentation/topics')
-rw-r--r--Documentation/topics/dpdk/bridge.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/topics/dpdk/bridge.rst b/Documentation/topics/dpdk/bridge.rst
index 06d1f943c..2d0850836 100644
--- a/Documentation/topics/dpdk/bridge.rst
+++ b/Documentation/topics/dpdk/bridge.rst
@@ -226,6 +226,14 @@ stats associated with the datapath.
Just like with the SIMD DPCLS feature above, SIMD can be applied to the DPIF to
improve performance.
+OVS provides multiple implementations of the DPIF. The available
+implementations can be listed with the following command ::
+
+ $ ovs-appctl dpif-netdev/dpif-impl-get
+ Available DPIF implementations:
+ dpif_scalar (pmds: none)
+ dpif_avx512 (pmds: 1,2,6,7)
+
By default, dpif_scalar is used. The DPIF implementation can be selected by
name ::