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 DBF60A00C5; Thu, 30 Apr 2020 11:19:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDF2E1DA7A; Thu, 30 Apr 2020 11:19:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DBAF31DA73; Thu, 30 Apr 2020 11:19:54 +0200 (CEST) IronPort-SDR: JY0j7OsEwpteASdnfhUfVpQmUp0Z8xT2gsnmPMI1ECXmEGivdmjP49OvA96kbXyHV1YscMz+jw guxi8L5DDGjg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2020 02:19:53 -0700 IronPort-SDR: 7kpu0W262BARbRpooGBVrhm5NqoRH741OrBGhG9LfbSaADBfAwx+HbpQ1gjxnDQsq0HhtJypWL 5HMBi3f6/qTA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="247133357" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 30 Apr 2020 02:19:53 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 30 Apr 2020 02:19:53 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 30 Apr 2020 02:19:52 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.7]) with mapi id 14.03.0439.000; Thu, 30 Apr 2020 17:19:49 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Ye, Xiaolong" CC: "dev@dpdk.org" , "Cao, Yahui" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/ice: support mark only action for FDIR Thread-Index: AQHWEm+DqYIXV6H/ZE6WFP2E6R/5y6iRfAQg Date: Thu, 30 Apr 2020 09:19:49 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154806E50@SHSMSX103.ccr.corp.intel.com> References: <1585810557-21150-1-git-send-email-simei.su@intel.com> <1586877073-450369-1-git-send-email-simei.su@intel.com> In-Reply-To: <1586877073-450369-1-git-send-email-simei.su@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ice: support mark only action for FDIR X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Su, Simei > Sent: Tuesday, April 14, 2020 11:11 PM > To: Zhang, Qi Z ; Ye, Xiaolong > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > ; stable@dpdk.org > Subject: [PATCH v2] net/ice: support mark only action for FDIR >=20 > This patch fixes issue that doesn't support mark only case. > Mark only action is equal to mark + passthru action. >=20 > Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") > Cc: stable@dpdk.org >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang