summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2022-12-08 09:06:58 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-12-20 13:01:53 +0100
commitbf8fa1fe414e92f8386ca2b7745822ced63385ee (patch)
tree7c6c5911cfb04af43b7e2636cfd69babd11055c0 /Documentation
parent1ea0fa4ad7dc2dbfdb1f221eff97efbf3e1af894 (diff)
downloadopenvswitch-bf8fa1fe414e92f8386ca2b7745822ced63385ee.tar.gz
dpdk: Fix typo in v22.11.1 tarball extract example.
There was a small typo that slipped in when updating to v22.11.1 tag. Fixes: a77c7796f23a ("dpdk: Update to use v22.11.1.") Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/intro/install/dpdk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index e360ee83d..63a0ebb23 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -74,7 +74,7 @@ Install DPDK
$ cd /usr/src/
$ wget https://fast.dpdk.org/rel/dpdk-22.11.1.tar.xz
- $ tar xf dpdk-22.11.tar.xz
+ $ tar xf dpdk-22.11.1.tar.xz
$ export DPDK_DIR=/usr/src/dpdk-stable-22.11.1
$ cd $DPDK_DIR