bus/fslmc: set the dpaa2 device name
[dpdk.git] / drivers / bus / fslmc / rte_fslmc.h
index 4b69d38..e60d6eb 100644 (file)
@@ -78,6 +78,7 @@ struct rte_dpaa2_device {
        uint16_t object_id;             /**< DPAA2 Object ID */
        struct rte_intr_handle intr_handle; /**< Interrupt handle */
        struct rte_dpaa2_driver *driver;    /**< Associated driver */
+       char name[32];          /**< DPAA2 Object name*/
 };
 
 typedef int (*rte_dpaa2_probe_t)(struct rte_dpaa2_driver *dpaa2_drv,