X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_compressdev%2Frte_compressdev_internal.h;h=22ceac66e2c9e33a3a549a6c69567de30207b1be;hb=e22266669e86e2768910aa83929413d45d133695;hp=e33e75eb2dc2459291f0f1cba8c9162351e6276e;hpb=63f4bfd5328b02cbb9746df701672d3eeeeb0cfd;p=dpdk.git diff --git a/lib/librte_compressdev/rte_compressdev_internal.h b/lib/librte_compressdev/rte_compressdev_internal.h index e33e75eb2d..22ceac66e2 100644 --- a/lib/librte_compressdev/rte_compressdev_internal.h +++ b/lib/librte_compressdev/rte_compressdev_internal.h @@ -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 */