Re: [dpdk-dev] [PATCH v5 2/6] examples/ioat: add software copy support

2019-09-27 Thread Baran, MarcinX
-Original Message- From: Bruce Richardson Sent: Friday, September 27, 2019 12:01 PM To: Baran, MarcinX Cc: dev@dpdk.org; Modrak, PawelX Subject: Re: [dpdk-dev] [PATCH v5 2/6] examples/ioat: add software copy support On Fri, Sep 20, 2019 at 09:37:10AM +0200, Marcin Baran wrote: > Ad

Re: [dpdk-dev] [PATCH v5 2/6] examples/ioat: add software copy support

2019-09-27 Thread Bruce Richardson
On Fri, Sep 20, 2019 at 09:37:10AM +0200, Marcin Baran wrote: > Added support for copying packets > using software copy mode and MAC address > changing. The copies are processed using > one lcore. > > Signed-off-by: Marcin Baran > Signed-off-by: Pawel Modrak > --- > examples/ioat/ioatfwd.c | 21

[dpdk-dev] [PATCH v5 2/6] examples/ioat: add software copy support

2019-09-20 Thread Marcin Baran
Added support for copying packets using software copy mode and MAC address changing. The copies are processed using one lcore. Signed-off-by: Marcin Baran Signed-off-by: Pawel Modrak --- examples/ioat/ioatfwd.c | 211 +++- 1 file changed, 188 insertions(+), 2