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 92BC4A0542; Fri, 2 Sep 2022 03:46:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D7F840693; Fri, 2 Sep 2022 03:46:12 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9C28740684 for ; Fri, 2 Sep 2022 03:46:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662083170; x=1693619170; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=7hiqitMF8oqqhd+Wj1YW/jAnYzKBIOmTfRs8D+GvRL0=; b=eJz2sv+/g+5x5wwng8jxq+Hcs46BLV9/ziRKZfOiU9U3NNkH8fMts+AB ci/We+2NAN+V6ke2/Nh6QxeTtHLZ4oNIBKEnmjPKryySUpi1XwRcbxVjN An0As24mpoQgTA+zKgXkk3u6nJPwcU++1G2IdtnDSpayxalqbnnhpBI4e VZ+v457xtSOMieYqA7OF13uAhcEnssTJrOfFrZVJiWq42ZVBkVgjKjxz+ mT+gXroO7BZ+N2k4in+97jON7hKC99ynKF/b2ux/pDADxkZvOzygkmGzP kvapAGQ/ohiMTVwZx01FEeb8/htuRYTzGmDM2FihwJzBSQwIBQgrKaWjz w==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="295875837" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="295875837" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:46:09 -0700 Message-Id: Date: 01 Sep 2022 18:46:08 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="608813440" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:46:08 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] tests/ice_flow_priority: move the case of rteflow_priority to ice_flow_priority and remove rteflow_priority From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220826143824.12813-2-songx.jiale@intel.com> 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: , Reply-To: Jiale Song Errors-To: dts-bounces@dpdk.org On Fri, 26 Aug 2022 14:38:24 +0000, Jiale Song wrote: > 1. move the case not covered by ice_flow_priority from rteflow_priority to = ice_flow_priority. > 2. remove the test suite rteflow_priority. >=20 > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Series applied, thanks