Team - Hypervisor Kernel

Private

Posts

  • RE: Audio support for Windows VM on XCP-ng

    @taghjichte A PCI card should be more reliable than an USB card in most cases. Do you have realtime/low latency audio requirements or is it simply for normal playback (music etc)? Virtualization will work fine for typical playback but for low latency, you might want some specific tuning. Also, you might want to test DPC latencies with the Xen drivers when there's I/O activity.

  • RE: XCP-ng 8.3: Broadcom BCM57414 `bnxt_en` Driver Fails to Probe on HPE DL380a Gen12

    Hi @maximsachs,

    Sorry for the delay.

    From what you describe, the driver seems to be probed in all cases but I have a doubt regarding the driver from xcp-ng 8.2. I rebuilt it specifically for 8.3. To completely eliminate a driver issue, can you try this RPM ?

    From the host, this can be done by running the following commands:

    $ wget https://nextcloud.vates.tech/public.php/dav/files/R33Dwpt5gjy6CCr/broadcom-bnxt-en-1.10.0_216.0.119.1-1.0.82srcs.0.xcpng8.3.x86_64.rpm
    $ yum update ./broadcom-bnxt-en-1.10.0_216.0.119.1-1.0.82srcs.0.xcpng8.3.x86_64.rpm
    

    Also, since this xcpng-8.2 release seems to have support for device IDs that have been removed from the 8.3 one, can you give the output of the following shell commands:

    $ lspci -nn -s 0001:86:00.0
    

    and

    $ lspci -nn -s 0001:86:00.1
    

    Regards,
    Thierry