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

2019-09-19 Thread Aaron Conole
"Baran, MarcinX" writes: > -Original Message- > From: Aaron Conole > Sent: Friday, September 13, 2019 8:45 PM > To: Baran, MarcinX > Cc: dev@dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v2 0/6] examples/ioat: sample app on ioat > driver

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

2019-09-16 Thread Baran, MarcinX
-Original Message- From: Aaron Conole Sent: Friday, September 13, 2019 8:45 PM To: Baran, MarcinX Cc: dev@dpdk.org; Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH v2 0/6] examples/ioat: sample app on ioat driver usage Marcin Baran writes: > A new sample app demonstrating

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

2019-09-13 Thread Aaron Conole
Marcin Baran writes: > 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. Please fix the dependen

[dpdk-dev] [PATCH v2 0/6] examples/ioat: sample app on ioat driver usage

2019-09-13 Thread Marcin Baran
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. v2: - change printing total stats to be deltas - updat