Re: [PATCH v2] PCI: hv: Correct a comment

2025-02-24 Thread Krzysztof Wilczyński
Hello, [...] > > > Applied. Thanks. > > > > Would you mind if I take this via the PCI tree? > > No problem. I can drop that from my tree. Thank you! Krzysztof

Re: [PATCH v2] PCI: hv: Correct a comment

2025-02-20 Thread Krzysztof Wilczyński
Hello, > The VF driver controls an endpoint attached to the pci-hyperv > controller. An invalidation sent by the PF driver in the host would be > delivered *to* the endpoint driver by the controller driver. Applied to controller/hyperv, thank you! Krzysztof

Re: [PATCH v2] PCI: hv: Correct a comment

2025-02-20 Thread Krzysztof Wilczyński
Hello, > > The VF driver controls an endpoint attached to the pci-hyperv > > controller. An invalidation sent by the PF driver in the host would be > > delivered *to* the endpoint driver by the controller driver. > > > > Signed-off-by: Easwar Hariharan > > Applied. Thanks. Would you mind if I

Re: [PATCH v3] PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN

2024-07-05 Thread Krzysztof Wilczyński
Hello, > The intent of the code snippet is to always return 0 for both > PCI_INTERRUPT_LINE and PCI_INTERRUPT_PIN. > > The check misses PCI_INTERRUPT_PIN. This patch fixes that. > > This is discovered by this call in VFIO: > > pci_read_config_byte(vdev->pdev, PCI_INTERRUPT_PIN, &pin); > >

Re: [PATCH v3] PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN

2024-07-03 Thread Krzysztof Wilczyński
Hello, > > The intent of the code snippet is to always return 0 for both > > PCI_INTERRUPT_LINE and PCI_INTERRUPT_PIN. > > > > The check misses PCI_INTERRUPT_PIN. This patch fixes that. > > > > This is discovered by this call in VFIO: > > > > pci_read_config_byte(vdev->pdev, PCI_INTERRUPT_P

Re: [PATCH v3 1/1] PCI: hv: Fix ring buffer size calculation

2024-03-10 Thread Krzysztof Wilczyński
Hello, > For a physical PCI device that is passed through to a Hyper-V guest VM, > current code specifies the VMBus ring buffer size as 4 pages. But this > is an inappropriate dependency, since the amount of ring buffer space > needed is unrelated to PAGE_SIZE. For example, on x86 the ring buffer