From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43B09A0A0B for ; Mon, 25 Jan 2021 13:47:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B4A2140F36; Mon, 25 Jan 2021 13:47:01 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C86C2140E54; Mon, 25 Jan 2021 13:46:58 +0100 (CET) IronPort-SDR: Wn/FF3/iX5BGFV7Vw0GILMzl6zUhT7W2mx5RjFzapeSiVTbJr+YcAz/UilwXYXGu2+xajB2Tn5 PKbBALyCfjyQ== X-IronPort-AV: E=McAfee;i="6000,8403,9874"; a="167394901" X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="167394901" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 04:46:57 -0800 IronPort-SDR: AGb2si9b5sjJn0zCpviR697OTExucwH3D+re4m8cAHtFMQKpZiIGNBet0JgShq4aRSS2+xOQsZ c+WujL1ArkIQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="429272296" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga001.jf.intel.com with ESMTP; 25 Jan 2021 04:46:57 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 25 Jan 2021 04:46:56 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 25 Jan 2021 20:46:54 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 25 Jan 2021 20:46:54 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Ding, Xuan" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/iavf: fix symmetric rule creating Thread-Index: AQHW8G19TEiSXGRcikicYu9fYFZ3SqoygKqAgAXOtYA= Date: Mon, 25 Jan 2021 12:46:54 +0000 Message-ID: References: <20210122031922.48867-1-xuan.ding@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] net/iavf: fix symmetric rule creating X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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" > -----Original Message----- > From: Xing, Beilei > Sent: Friday, January 22, 2021 12:05 PM > To: Ding, Xuan ; Zhang, Qi Z ; > Wu, Jingjing > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH] net/iavf: fix symmetric rule creating >=20 >=20 >=20 > > -----Original Message----- > > From: Ding, Xuan > > Sent: Friday, January 22, 2021 11:19 AM > > To: Zhang, Qi Z ; Wu, Jingjing > > ; Xing, Beilei > > Cc: dev@dpdk.org; Ding, Xuan ; stable@dpdk.org > > Subject: [PATCH] net/iavf: fix symmetric rule creating > > > > Only allow to create symmetric rule for L3/L4. > > > > Fixes: 91f27b2e39ab("net/iavf: refactor RSS") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xuan Ding > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi