examples/fips_validation: support self-test only
[dpdk.git] / lib / librte_compressdev / rte_compressdev_internal.h
index e33e75e..22ceac6 100644 (file)
@@ -63,7 +63,6 @@ typedef uint16_t (*compressdev_dequeue_pkt_burst_t)(void *qp,
 typedef uint16_t (*compressdev_enqueue_pkt_burst_t)(void *qp,
                struct rte_comp_op **ops, uint16_t nb_ops);
 
-
 /** The data structure associated with each comp device. */
 struct rte_compressdev {
        compressdev_dequeue_pkt_burst_t dequeue_burst;
@@ -80,9 +79,6 @@ struct rte_compressdev {
        struct rte_device *device;
        /**< Backing device */
 
-       uint8_t driver_id;
-       /**< comp driver identifier*/
-
        __extension__
        uint8_t attached : 1;
        /**< Flag indicating the device is attached */