]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_compressdev/rte_compressdev_internal.h
net/i40e: fix Tx queue info get
[dpdk.git] / lib / librte_compressdev / rte_compressdev_internal.h
index e33e75eb2dc2459291f0f1cba8c9162351e6276e..9ec44f2c116273135eaa75fc12ac93bbe6d86328 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;