Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.19 KB

transferring-network-data.md

File metadata and controls

23 lines (18 loc) · 1.19 KB
title description keywords ms.date ms.custom
Introduction to the NetAdapterCx data path
Introduction to the NetAdapterCx data path
NetAdapterCx transferring network data, NetCx transferring network data
12/09/2022
19H1

Introduction to the NetAdapterCx data path

In the NetAdapterCx model, network data is represented by packet descriptors and transferred through packet queues. The OS and the client driver transfer the packet descriptors to each other using a set of ring buffers associated with each packet queue.

The following video Network Adapter Class Extension: Data Path introduces the data path model in NetAdapterCx.

[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5d8oD]

The following topics explain in detail how to transfer network data in your NetAdapterCx client driver.