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

2024-11-25 Thread Yichen Wang
On Mon, Nov 25, 2024 at 7:53 AM Fabiano Rosas wrote: > > 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 overhea

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

2024-11-25 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 v7 06/12] util/dsa: Implement zero page checking in DSA task.

2024-11-14 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