]> git.droids-corp.org - dpdk.git/blobdiff - lib/vhost/rte_vdpa_dev.h
net/ice: enable Rx timestamp on flex descriptor
[dpdk.git] / lib / vhost / rte_vdpa_dev.h
index bfada387b0d17e9bacb7272656ecbc6a26e3f30c..b0f494815fa181bd742626bb817908b2c54e71b0 100644 (file)
@@ -71,7 +71,7 @@ struct rte_vdpa_dev_ops {
  * vdpa device structure includes device address and device operations.
  */
 struct rte_vdpa_device {
-       TAILQ_ENTRY(rte_vdpa_device) next;
+       RTE_TAILQ_ENTRY(rte_vdpa_device) next;
        /** Generic device information */
        struct rte_device *device;
        /** vdpa device operations */