Re: [dpdk-dev] [PATCH v5 1/6] examples/ioat: create sample app on ioat driver usage

2019-09-27 Thread Bruce Richardson
On Fri, Sep 20, 2019 at 09:37:09AM +0200, Marcin Baran wrote: > From: Pawel Modrak > > 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

[dpdk-dev] [PATCH v5 1/6] examples/ioat: create sample app on ioat driver usage

2019-09-20 Thread Marcin Baran
From: Pawel Modrak 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: