From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CD0AA0C46; Sun, 29 Aug 2021 13:38:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 851C64014E; Sun, 29 Aug 2021 13:38:43 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 6C2AB40042 for <dev@dpdk.org>; Sun, 29 Aug 2021 13:38:41 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10090"; a="218191720" X-IronPort-AV: E=Sophos;i="5.84,361,1620716400"; d="scan'208";a="218191720" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2021 04:38:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,361,1620716400"; d="scan'208";a="465861766" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga007.jf.intel.com with ESMTP; 29 Aug 2021 04:38:40 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Sun, 29 Aug 2021 04:38:39 -0700 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.2242.10; Sun, 29 Aug 2021 19:38:37 +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.2242.010; Sun, 29 Aug 2021 19:38:37 +0800 From: "Zhang, Qi Z" <qi.z.zhang@intel.com> To: "Wang, Haiyue" <haiyue.wang@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "Wang, Haiyue" <haiyue.wang@intel.com>, "Wu, Jingjing" <jingjing.wu@intel.com>, "Xing, Beilei" <beilei.xing@intel.com> Thread-Topic: [dpdk-dev] [PATCH v1 3/4] common/iavf: remove the FDIR query opcode Thread-Index: AQHXkztJtf7Ruc5/c0+Pz8o8eh4MYauKbkgA Date: Sun, 29 Aug 2021 11:38:37 +0000 Message-ID: <5bdeea9a678944ab8b8ac7d1306cc484@intel.com> References: <20210817071652.9939-1-haiyue.wang@intel.com> <20210817071652.9939-3-haiyue.wang@intel.com> In-Reply-To: <20210817071652.9939-3-haiyue.wang@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.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-dev] [PATCH v1 3/4] common/iavf: remove the FDIR query opcode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> > -----Original Message----- > From: dev <dev-bounces@dpdk.org> On Behalf Of Haiyue Wang > Sent: Tuesday, August 17, 2021 3:17 PM > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.wang@intel.com>; Wu, Jingjing > <jingjing.wu@intel.com>; Xing, Beilei <beilei.xing@intel.com> > Subject: [dpdk-dev] [PATCH v1 3/4] common/iavf: remove the FDIR query > opcode >=20 > The VIRTCHNL_OP_QUERY_FDIR_FILTER opcode is not used, so remove it. >=20 > Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com> Applied to dpdk-next-net-intel. Thanks Qi