Imported Upstream version 16.11.1
[deb_dpdk.git] / drivers / net / virtio / virtqueue.h
index f0bb089..b1070e0 100644 (file)
@@ -330,7 +330,7 @@ virtqueue_notify(struct virtqueue *vq)
         * For virtio on IA, the notificaiton is through io port operation
         * which is a serialization instruction itself.
         */
-       vq->hw->vtpci_ops->notify_queue(vq->hw, vq);
+       VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq);
 }
 
 #ifdef RTE_LIBRTE_VIRTIO_DEBUG_DUMP