From: David Young <dave@youngcopy.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>,
Aaron Conole <aconole@redhat.com>,
David Young <dave@youngcopy.com>
Subject: [PATCH v3] docs: freebsd: Update to 20.11
Date: Thu, 6 Jul 2023 16:36:05 -0400 [thread overview]
Message-ID: <20230706203606.1043-1-dave@youngcopy.com> (raw)
In-Reply-To: <20230629181209.400-1-dave@youngcopy.com>
This patch updates the FreeBSD DPDK installation guide to detail
how users can find and install specific versions of DPDK using the
pkg package manager. The prior instructions did not highlight
'dpdk' is an alias and may not always point to the latest DPDK
version. The guide now includes steps to search for available DPDK versions
with pkg search dpdk, select a desired version, and install that
version explicitly with pkg install <package-name>. The <package-name>
should be replaced with the specific DPDK version, like dpdk20.11.8.
The document includes a reminder to regularly update repositories using
pkg update to maintain access to the most recent DPDK versions.
Signed-off-by: David Young <dave@youngcopy.com>
---
doc/guides/freebsd_gsg/install_from_ports.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guides/freebsd_gsg/install_from_ports.rst b/doc/guides/freebsd_gsg/install_from_ports.rst
index cc251dd359..b6c1e1306e 100644
--- a/doc/guides/freebsd_gsg/install_from_ports.rst
+++ b/doc/guides/freebsd_gsg/install_from_ports.rst
@@ -33,7 +33,9 @@ To install a specific version of DPDK, use the `pkg install` command, followed b
Replace `<package-name>` with the name of the DPDK package you want to install. For example, if you want to install version `dpdk20.11.8`, replace `<package-name>` with `dpdk20.11.8`.
-Remember to update your repositories regularly with `pkg update` so you have access to the latest versions.
+.. note::
+
+ Remember to update your repositories regularly with `pkg update` so you have access to the latest versions.
After the installation of the DPDK package, instructions will be printed on
how to install the kernel modules required to use the DPDK. A more
--
2.41.0.windows.1
next prev parent reply other threads:[~2023-07-06 20:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 18:12 [PATCH] Updated to dpdk20.11 David Young
2023-06-29 18:26 ` Aaron Conole
2023-06-30 16:41 ` [PATCH v2] docs: freebsd: Update to 20.11 David Young
2023-07-03 15:19 ` Thomas Monjalon
2023-07-17 13:35 ` Bruce Richardson
2023-07-06 20:36 ` David Young [this message]
2024-10-04 16:01 ` [PATCH v3] " Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230706203606.1043-1-dave@youngcopy.com \
--to=dave@youngcopy.com \
--cc=aconole@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).