On Mon, Sep 30, 2019 at 09:50:28AM +0200, Marcin Baran wrote: > 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 patch includes sample application as > well as it's guide. > > v6: > - rearrange 'ioat_tx_port()' to remove unnecessary code > - improve documentation > - format patches for better readability > > v5: > - change dependency name from 'pmd_ioat' to 'rawdev_ioat' > fixing build errors (branch diverged from master) > > v4: > - fix meson build support check > > v3: > - add check for meson build whether IOAT is supported > > v2: > - change printing total stats to be deltas > - update documentation > - fix 1 thread/sw copy/multiple Rx queues packet dropping > - divide patch into several presenting functional change > > > Marcin Baran (4): > examples/ioat: add software copy support > examples/ioat: add rawdev copy mode support > examples/ioat: add stats printing for each port > doc/guides/: provide IOAT sample app guide > > Pawel Modrak (2): > examples/ioat: create sample app on ioat driver usage > examples/ioat: add two threads configuration > Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>