examples/ioat: add new sample app for ioat driver
authorPawel Modrak <pawelx.modrak@intel.com>
Mon, 7 Oct 2019 11:08:04 +0000 (12:08 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Oct 2019 16:57:41 +0000 (17:57 +0100)
commitc8e6ceecebc1cf195fa64980f47da37a2c91b8d8
tree71472da3827378227d50b079fe1a6aab4b88f902
parent7f7d44064cfa66bfb8989c322f6a11cf3270b4fc
examples/ioat: add new sample app for ioat driver

A new sample app demonstrating use of driver for CBDMA.  The app receives
packets, performs software or hardware copy, changes packets' MAC addresses
(if enabled) and forwards them. The change covers ports initialization,
closing connection and argument parsing.

Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com>
Signed-off-by: Marcin Baran <marcinx.baran@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
MAINTAINERS
examples/Makefile
examples/ioat/Makefile [new file with mode: 0644]
examples/ioat/ioatfwd.c [new file with mode: 0644]
examples/ioat/meson.build [new file with mode: 0644]
examples/meson.build