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 48D68A00C2; Wed, 4 Jan 2023 02:00:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4365C40A82; Wed, 4 Jan 2023 02:00:06 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id F044040697 for ; Wed, 4 Jan 2023 02:00:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672794005; x=1704330005; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=MJ8jt0sBa12p3KdmEaxp01PUhiLK8M5CZrAc98MTvw8=; b=VJLvZLrFPErhiBzKZTjXIKq7y+9NuaoOsa57MCb8bU3zg3KDJsxAA9wN izKXYs+mpXmLaTwgvQxUEgILyDSkVrjz0MeYgt8Vup/9ECLhydP7FMPtA s/M6pYyuMrmCKuY6VQhRLeUgPTbYI6KE8bVc6Td6bZEqnlsftyKVvHdYH tQptyCck8r5JUu1E74YXxdbxZDP4ScL3W9uBR7QYZfBt5zLHBbeJp9NJC LiuMW4NTYBpAWqPsorcrTKksafC8vEm+DNK43Ux5WA4l+jR2/zTiMdxCL 15aIDtYamyYIhLli9onT5SajQFkdY1Sq3eoun7P4tn5bF5805dWwb8ry9 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="323792571" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="323792571" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:00:04 -0800 Message-Id: <665c30$omjduo@orsmga005-auth.jf.intel.com> Date: 03 Jan 2023 17:00:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="829011944" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="829011944" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:00:02 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/ice_advanced_rss_vlan_esp_ah_l2tp_pfcp: add PF new cases according to testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20221227063543.14134-2-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 Tue, 27 Dec 2022 14:35:43 +0800, Weiyuan Li wrote: > Add PF new cases according to testplan. > > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Series applied, thanks