Signed-off-by: Tiwei Bie <[email protected]>
---
drivers/net/virtio/virtio_ethdev.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/net/virtio/virtio_ethdev.c
b/drivers/net/virtio/virtio_ethdev.c
index 8b754ac..334c4b8 100644
--- a/drivers/net/virtio/virtio_ethdev.c
+++ b/drivers/net/virtio/virtio_ethdev.c
@@ -1757,10 +1757,6 @@ virtio_dev_start(struct rte_eth_dev *dev)
}
}
- /*no rx support for virtio 1.1 yet*/
- if (vtpci_version_1_1(hw))
- return 0;
-
/*Notify the backend
*Otherwise the tap backend might already stop its queue due to
fullness.
*vhost backend will have no chance to be waked up
--
2.7.4