numam-dpdk/drivers
Stephen Hemminger 30408aab2d net/netvsc: fix memory free on device close
The netvsc PMD was putting the mac address in private data but the
core rte_ethdev doesn't allow that it. It has to be in rte_malloc'd
memory or a message will be printed on shutdown/close.
 EAL: Invalid memory

Fixes: f8279f47dd ("net/netvsc: fix crash in secondary process")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2020-04-21 13:57:06 +02:00
..
baseband baseband/fpga_5gnr_fec: support interrupt 2020-04-19 22:34:26 +02:00
bus replace unused attributes 2020-04-16 18:30:58 +02:00
common net/octeontx2: support custom L2 header 2020-04-21 13:57:06 +02:00
compress compress/qat: support IM buffer too small operation 2020-04-19 17:15:14 +02:00
crypto crypto/qat: support plain SHA1..SHA512 hashes 2020-04-19 22:45:11 +02:00
event net/octeontx: add framework for Rx/Tx offloads 2020-04-21 13:57:06 +02:00
mempool replace hot attributes 2020-04-16 18:30:58 +02:00
net net/netvsc: fix memory free on device close 2020-04-21 13:57:06 +02:00
raw replace unused attributes 2020-04-16 18:30:58 +02:00
vdpa common/mlx5: fix RSS key copy to TIR context 2020-04-21 13:57:05 +02:00
Makefile drivers: add crypto as dependency for event drivers 2020-03-05 14:22:11 +01:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00