bb/null: add null base band device driver
authorAmr Mokhtar <amr.mokhtar@intel.com>
Thu, 11 Jan 2018 19:23:19 +0000 (19:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 19 Jan 2018 00:44:25 +0000 (01:44 +0100)
commit7dc2b158944027db784b8825bdc22c534f643a60
treebef83fd29260499a150dda1f0d54ef39d9c6c036
parent4935e1e9f76e14e8b3420084d357c34bb397ef53
bb/null: add null base band device driver

- 'bbdev_null' is a basic pmd that performs a minimalistic
 bbdev operation
- useful for bbdev smoke testing and in measuring the overhead
 introduced by the bbdev library
- 'bbdev_null' pmd is enabled by default

Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
MAINTAINERS
config/common_base
doc/guides/bbdevs/index.rst [new file with mode: 0644]
doc/guides/bbdevs/null.rst [new file with mode: 0644]
doc/guides/index.rst
drivers/Makefile
drivers/bbdev/Makefile [new file with mode: 0644]
drivers/bbdev/null/Makefile [new file with mode: 0644]
drivers/bbdev/null/bbdev_null.c [new file with mode: 0644]
drivers/bbdev/null/rte_pmd_bbdev_null_version.map [new file with mode: 0644]
mk/rte.app.mk