Page MenuHomeFreeBSD

hvuio: Add HV_UIO driver
Needs ReviewPublic

Authored by vag.singh_oneconvergence.com on Sep 28 2021, 1:26 PM.
Tags
None
Referenced Files
F93112873: D32184.id.diff
Sat, Sep 7, 10:17 AM
F93076765: D32184.diff
Sat, Sep 7, 2:28 AM
Unknown Object (File)
Mon, Aug 19, 1:35 PM
Unknown Object (File)
Thu, Aug 15, 6:16 AM
Unknown Object (File)
Tue, Aug 13, 3:56 PM
Unknown Object (File)
Tue, Aug 13, 3:56 PM
Unknown Object (File)
Sun, Aug 11, 1:02 AM
Unknown Object (File)
Aug 7 2024, 8:08 PM

Details

Summary

[PATCH 10/31] FreeBSD OFED support for DPDK MLX5 PMD

Adding UIO driver that exposes the synthetic network device
resources to userspace for application such as DPDK can drive it.

Added rescind CB capability to the VMBUS driver. Whenever the
hypervisor wants to close the device channel, VMBUS on receiving
this msg, calls the CB of the device driver (hv_uio in our case).

Test Plan

Tested on KVM, ESXi, and HyperV/Azure Hypervisors with FreeBSD 14.0-CURRENT and FreeBSD12.1-STABLE.

iperf
DPDK MLX5 PMD/testpmd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Hi, sorry I have missed this review request. Please let me know how you tested it. Do you have any test numbers that can share?