Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio_net: fix dma hang issue for multiseg pkts
For multi-seg pkts where pkt len is equal to total length of required virtio descriptor buffers, an additional dma is triggered for 0 length. A fix is added in calculation of required buffers. Fixes: 3660e13 ("virtio_net: fix vring desc length calculation") Signed-off-by: Rahul Bhansali <rbhansali@marvell.com> Change-Id: I897d9be5013446f1df5df93baee1f775e1735ed4 Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/134042 Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com> Reviewed-by: Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>
- Loading branch information