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 278D1A0566; Wed, 29 Jun 2022 04:03:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07DC1400D7; Wed, 29 Jun 2022 04:03:49 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 4ABB640042 for ; Wed, 29 Jun 2022 04:03:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656468227; x=1688004227; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=WdgxbquSqIJsIZXxt/PBJQUY830sFgFdrfhcjuZJxrU=; b=JP9sNj+dlH2hTZm4e8zjfpruJ/+3pyEGaxnQcsnwfaWoVcaM8fuYD2EF JJ9ImhN29Di4Q8+9hlJLJORGozerNUjuzSAtgl18bleoQXrH95CRaYm4a Xrk67AbRYOsstMhOwtx6qKUXCycLsDKCsY19DmKrZnj6AJao16B+X6fZo q5Cz5O6syhBBK2h0cBYmCMreRaKM+tGrDOc3na0A2wj+MSD1SKFaeC3WF Zecda2iFhj4O5o559cgVN9rTKN668SFAz1m6dDj8zw7p8op7HthoDyFSH HTD5iV8Kei0duN5pTGqzqItLLPgpaFywg5wDUxQuhaZn27b6k8el4nEMB w==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="280659374" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="280659374" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:03:46 -0700 Message-Id: <7f4525$j962ol@fmsmga008-auth.fm.intel.com> Date: 28 Jun 2022 19:03:45 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="647170842" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 19:03:45 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ice_advanced_rss_gtpu:optimized and spilt new case From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20220623200153.6607-4-zhiminx.huang@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: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Fri, 24 Jun 2022 04:01:53 +0800, Zhimin Huang wr= ote: > 1.check the packets is distributed to all queues. > 2.testplan have tcp and udp test scope,add new case in testcase. >=20 > Signed-off-by: Zhimin Huang Applied, thanks