net/softnic: add softnic PMD
authorJasvinder Singh <jasvinder.singh@intel.com>
Tue, 10 Oct 2017 10:18:14 +0000 (11:18 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:52:38 +0000 (01:52 +0100)
commitcc6d421574fe6231fd59efdbd8cab418e527d759
tree1cb6a5d5cd64336781a4c4183e4bbd18914208a7
parent80d0ff81e8bb1cf9772995fd7fe3d881c27e9fee
net/softnic: add softnic PMD

Add SoftNIC PMD to provide SW fall-back for ethdev APIs.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
12 files changed:
MAINTAINERS
config/common_base
doc/api/doxy-api-index.md
doc/api/doxy-api.conf
doc/guides/rel_notes/release_17_11.rst
drivers/net/Makefile
drivers/net/softnic/Makefile [new file with mode: 0644]
drivers/net/softnic/rte_eth_softnic.c [new file with mode: 0644]
drivers/net/softnic/rte_eth_softnic.h [new file with mode: 0644]
drivers/net/softnic/rte_eth_softnic_internals.h [new file with mode: 0644]
drivers/net/softnic/rte_pmd_eth_softnic_version.map [new file with mode: 0644]
mk/rte.app.mk