net/vdev_netvsc: introduce Hyper-V platform driver
authorMatan Azrad <matan@mellanox.com>
Thu, 18 Jan 2018 13:51:42 +0000 (13:51 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sun, 21 Jan 2018 14:51:52 +0000 (15:51 +0100)
commit6086ab3bb3d2947ab3f27f7263873df9ed770c24
tree22da7ea0d832fdf30567883525bbaa0e67689b54
parent53a2d53f89418d944c4e62dcde995707680dd0ef
net/vdev_netvsc: introduce Hyper-V platform driver

This patch lays the groundwork for this driver (draft documentation,
copyright notices, code base skeleton and build system hooks). While it can
be successfully compiled and invoked, it's an empty shell at this stage.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Matan Azrad <matan@mellanox.com>
MAINTAINERS
config/common_base
config/common_linuxapp
doc/guides/nics/features/vdev_netvsc.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/vdev_netvsc.rst [new file with mode: 0644]
drivers/net/Makefile
drivers/net/vdev_netvsc/Makefile [new file with mode: 0644]
drivers/net/vdev_netvsc/rte_pmd_vdev_netvsc_version.map [new file with mode: 0644]
drivers/net/vdev_netvsc/vdev_netvsc.c [new file with mode: 0644]
mk/rte.app.mk