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

2019-09-12 Thread Baran, MarcinX
On Mon, Sep 09, 2019 at 10:29:38AM +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 patch > includes sa

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

2019-09-12 Thread Bruce Richardson
On Mon, Sep 09, 2019 at 10:29:38AM +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 patch includes samp

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

2019-09-09 Thread Bruce Richardson
On Mon, Sep 09, 2019 at 09:12:32AM -0400, Aaron Conole wrote: > Marcin Baran writes: > > > 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 > >

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

2019-09-09 Thread Aaron Conole
Marcin Baran writes: > 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 patch includes sample application > as well as it's guide.

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

2019-09-09 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 patch includes sample application as well as it's guide. Signed-off-by: Pawel Modrak Signed