Skip to content

Commit 6bc6bf7

Browse files
authored
Fix DPDK documentation (#178)
1 parent 32c1282 commit 6bc6bf7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/dpdk.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ PcapPlusPlus tries to cover the main functionality of DPDK and its most importan
2626
- Multi RX/TX queue support
2727
- Detailed statistics about packets being captured and processed
2828
- Seamless integration to other PcapPlusPlus capabilities including: parsing of packets received with DPDK using the various protocol parsers offered in PcapPlusPlus, saving packets to a pcap file, sending crafted/edited packets through a DPDK-controlled interface, packet reassembly, and more.
29-
- An easy-to-use C++ wrapper for [DPDK KNI (Kernel NIC Interface)](https://doc.dpdk.org/guides/prog_guide/kernel_nic_interface.html)
29+
- An easy-to-use C++ wrapper for [DPDK KNI (Kernel NIC Interface)](https://doc.dpdk.org/guides-22.11/prog_guide/kernel_nic_interface.html)
30+
:::warning Deprecation notice
31+
KNI was deprecated in [DPDK 23.11](https://doc.dpdk.org/guides/rel_notes/release_23_11.html) and PcapPlusPlus support for it might be removed in future versions
32+
:::
3033

3134
## Set up PcapPlusPlus with DPDK
3235

@@ -45,7 +48,7 @@ In addition, not all poll-mode drivers (PMDs) were tested, but the majority of t
4548

4649
The following operating systems and configurations were tested:
4750

48-
- Ubuntu 22.04, 20.04 LTS 64bit with gcc version >= 4.8
51+
- Ubuntu 24.04 LTS 64bit with gcc version >= 4.8
4952

5053
### Download and install DPDK - prior to DPDK 20.11
5154

versioned_docs/version-v25.05/dpdk.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ PcapPlusPlus tries to cover the main functionality of DPDK and its most importan
2626
- Multi RX/TX queue support
2727
- Detailed statistics about packets being captured and processed
2828
- Seamless integration to other PcapPlusPlus capabilities including: parsing of packets received with DPDK using the various protocol parsers offered in PcapPlusPlus, saving packets to a pcap file, sending crafted/edited packets through a DPDK-controlled interface, packet reassembly, and more.
29-
- An easy-to-use C++ wrapper for [DPDK KNI (Kernel NIC Interface)](https://doc.dpdk.org/guides/prog_guide/kernel_nic_interface.html)
29+
- An easy-to-use C++ wrapper for [DPDK KNI (Kernel NIC Interface)](https://doc.dpdk.org/guides-22.11/prog_guide/kernel_nic_interface.html)
30+
:::warning Deprecation notice
31+
KNI was deprecated in [DPDK 23.11](https://doc.dpdk.org/guides/rel_notes/release_23_11.html) and PcapPlusPlus support for it might be removed in future versions
32+
:::
3033

3134
## Set up PcapPlusPlus with DPDK
3235

@@ -45,7 +48,7 @@ In addition, not all poll-mode drivers (PMDs) were tested, but the majority of t
4548

4649
The following operating systems and configurations were tested:
4750

48-
- Ubuntu 22.04, 20.04 LTS 64bit with gcc version >= 4.8
51+
- Ubuntu 24.04 LTS 64bit with gcc version >= 4.8
4952

5053
### Download and install DPDK - prior to DPDK 20.11
5154

0 commit comments

Comments
 (0)