raw/ioat: include example configuration script
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 8 Oct 2020 09:51:21 +0000 (10:51 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 8 Oct 2020 12:33:20 +0000 (14:33 +0200)
commit01863b9d2354c6738581c68fbc5cda84b30862d8
tree741c268291a0a4d1ba4c362ddef45dfd8daa3668
parent777edf43ae4fc34f803739a61a5f007835833472
raw/ioat: include example configuration script

Devices managed by the idxd kernel driver must be configured for DPDK use
before it can be used by the ioat driver. This example script serves both
as a quick way to get the driver set up with a simple configuration, and as
the basis for users to modify it and create their own configuration
scripts.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
doc/guides/rawdevs/ioat.rst
drivers/raw/ioat/dpdk_idxd_cfg.py [new file with mode: 0755]