Re: [dpdk-dev] [PATCH v2] examples/vhost: add error propagation in ioat ops

2021-02-03 Thread Maxime Coquelin
On 2/3/21 3:29 PM, Cheng Jiang wrote: > |It makes more sense to add error propagation for > rte_ioat_completed_ops. And change the type of dev_id from int to > uint16_t. Signed-off-by: Cheng Jiang --- v2: > mentioned dev_id type changes in git log examples/vhost/ioat.c | 14 > ++ 1 f

Re: [dpdk-dev] [PATCH v2] examples/vhost: add error propagation in ioat ops

2021-02-03 Thread Maxime Coquelin
On 2/3/21 3:29 PM, Cheng Jiang wrote: > It makes more sense to add error propagation for rte_ioat_completed_ops. > And change the type of dev_id from int to uint16_t. I would reword it to: " This patch adds add error propagation for rte_ioat_completed_ops call, and also changes dev_id type fro

[dpdk-dev] [PATCH v2] examples/vhost: add error propagation in ioat ops

2021-02-03 Thread Cheng Jiang
It makes more sense to add error propagation for rte_ioat_completed_ops. And change the type of dev_id from int to uint16_t. Signed-off-by: Cheng Jiang --- v2: mentioned dev_id type changes in git log examples/vhost/ioat.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) d