From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39502A04DB for ; Fri, 11 Dec 2020 10:47:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3295BAC9B; Fri, 11 Dec 2020 10:47:22 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 56E87AC9B for ; Fri, 11 Dec 2020 10:47:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607680038; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/7ecLk8ZhOPNgYYeyIUjf0tYcslx1IPxfN78Sx0DrYg=; b=MVS2+5Got9UyMgHVMQPlo1e3/qBc8PD33c4194E/m/pvD/sP0dzML3Ov88oT7u/fgJ+eFv 2idnDLAzHMIuIAa14FeuAbTo8UI/jQfBeD4OKFHGThC3aMKjLcOSLBCn32MvJGio0ze7Cv 2RQMw1qH/eRrGtpwb6ViDD0v6y7pXew= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-427-aOwqUrmwOSKIbpjiw-FcoA-1; Fri, 11 Dec 2020 04:47:14 -0500 X-MC-Unique: aOwqUrmwOSKIbpjiw-FcoA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 67A72C296; Fri, 11 Dec 2020 09:47:13 +0000 (UTC) Received: from [10.36.114.230] (ovpn-114-230.ams2.redhat.com [10.36.114.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id 034B01972B; Fri, 11 Dec 2020 09:47:11 +0000 (UTC) To: Steve Yang , stable@dpdk.org Cc: beilei.xing@intel.com, jia.guo@intel.com, Guinan Sun References: <20201211090105.28432-1-stevex.yang@intel.com> <20201211090105.28432-5-stevex.yang@intel.com> From: Kevin Traynor Message-ID: <849b67fe-4c74-ea67-171b-1b27912bcc4a@redhat.com> Date: Fri, 11 Dec 2020 09:47:11 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201211090105.28432-5-stevex.yang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [DPDK 18.11] net/i40e: fix recreating flexible flow director rule X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 11/12/2020 09:01, Steve Yang wrote: > From: Guinan Sun > > [ upstream commit 0acf70d473072fd77b667a0419f8b9ab70b35b39 ] > > This patch fixes the failure of recreate flexible fdir rule. > The root cause is that the flex_mask_flag is not reset during > flow destroy and flow flush. > > Fixes: 6ced3dd72f5f ("net/i40e: support flexible payload parsing for FDIR") > Cc: stable@dpdk.org > > Acked-by: Qi Zhang > > Signed-off-by: Guinan Sun > --- > drivers/net/i40e/i40e_fdir.c | 6 ++++++ > drivers/net/i40e/i40e_flow.c | 4 +++- > 2 files changed, 9 insertions(+), 1 deletion(-) Applied, thanks.