Chas Williams aee76bb79b net/netvsc: fix crash during Tx
Commit cc0251813277 ("net/netvsc: split send buffers from Tx
descriptors") changed the way that transmit descriptors are
allocated. They come from a single pool instead of being
individually attached to each mbuf. To find the IOVA, you need
to calculate the offset from the base of the pool.

Fixes: cc0251813277 ("net/netvsc: split send buffers from Tx descriptors")
Cc: stable@dpdk.org

Signed-off-by: Chas Williams <3chas3@gmail.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2020-07-30 19:29:37 +02:00
..
2020-05-11 22:27:39 +02:00
2020-07-30 19:29:37 +02:00
2020-05-28 17:57:07 +02:00
2018-07-13 23:48:07 +02:00