numam-dpdk/drivers/net/netvsc
Chas Williams aee76bb79b net/netvsc: fix crash during Tx
Commit cc02518132 ("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: cc02518132 ("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
..
hn_ethdev.c log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
hn_logs.h
hn_nvs.c net/netvsc: fix underflow when Rx external mbuf 2020-07-11 06:18:53 +02:00
hn_nvs.h net/netvsc: fix comment spelling 2020-05-11 22:27:39 +02:00
hn_rndis.c net/netvsc: do not spin forever waiting for reply 2020-05-28 17:57:07 +02:00
hn_rndis.h net/netvsc: support configuring RSS parameters 2019-06-28 20:32:18 +02:00
hn_rxtx.c net/netvsc: fix crash during Tx 2020-07-30 19:29:37 +02:00
hn_var.h net/netvsc: fix underflow when Rx external mbuf 2020-07-11 06:18:53 +02:00
hn_vf.c net/netvsc: do not query VF link state 2020-05-28 17:57:07 +02:00
Makefile build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
ndis.h net/netvsc: fix definition of offload values 2019-07-05 01:52:01 +02:00
rndis.h
rte_pmd_netvsc_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00