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 B468DA00BE; Fri, 11 Feb 2022 04:18:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BFA5410E5; Fri, 11 Feb 2022 04:18:32 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 91D9D40DF5 for ; Fri, 11 Feb 2022 04:18:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644549510; x=1676085510; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=yg4TdjPp9bI4Uolb+BRxJp7epuKEZB5nnRCV2Z1g19U=; b=Wk1UyY6cdmfbF5xDOk4U84dl0Te0hWtyIUsY7P1HgFOAfSMqa3pS4Zcm FWsDnWBggQ4YdsuwXglHv8oQP9Sz3nIl9rpmWLcoEPSz4vw9OSFDOJD0D k9q3yMU3Rn2nUytqeSrIPqPr8IiPz2YBKz6F/CMHzvLkmfTGafWirykEM oIh9lXd0bQB2kGb5rjE+btYXQnCTvwTv+eLP/VS2t6+Z1QtrZmUO5tpnj f7TBJexolb+Fz2gBn2N9zDy6++uOG1w/q5nbfAPUeeuusjBX7GwdbCaDD lbjFpwsOZbVFwLTWjuOsprlJrSJBC5DxaYk309xdnndbKwCXlnuJfsb4D A==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="229614671" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="229614671" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 19:18:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="486477682" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 10 Feb 2022 19:18:29 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 10 Feb 2022 19:18:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 11 Feb 2022 11:18:26 +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; Fri, 11 Feb 2022 11:18:26 +0800 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" Subject: RE: [PATCH v1] framework/flow: Remove items not supported by testpmd Thread-Topic: [PATCH v1] framework/flow: Remove items not supported by testpmd Thread-Index: AQHYHDv/2ErlV/cyWEmWPW57oknfIqyNs4Iw Date: Fri, 11 Feb 2022 03:18:26 +0000 Message-ID: <9f95e04315f7428ab7b6dc37a96efc0e@intel.com> References: <20220207160046.23418-1-ohilyard@iol.unh.edu> In-Reply-To: <20220207160046.23418-1-ohilyard@iol.unh.edu> 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: ohilyard@iol.unh.edu > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B8=1B$BF|=1B(B 0:01 > To: dts@dpdk.org > Cc: Tu, Lijuan ; Owen Hilyard > Subject: [PATCH v1] framework/flow: Remove items not supported by testpmd >=20 > From: Owen Hilyard >=20 > Testpmd does not have full support for rte_flow at this point, and the rt= e_flow > test suite has not been kept up to date with changes in rte_flow. As such= , the > logic for generating the flows had to be updated to disable some test sui= tes to > avoid false failures. >=20 > Signed-off-by: Owen Hilyard Applied, thanks