Hi Adrien, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Adrien Mazarguil > Sent: Wednesday, May 16, 2018 4:42 PM > To: Yigit, Ferruh <[email protected]> > Cc: [email protected]; [email protected]; Zhang, Qi Z <[email protected]> > Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: fix copy of raw flow item > (revisited) > > While previous fix with the same title does address the main issue, root > cause is > that proper handling of spec/last/mask was overlooked in the original patch. > > Mask and last fields must be taken into account at all times. > > Fixes: d0ad8648b1c5 ("app/testpmd: fix RSS flow action configuration") > Fixes: 67af7ecc52ec ("app/testpmd: fix copy of raw flow item") > Cc: [email protected] > Cc: Qi Zhang <[email protected]> > > Signed-off-by: Adrien Mazarguil <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

