]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/qat/qat_common.h
net/mlx5: fix setting of Rx hash fields
[dpdk.git] / drivers / common / qat / qat_common.h
index de9a3ba555b8fc236874f6fc0c7e74f264646c6e..cf840fea9b40f5a02d6ee4b7c981f5216102416a 100644 (file)
@@ -61,6 +61,9 @@ struct qat_common_stats {
        /**< Total error count on operations enqueued */
        uint64_t dequeue_err_count;
        /**< Total error count on operations dequeued */
+       uint64_t threshold_hit_count;
+       /**< Total number of times min qp threshold condition was fulfilled */
+
 };
 
 struct qat_pci_device;