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 37CAFA0520 for ; Mon, 20 Jan 2020 06:08:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F56B1DBA; Mon, 20 Jan 2020 06:08:58 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D86C71DBA; Mon, 20 Jan 2020 06:08:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2020 21:08:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,340,1574150400"; d="scan'208";a="244303292" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 19 Jan 2020 21:08:55 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Jan 2020 21:08:55 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Jan 2020 21:08:55 -0800 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.28]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Mon, 20 Jan 2020 13:08:52 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "dev@dpdk.org" , "Cao, Yahui" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: fix FDIR flag issue Thread-Index: AQHVz0EZ3Q36rjBxfkO7p7TfrVGzC6fzANIw Date: Mon, 20 Jan 2020 05:08:52 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153E08ECB@SHSMSX105.ccr.corp.intel.com> References: <1579522734-16566-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1579522734-16566-1-git-send-email-beilei.xing@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-stable] [PATCH] net/ice: fix FDIR flag issue 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" > -----Original Message----- > From: Xing, Beilei > Sent: Monday, January 20, 2020 8:19 PM > To: dev@dpdk.org; Zhang, Qi Z ; Cao, Yahui > > Cc: stable@dpdk.org > Subject: [PATCH] net/ice: fix FDIR flag issue >=20 > If there's no mark action when creating a FDIR rule, there shouldn't be > FDIR flags in mbuf. >=20 > Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") > Fixes: bd984f155f49 ("net/ice/base: support FDIR") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Qi Zhang