[PATCH 0/6] fix Hyper-V uio restart

2018-09-14 Thread Stephen Hemminger
This set of patches fixes the problem where DPDK applications using hv_uio_generic driver can not be successfully restarted. In order to get this working it required small change to uio to allow for mapping without no-cache. And refactoring of how ring buffer is setup in vmbus code. It could be b

[PATCH 0/6] fix Hyper-V uio restart

2018-09-13 Thread Stephen Hemminger
This set of patches fixes the problem where DPDK applications using hv_uio_generic driver can not be successfully restarted. In order to get this working it required small change to uio to allow for mapping without no-cache. And refactoring of how ring buffer is setup in vmbus code. It could be b