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 F3A45A00C5; Thu, 15 Sep 2022 08:19:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D6BC44021D; Thu, 15 Sep 2022 08:19:14 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id D2D5440156 for ; Thu, 15 Sep 2022 08:19:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663222754; x=1694758754; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=WdiFXRdJQOBVeArvv45UIJJ4IC5NGm47w3zRoDu7jXA=; b=ItgU0ZEAVvG3X42xHlTftBFZQmqZK81c/xSPYZkW2SMevsuuDW3qqda8 siO3+p1QAXVs3sSlB0gGmOm0Y7HcuX1najmNKIMg9tcUg9uc8B+dcOQnd PhotnZVMzL1YI7+hqfyXvZwfUCD5j/LRCmZyWaE54G+HXulYxY7bBvYby 9Dc0TQ3G1LFNktmZSrsIB9k0G54VmnfbuweaLsAXssr9DOU+Vg917uDPu 5q8Mwnb7X4cyKk0CvtAS+GY5SOpUVkRO9DjWOMyPGbXdXd5xFDvWkMSQS E7f81Wko/jVw3SRwlyEyw0YTRcHsb9twXFUzOSxK9tenYnnKO0bEAd3mt g==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="298620274" X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="298620274" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 23:18:57 -0700 Message-Id: Date: 14 Sep 2022 23:18:56 -0700 X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="568304465" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 23:18:56 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/rss_to_rte_flow: update dts code for dpdk change From: lijuan.tu@intel.com To: dts@dpdk.org,yuan.peng@intel.com,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220714083433.13499-1-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Thu, 14 Jul 2022 16:34:33 +0800, Weiyuan Li wrote: > According to dpdk commit 44a37f3cffe0(app/testpmd: compact RSS types output= ) modify the script to adapt to this change. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Applied, thanks