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 4D85AA034E; Wed, 22 Dec 2021 11:44:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3EA474111B; Wed, 22 Dec 2021 11:44:12 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 3AC2740687; Wed, 22 Dec 2021 11:44:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640169851; x=1671705851; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=ZLyRB+89UP8MDo3Lc/u33DnbPKw50O1lfzKNHZLAmyE=; b=lzR5ZcBe9k7/v2D6VGS61nM7/hOhb+LwSbM2iYjWqMeky1I0oCwEZ63s ifEFCQgUL5/jj6vcrYFg7haJr7xbqpAvO3/UY4KHb12D0++klZuooKIJS luLVBtn0Fu8PhEz8E1E6mQgJZBkPe+Yab2lbunmsFbTtFiq2SaSapDSQ7 FHLcswip8S4zOXOfmgd8kz63lSm/HqJX9CqlLpZVzFD3p3drHiOpb0UNu EZcyv6RWS/M+89yUZutadUKRSYIu48Ldeo1dSiCtNSxiWTu/W5Re5z7jg nw0jm2uI5fznwoogTcTBBykM0cu6nHdsNsDJtql5Od7/mxOTwFT5Enyuf A==; X-IronPort-AV: E=McAfee;i="6200,9189,10205"; a="238131095" X-IronPort-AV: E=Sophos;i="5.88,226,1635231600"; d="scan'208";a="238131095" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2021 02:44:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,226,1635231600"; d="scan'208";a="607362783" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by FMSMGA003.fm.intel.com with ESMTP; 22 Dec 2021 02:44:05 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 22 Dec 2021 02:44:04 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 22 Dec 2021 18:44:02 +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.2308.020; Wed, 22 Dec 2021 18:44:02 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Yigit, Ferruh" Subject: RE: [PATCH v3] net/ice: fix pattern check for FDIR parser Thread-Topic: [PATCH v3] net/ice: fix pattern check for FDIR parser Thread-Index: AQHX9wyD6wQ0RCnQgEaXsLvOn0I6ZKw+UwDw Date: Wed, 22 Dec 2021 10:44:02 +0000 Message-ID: <937142897efc42b2abdba321b6048499@intel.com> References: <20211222080852.1604018-1-junfeng.guo@intel.com> <20211222081138.1617225-1-junfeng.guo@intel.com> In-Reply-To: <20211222081138.1617225-1-junfeng.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 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 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Guo, Junfeng > Sent: Wednesday, December 22, 2021 4:12 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; stable@dpdk.org; Yigit, Ferruh = ; > Guo, Junfeng > Subject: [PATCH v3] net/ice: fix pattern check for FDIR parser >=20 > FDIR rules with masks are not supported in current code. Thus add pattern > check for IPv4/UDP/TCP/SCTP addr/port to terminate the FDIR programming > stage. >=20 > Fixes: 1b71ed2cdd5d ("net/ice: refactor flow pattern parser") > Cc: stable@dpdk.org >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi