Re: [PATCH v8 06/12] util/dsa: Implement zero page checking in DSA task.

2024-12-17 Thread Fabiano Rosas
Yichen Wang writes: > From: Hao Xiang > > 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 D

[PATCH v8 06/12] util/dsa: Implement zero page checking in DSA task.

2024-12-03 Thread Yichen Wang
From: Hao Xiang 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 ta