examples/bbdev: add sample app
authorAmr Mokhtar <amr.mokhtar@intel.com>
Thu, 11 Jan 2018 19:23:22 +0000 (19:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 19 Jan 2018 00:44:25 +0000 (01:44 +0100)
commit1ffee690eaa10b1b50deb230755ea4ceaa373e0f
treedb0c9717505014a6e1daf3150e78b49023beebb7
parentf714a18885a6d25275b776d6131f5fc728bd522a
examples/bbdev: add sample app

- sample application performing a loop-back over ethernet using
 a bbbdev device
- 'turbo_sw' PMD must be enabled for the app to be functional
- a packet is received on an ethdev port -> enqueued for baseband
 encode operation -> dequeued -> enqueued for baseband decode
 operation-> dequeued -> compared with original signal -> looped-back
 to the ethdev port

Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
MAINTAINERS
doc/guides/sample_app_ug/bbdev_app.rst [new file with mode: 0644]
doc/guides/sample_app_ug/index.rst
examples/Makefile
examples/bbdev_app/Makefile [new file with mode: 0644]
examples/bbdev_app/main.c [new file with mode: 0644]