From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] app/testpmd: fix copy of raw flow item (revisited) Date: Mon, 21 May 2018 13:44:34 +0100 Message-ID: <3748de88-4fe5-c505-e4ef-9c4484be1ea2@intel.com> References: <20180516154052.16836-1-adrien.mazarguil@6wind.com> <20180521114345.690-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org, Qi Zhang To: Adrien Mazarguil Return-path: In-Reply-To: <20180521114345.690-1-adrien.mazarguil@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/21/2018 12:44 PM, Adrien Mazarguil wrote: > 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: stable@dpdk.org > Cc: Qi Zhang > > Signed-off-by: Adrien Mazarguil Series applied to dpdk-next-net/master, thanks.