Skip to content

Commit

Permalink
update install file to include installing BSD headers
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <[email protected]>
  • Loading branch information
KeithWiles authored and pktgen committed May 18, 2024
1 parent b0917cf commit 5d67384
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ using meson/ninja. At least a libdpdk.pc file must be present in the system for
>Please read the DPDK.org documentation to understand more on building DPDK. The following is the minimum set of
instructions to build DPDK. You may need to install meson and ninja, if not already installed.

May need to install the BSD headers to build Pktgen code base for Ubuntu do the following:

```console
sudo apt-get install libbsd-dev
```

```console
git clone git://dpdk.org/dpdk

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.05.3
24.05.4
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pktgen-DPDK - Traffic Generator powered by DPDK
** (Pktgen) Sounds like 'Packet-Gen'**

**=== Modifications ===**
- 24.05.4 - Update docs to install BSD headers.
- 24.05.3 - Fix single port case causing a segfault.
- 24.05.2 - Make fgen requirement optional, which removes pktperf example.
- 24.05.1 - Merge in the performance updates and remove old/unused features.
Expand Down

0 comments on commit 5d67384

Please sign in to comment.