Skip to content

Commit

Permalink
Merge branch 'main' into fix-format-build-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithWiles authored May 30, 2024
2 parents 4ef93ed + f53800d commit b313b42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.05.4
24.05.5
1 change: 1 addition & 0 deletions app/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ deps += [dependency('numa', required: true)]
deps += [dependency('pcap', required: true)]
deps += [cc.find_library('dl', required: false)]
deps += [cc.find_library('m', required: false)]
deps += [cc.find_library('bsd', required: true)]

pktgen = executable('pktgen',
sources,
Expand Down
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.5 - Add a requirement for libbsd to app/meson.build Ubuntu 22.04.4
- 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.
Expand Down

0 comments on commit b313b42

Please sign in to comment.