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 CCB8DA00C3; Thu, 16 Dec 2021 12:06:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9660840696; Thu, 16 Dec 2021 12:06:02 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8AE5D40143 for ; Thu, 16 Dec 2021 12:06:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639652761; x=1671188761; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=zRhjRVam5xbvFX7/7YBgr9FM+rBSRyXhqWYmp2T91t8=; b=B34CrXT0wA+PLL7eVm0YZ82Njxf4HwnjDgrSd3oLy9g/HWVpramm9nuB VrvhC12bJKGH3m+lPIKm2dqgpJV+0r+wwEFEa9dIZxGVPUC8qfHh+189C d0TCs1dfa7LZ9J5y9LOL88EJcSjooqax5pTAhNGxGmZMrkzpKmyF5Gh0I esRwfXd2yukJHmoTmBhZw/TTPNLZbdl3Rg9S4SOdbUtLzU5qVuC5RJD+4 cKrKU12QuAzQ2W1CuTDh1oxDzrQoLT5jYZ9xTWHNz9N085eMBo/gD7DDl imd6AjWk8BN+C4ERLo1eSQsu+9bGp8oLLur4MuOGBb9OoguMzi4o6t+O8 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10199"; a="220143335" X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="220143335" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 03:06:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="611416702" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga002.fm.intel.com with ESMTP; 16 Dec 2021 03:06:00 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 03:05:59 -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; Thu, 16 Dec 2021 19:05:57 +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; Thu, 16 Dec 2021 19:05:57 +0800 From: "Tu, Lijuan" To: "Xia, YanX" , "dts@dpdk.org" CC: "Xia, YanX" Subject: RE: [dts][PATCH V1 3/3] tests/fdir: delete fdir Thread-Topic: [dts][PATCH V1 3/3] tests/fdir: delete fdir Thread-Index: AQHX5+tfil2EEkgmUEeYvWyisNVPHqw1CXBQ Date: Thu, 16 Dec 2021 11:05:57 +0000 Message-ID: <859e912e4482423b8624934c28385322@intel.com> References: <20211203101311.148370-1-yanx.xia@intel.com> <20211203101311.148370-3-yanx.xia@intel.com> In-Reply-To: <20211203101311.148370-3-yanx.xia@intel.com> Accept-Language: zh-CN, 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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Yan Xia > Sent: 2021=1B$BG/=1B(B12=1B$B7n=1B(B3=1B$BF|=1B(B 18:13 > To: dts@dpdk.org > Cc: Xia, YanX > Subject: [dts][PATCH V1 3/3] tests/fdir: delete fdir >=20 > delete fdir > dpdk commit-id: 1be514fbc ethdev: remove legacy FDIR filter type support >=20 > Signed-off-by: Yan Xia Series applied