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.

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