net/mrvl: add net PMD skeleton
authorTomasz Duszynski <tdu@semihalf.com>
Mon, 9 Oct 2017 15:00:30 +0000 (17:00 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:58 +0000 (01:36 +0100)
commit0ddc9b815b1105f575b1344619be9f181ce139de
treeab9b2a8359498f301cef13650df47ff7fce8e87c
parentf98d403bc10fd891ba73997922c0b2130072e778
net/mrvl: add net PMD skeleton

Add mrvl net pmd driver skeleton providing base for the further
development. Besides the basic functionality QoS configuration is
introduced as well.

Signed-off-by: Jacek Siuda <jck@semihalf.com>
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
MAINTAINERS
config/common_base
doc/guides/rel_notes/release_17_11.rst
drivers/net/Makefile
drivers/net/mrvl/Makefile [new file with mode: 0644]
drivers/net/mrvl/mrvl_ethdev.c [new file with mode: 0644]
drivers/net/mrvl/mrvl_ethdev.h [new file with mode: 0644]
drivers/net/mrvl/mrvl_qos.c [new file with mode: 0644]
drivers/net/mrvl/mrvl_qos.h [new file with mode: 0644]
drivers/net/mrvl/rte_pmd_mrvl_version.map [new file with mode: 0644]
mk/rte.app.mk