Re: [PATCH v4 3/4] virtio-pci: define type and header for PCI vendor data
From: Jason Wang <jasowang@redhat.com>
Date: 2024-12-17 02:19:25
Also in:
lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2024-12-17 02:19:25
Also in:
lkml
On Sat, Dec 14, 2024 at 3:12 PM Shijith Thotton [off-list ref] wrote:
Added macro definition for VIRTIO_PCI_CAP_VENDOR_CFG to identify the PCI vendor data type in the virtio_pci_cap structure. Defined a new struct virtio_pci_vndr_data for the vendor data capability header as per the specification. Signed-off-by: Shijith Thotton <sthotton@marvell.com> ---
Acked-by: Jason Wang <jasowang@redhat.com> Thanks