70cdd92e04
The driver code had wrong assumption that all the addresses to ring buffers
in the secondary process are the same as those in the primary process. This
is not always correct as the channels could be mapped to different
addresses in the secondary process.
Fix this by keeping track of all the mapped addresses from the primary
process in the shared uio_res, and have second process map to the same
addresses.
Fixes:
|
||
---|---|---|
.. | ||
linux | ||
meson.build | ||
private.h | ||
rte_bus_vmbus.h | ||
rte_vmbus_reg.h | ||
version.map | ||
vmbus_bufring.c | ||
vmbus_channel.c | ||
vmbus_common_uio.c | ||
vmbus_common.c |