All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] [PATCH v1 12/14] accel-config/test: Add element input_size to struct task
@ 2022-05-24 10:24 Li Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Zhang @ 2022-05-24 10:24 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Add a new element input_size to struct task for Decompress

Signed-off-by: Li Zhang <li4.zhang(a)intel.com>
---
 test/accel_test.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/accel_test.h b/test/accel_test.h
index 55ca043..9ea16ec 100644
--- a/test/accel_test.h
+++ b/test/accel_test.h
@@ -55,6 +55,7 @@ struct task {
 	void *delta1;
 	void *input;
 	void *output;
+	int input_size;
 	uint64_t pattern;
 	uint64_t pattern2;
 	uint64_t xfer_size;
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Accel-config] [PATCH v1 12/14] accel-config/test: Add element input_size to struct task
@ 2022-06-04  0:48 Li Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Zhang @ 2022-06-04  0:48 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Add a new element input_size to struct task for Decompress

Signed-off-by: Li Zhang <li4.zhang(a)intel.com>
---
 test/accel_test.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/accel_test.h b/test/accel_test.h
index 55ca043..9ea16ec 100644
--- a/test/accel_test.h
+++ b/test/accel_test.h
@@ -55,6 +55,7 @@ struct task {
 	void *delta1;
 	void *input;
 	void *output;
+	int input_size;
 	uint64_t pattern;
 	uint64_t pattern2;
 	uint64_t xfer_size;
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-04  0:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 10:24 [Accel-config] [PATCH v1 12/14] accel-config/test: Add element input_size to struct task Li Zhang
2022-06-04  0:48 Li Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.