Re: [dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-21 Thread Adrien Mazarguil
On Mon, May 21, 2018 at 11:44:33AM +0100, Ferruh Yigit wrote: > On 5/21/2018 9:24 AM, Adrien Mazarguil wrote: > > On Sat, May 19, 2018 at 04:25:15PM +0200, Thomas Monjalon wrote: > >> 18/05/2018 19:06, Ferruh Yigit: > >>> On 5/16/2018 4:41 PM, Adrien Mazarguil wrote: > Like original commit men

Re: [dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-21 Thread Ferruh Yigit
On 5/21/2018 9:24 AM, Adrien Mazarguil wrote: > On Sat, May 19, 2018 at 04:25:15PM +0200, Thomas Monjalon wrote: >> 18/05/2018 19:06, Ferruh Yigit: >>> On 5/16/2018 4:41 PM, Adrien Mazarguil wrote: Like original commit mentioned below, this fix synchronizes flow rule copy function with te

Re: [dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-21 Thread Adrien Mazarguil
On Sat, May 19, 2018 at 04:25:15PM +0200, Thomas Monjalon wrote: > 18/05/2018 19:06, Ferruh Yigit: > > On 5/16/2018 4:41 PM, Adrien Mazarguil wrote: > > > Like original commit mentioned below, this fix synchronizes flow rule copy > > > function with testpmd's own implementation following "app/testp

Re: [dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-19 Thread Thomas Monjalon
18/05/2018 19:06, Ferruh Yigit: > On 5/16/2018 4:41 PM, Adrien Mazarguil wrote: > > Like original commit mentioned below, this fix synchronizes flow rule copy > > function with testpmd's own implementation following "app/testpmd: fix copy > > of raw flow item (revisited)". > > > > Fixes: d0ad8648b

Re: [dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-18 Thread Ferruh Yigit
On 5/16/2018 4:41 PM, Adrien Mazarguil wrote: > Like original commit mentioned below, this fix synchronizes flow rule copy > function with testpmd's own implementation following "app/testpmd: fix copy > of raw flow item (revisited)". > > Fixes: d0ad8648b1c5 ("ethdev: fix shallow copy of flow API R

[dpdk-dev] [PATCH 2/2] ethdev: fix shallow copy of flow API RAW item

2018-05-16 Thread Adrien Mazarguil
Like original commit mentioned below, this fix synchronizes flow rule copy function with testpmd's own implementation following "app/testpmd: fix copy of raw flow item (revisited)". Fixes: d0ad8648b1c5 ("ethdev: fix shallow copy of flow API RSS action") Cc: sta...@dpdk.org Cc: Qi Zhang Signed-of