Change the type of buff_idx from uint64_t to uint32_t to fix coverity
issue.
Coverity issue: 366264
Fixes: a68ba8e0a6b6 ("examples/vhost: refactor vhost data path")
Signed-off-by: Cheng Jiang <redacted>
---
v2: fixed the format of git log
examples/vhost/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Maxime Coquelin <hidden> Date: 2021-02-03 09:54:29
On 2/2/21 8:24 AM, Cheng Jiang wrote:
quoted hunk
Change the type of buff_idx from uint64_t to uint32_t to fix coverity
issue.
Coverity issue: 366264
Fixes: a68ba8e0a6b6 ("examples/vhost: refactor vhost data path")
Signed-off-by: Cheng Jiang <redacted>
---
v2: fixed the format of git log
examples/vhost/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Maxime Coquelin <hidden> Date: 2021-02-03 17:20:41
On 2/2/21 8:24 AM, Cheng Jiang wrote:
|Change the type of buff_idx from uint64_t to uint32_t to fix coverity
issue. Coverity issue: 366264 Fixes: a68ba8e0a6b6 ("examples/vhost:
refactor vhost data path") Signed-off-by: Cheng Jiang
[off-list ref] --- v2: fixed the format of git log
examples/vhost/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)|
Applied to dpdk-next-virtio/main with typo fixed.
Thanks,
Maxime