Skip to content

Commit 91a3649

Browse files
committed
updated date
1 parent 8d95a34 commit 91a3649

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/virtual-network/setup-dpdk.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ author: steveesp
77
ms.service: azure-virtual-network
88
ms.custom: linux-related-content
99
ms.topic: how-to
10-
ms.date: 04/24/2023
10+
ms.date: 10/02/2024
1111
ms.author: steveesp
1212
---
1313

1414
# Set up DPDK in a Linux virtual machine
1515

16-
> [!CAUTION]
17-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
18-
1916
Data Plane Development Kit (DPDK) on Azure offers a faster user-space packet processing framework for performance-intensive applications. This framework bypasses the virtual machine’s kernel network stack.
2017

2118
In typical packet processing that uses the kernel network stack, the process is interrupt-driven. When the network interface receives incoming packets, there's a kernel interrupt to process the packet and a context switch from the kernel space to the user space. DPDK eliminates context switching and the interrupt-driven method in favor of a user-space implementation that uses poll mode drivers for fast packet processing.

0 commit comments

Comments
 (0)