Yichen Wang <yichen.w...@bytedance.com> writes: > From: Hao Xiang <hao.xi...@linux.dev> > > Create DSA task with operation code DSA_OPCODE_COMPVAL. > Here we create two types of DSA tasks, a single DSA task and > a batch DSA task. Batch DSA task reduces task submission overhead > and hence should be the default option. However, due to the way DSA > hardware works, a DSA batch task must contain at least two individual > tasks. There are times we need to submit a single task and hence a > single DSA task submission is also required. > > Signed-off-by: Hao Xiang <hao.xi...@linux.dev> > Signed-off-by: Bryan Zhang <bryan.zh...@bytedance.com> > Signed-off-by: Yichen Wang <yichen.w...@bytedance.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>