From: Stephen Hemminger <stephen@networkplumber.org>
To: David Young <dave@youngcopy.com>
Cc: dev@dpdk.org, Bruce Richardson <bruce.richardson@intel.com>,
Aaron Conole <aconole@redhat.com>
Subject: Re: [PATCH v3] docs: freebsd: Update to 20.11
Date: Fri, 4 Oct 2024 09:01:08 -0700 [thread overview]
Message-ID: <20241004090108.61ccde29@hermes.local> (raw)
In-Reply-To: <20230706203606.1043-1-dave@youngcopy.com>
On Thu, 6 Jul 2023 16:36:05 -0400
David Young <dave@youngcopy.com> wrote:
> 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
The title and commit log do not match what the patch content does.
The patch only changes one sentence into a note box, nothing else changed.
Looks like a cut/paste error in sending??
prev parent reply other threads:[~2024-10-04 16:01 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 ` [PATCH v3] " David Young
2024-10-04 16:01 ` Stephen Hemminger [this message]
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=20241004090108.61ccde29@hermes.local \
--to=stephen@networkplumber.org \
--cc=aconole@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dave@youngcopy.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.