net/ice: enable Rx timestamp on flex descriptor
[dpdk.git] / lib / vhost / rte_vdpa_dev.h
index bfada38..b0f4948 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 */