eal: expose internal config elements
[dpdk.git] / drivers / net / liquidio / lio_struct.h
index 26f803f..10e3976 100644 (file)
@@ -94,7 +94,7 @@ struct lio_droq_stats {
        /** Num of vxlan packets received; */
        uint64_t rx_vxlan;
 
-       /** Num of failures of lio_recv_buffer_alloc() */
+       /** Num of failures of rte_pktmbuf_alloc() */
        uint64_t rx_alloc_failure;
 
 };
@@ -684,6 +684,7 @@ struct lio_device {
        uint8_t nb_tx_queues;
        uint8_t port_configured;
        struct lio_rss_ctx rss_state;
-       uint8_t port_id;
+       uint16_t port_id;
+       char firmware_version[LIO_FW_VERSION_LENGTH];
 };
 #endif /* _LIO_STRUCT_H_ */