]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/qat/qat_common.h
net/mlx5: update PCI address retrieving routine
[dpdk.git] / drivers / common / qat / qat_common.h
index b26aa265e9d6ec438144ce3978f920b342bace68..de9a3ba555b8fc236874f6fc0c7e74f264646c6e 100644 (file)
@@ -17,7 +17,8 @@
  */
 enum qat_device_gen {
        QAT_GEN1 = 1,
-       QAT_GEN2
+       QAT_GEN2,
+       QAT_GEN3
 };
 
 enum qat_service_type {
@@ -65,7 +66,7 @@ struct qat_common_stats {
 struct qat_pci_device;
 
 int
-qat_sgl_fill_array(struct rte_mbuf *buf, uint64_t buf_start,
+qat_sgl_fill_array(struct rte_mbuf *buf, int64_t offset,
                void *list_in, uint32_t data_len,
                const uint16_t max_segs);
 void