News

Microsoft Highlights Video Dev Kit as a Top Windows Server 2019 Networking Feature

Microsoft is highlighting its new Data Plane Development Kit (DPDK) for Windows as it runs through the top networking features of Windows Server 2019 in a blog series.

In a post this week, the company identified the kit as the No. 2 top networking feature, said to provide a technical boost for independent software vendors (ISVs) working in the broadcast video space.

Microsoft developed its version of DPDK in conjunction with partners Cisco and Intel. DPDK is basically a set of software libraries and drivers, according to the announcement:

DPDK is a set of libraries and optimized network drivers providing fast packet processing abilities to user-mode applications in real world scenarios delivering the lowest latency and highest packets per second.

The packet-acceleration capabilities enabled by DPDK can be used to speed up so-called user-mode applications used with video broadcasting. By "user-mode applications," Microsoft is just referring to DPDK applications that will run on Windows, rather than DPDK applications that tap into the Windows kernel. The distinction is explained in this Microsoft document.

Cisco is involved with the effort because it provided its open source Virtual Media Interface (vMI) as part of the solution, which includes an open source software toolkit called "Herisson," according to Cisco's announcement. Intel contributed with its Ethernet-based Intel XL710 NIC (Network Interface Controller) devices.

DPDK is actually an open source project of The Linux Foundation. It's currently available for Linux systems under the FreeBSD license. The aim of DPDK is to enable fast-packet processing for applications to address video broadcaster needs.

The video broadcasting industry is currently shifting from using Serial Digital Interface (SDI) connections for HD video broadcasting to the use of Ethernet-based Internet protocol (IP) connections, which will support things like 4K television broadcasts. One problem with this shift is that HD video requires a 1.5GB/sec stream, while 4K video requires a 12GB/sec stream.

Because faster packet processing speeds are needed to support IP-based video, The Linux Foundation fostered DPDK. It speeds up packet processing by directly accessing the NICs, "bypassing the host networking stack."

Microsoft basically re-engineered parts of the Linux Foundation's DPDK so that it'll work on Windows. The current release of DPDK for Windows is version 18.02, and Microsoft has tested and validated it on both Windows Server 2016 and Window Server 2019.

Using DPDK requires having a Poll-Mode Driver for the NIC. One is currently available for Intel's Ethernet Converged Network Adapter XL710 40 GbE product. Microsoft is collaborating with Cavium and Chelsio on creating DPDK Poll-Mode Drivers for Windows for their NICs, as well.

Microsoft was able to demonstrate "70+ million packets per second" packet processing on Intel's NIC using DPDK technology.

Microsoft sees DPDK, used in combination with graphics processing unit hardware, as making Windows a main choice for supporting streaming media applications.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events