On Mon, 30 Aug 2021 22:56:44 -0700 lon...@linuxonhyperv.com wrote: > From: Long Li <lon...@microsoft.com> > > 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. > > Reported-by: Jonathan Erb <jonathan....@banduracyber.com> > Cc: sta...@dpdk.org > Signed-off-by: Long Li <lon...@microsoft.com>
I prefer that messages not get split across lines, but this looks fine. Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") Acked-by: Stephen Hemminger <sthem...@microsoft.com>