Re: [dpdk-dev] [PATCH v12 3/4] net/netvsc: add hyper-v netvsc network device

2018-07-13 Thread Thomas Monjalon
For information, some cleanup done before pushing: --- a/MAINTAINERS +++ b/MAINTAINERS -F: drivers/net/hyperv/ +F: drivers/net/netvsc/ Unknown symbol: --- a/drivers/bus/vmbus/rte_bus_vmbus_version.map +++ b/drivers/bus/vmbus/rte_bus_vmbus_version.map @@ -17,7 +17,6 @@ DPDK_18.08 { rte_

[dpdk-dev] [PATCH v12 3/4] net/netvsc: add hyper-v netvsc network device

2018-07-13 Thread Stephen Hemminger
The driver supports Hyper-V networking directly like virtio for KVM or vmxnet3 for VMware. This code is based off of the FreeBSD driver. The file and variable names are kept the same to help with understanding (with most of the BSD style warts removed). This version supports the latest NetVSP 6.1