bus/vmbus: fix secondary process setup
authorStephen Hemminger <sthemmin@microsoft.com>
Fri, 8 Feb 2019 03:44:01 +0000 (19:44 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 29 Mar 2019 12:43:45 +0000 (13:43 +0100)
commitfc20b5809dbc7ee8a341ec5db166de5a51d7118a
tree0221d30b3dbbcf2172c68fc4a17e3db9c0cccbd2
parent3660216ef115779b00e7b4093072166ed104fab9
bus/vmbus: fix secondary process setup

The secondary process doesn't correctly map the second
and later resources because it doesn't change the offset.

Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
drivers/bus/vmbus/vmbus_common_uio.c