search for: 25c7995

Displaying 2 results from an estimated 2 matches for "25c7995".

Did you mean: 259995
2009 Jul 23
0
[PATCH 2/2] virtio: retry on vector assignment failure
...as possible for -rc inclusion. Let's pospone bigger refactorings for 2.6.32. drivers/virtio/virtio_pci.c | 130 +++++++++++++++++++++++------------------- 1 files changed, 71 insertions(+), 59 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 4bff231..25c7995 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -278,27 +278,24 @@ static void vp_free_vectors(struct virtio_device *vdev) vp_dev->msix_entries = NULL; } -static int vp_enable_msix(struct pci_dev *dev, struct msix_entry *entries, - int *options, int noption...
2009 Jul 23
0
[PATCH 2/2] virtio: retry on vector assignment failure
...as possible for -rc inclusion. Let's pospone bigger refactorings for 2.6.32. drivers/virtio/virtio_pci.c | 130 +++++++++++++++++++++++------------------- 1 files changed, 71 insertions(+), 59 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 4bff231..25c7995 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -278,27 +278,24 @@ static void vp_free_vectors(struct virtio_device *vdev) vp_dev->msix_entries = NULL; } -static int vp_enable_msix(struct pci_dev *dev, struct msix_entry *entries, - int *options, int noption...