IRC channel logs

2025-06-08.log

back to list of logs

<damo22>azert: i think inside if_wm.c
<damo22>i think it allocates a dma buffer to hold packets
<damo22>youpi: the hypercall rumpcomp_pci_virt_to_mach() only applies to memory allocated for dma
<damo22>so it can be assumed to be contiguous
<damo22>maybe i need to use vm_allocate_contiguous() for packet buffers??