git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a1188
)
net/virtio: remove device type reference
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:31 +0000
(
02:04
+0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sat, 8 Jul 2017 22:10:15 +0000
(
00:10
+0200)
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
drivers/net/virtio/virtio_pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/virtio/virtio_pci.c
b/drivers/net/virtio/virtio_pci.c
index
b7b3d61
..
e6eda75
100644
(file)
--- a/
drivers/net/virtio/virtio_pci.c
+++ b/
drivers/net/virtio/virtio_pci.c
@@
-38,6
+38,7
@@
#endif
#include <rte_io.h>
+#include <rte_bus.h>
#include "virtio_pci.h"
#include "virtio_logs.h"
@@
-684,8
+685,8
@@
vtpci_init(struct rte_pci_device *dev, struct virtio_hw *hw)
if (rte_pci_ioport_map(dev, 0, VTPCI_IO(hw)) < 0) {
if (dev->kdrv == RTE_KDRV_UNKNOWN &&
(!dev->device.devargs ||
- dev->device.devargs->
type
!=
-
RTE_DEVTYPE_WHITELISTED_PCI
)) {
+ dev->device.devargs->
bus
!=
+
rte_bus_find_by_name("pci")
)) {
PMD_INIT_LOG(INFO,
"skip kernel managed virtio device.");
return 1;