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 B53F4A09F6 for ; Thu, 17 Dec 2020 12:42:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A108ACA08; Thu, 17 Dec 2020 12:42:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id C8623CA08 for ; Thu, 17 Dec 2020 12:41:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1608205317; 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=lV7QtYjsYVseK/WrgEnjq+eNL3A8uFp7ZwVEgwX12qg=; b=WHYgN3rZyeB/TtumGFrwLz3fQUMm7VhZJJnrwAjiVEmrdJgxMqcHxJLeyBfuEtLxW8xEzM xMWLc5zlFexjy0Ax7EQOE8S4GDW20SQzpzMv4j21ptBxvU7z1hyH6JhS8xX+rlbkEzRbln f9hanZv/usA5M1uEkzA7/o4mVVKuSfE= 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-348-3Q7b0x3OMZK0S0urUXAQKQ-1; Thu, 17 Dec 2020 06:41:55 -0500 X-MC-Unique: 3Q7b0x3OMZK0S0urUXAQKQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 58EE5180A086; Thu, 17 Dec 2020 11:41:54 +0000 (UTC) Received: from [10.36.114.24] (ovpn-114-24.ams2.redhat.com [10.36.114.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id 32D52100239A; Thu, 17 Dec 2020 11:41:53 +0000 (UTC) To: Steve Yang , stable@dpdk.org Cc: beilei.xing@intel.com, jia.guo@intel.com, Shougang Wang References: <20201214015003.64121-1-stevex.yang@intel.com> From: Kevin Traynor Message-ID: <340ad2a5-7834-4cf3-f3bc-d0d4145e0337@redhat.com> Date: Thu, 17 Dec 2020 11:41:52 +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: <20201214015003.64121-1-stevex.yang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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 queue region in RSS flow 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 14/12/2020 01:50, Steve Yang wrote: > From: Shougang Wang > > [ upstream commit da7018ec29d405e9b36b6997eedb728c04bb0fe8 ] > > This patch fixes the issue that the queue region does not > take effect due to incorrectly setting the flow type. > > Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") > Cc: stable@dpdk.org > > Reviewed-by: Jeff Guo > Tested-by: Hailin Xu > Tested-by: Lunyuan Cui > > Signed-off-by: Shougang Wang > --- > drivers/net/i40e/i40e_flow.c | 36 ++++++++++++++++++++++++++++++++---- > 1 file changed, 32 insertions(+), 4 deletions(-) Applied, thanks.