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
Unknown Object (File)
Mon, Apr 29, 10:57 PM
Unknown Object (File)
Mon, Apr 29, 8:49 PM
Unknown Object (File)
Fri, Apr 26, 11:06 PM
Unknown Object (File)
Sun, Apr 21, 11:19 PM
Unknown Object (File)
Apr 9 2024, 1:04 AM
Unknown Object (File)
Mar 11 2024, 10:57 AM
Unknown Object (File)
Jan 11 2024, 8:04 AM
Unknown Object (File)
Dec 20 2023, 6:05 AM

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?