]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_compressdev/rte_comp.h
vhost: improve prefetching in enqueue path
[dpdk.git] / lib / librte_compressdev / rte_comp.h
index 9826086b1cff5785a0f111c99c4a201da3466a99..5b513c77ea606c81847262cfed014b653b675db5 100644 (file)
@@ -315,6 +315,8 @@ struct rte_comp_op {
                /**< Starting point for compression or decompression,
                 * specified as number of bytes from start of packet in
                 * source buffer.
+                * This offset starts from the first segment
+                * of the buffer, in case the m_src is a chain of mbufs.
                 * Starting point for checksum generation in compress direction.
                 */
                uint32_t length;
@@ -328,7 +330,10 @@ struct rte_comp_op {
                uint32_t offset;
                /**< Starting point for writing output data, specified as
                 * number of bytes from start of packet in dest
-                * buffer. Starting point for checksum generation in
+                * buffer.
+                * This offset starts from the first segment
+                * of the buffer, in case the m_dst is a chain of mbufs.
+                * Starting point for checksum generation in
                 * decompress direction.
                 */
        } dst;