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)
Tue, Dec 17, 10:25 AM
Unknown Object (File)
Nov 29 2024, 8:19 AM
Unknown Object (File)
Nov 27 2024, 11:09 AM
Unknown Object (File)
Nov 23 2024, 1:14 AM
Unknown Object (File)
Nov 22 2024, 4:16 PM
Unknown Object (File)
Nov 22 2024, 6:35 AM
Unknown Object (File)
Nov 21 2024, 7:11 AM
Unknown Object (File)
Nov 20 2024, 4:27 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?