eventdev: add test for eth Tx adapter
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 20 Sep 2018 17:41:15 +0000 (23:11 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:51:41 +0000 (16:51 +0200)
commit46cf97e4bbfaffebdbec8e3e90920fe5d841cd62
tree372d5f3d836045be82a8fa3cd588d0e0f34d7d6c
parenta3bbf2e09756071a1234a3de3df9b046c249e475
eventdev: add test for eth Tx adapter

This patch adds tests for the eth Tx adapter APIs. It also
tests the data path for the rte_service function based
implementation of the APIs.

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
MAINTAINERS
test/test/Makefile
test/test/meson.build
test/test/test_event_eth_tx_adapter.c [new file with mode: 0644]