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 D1206A04FF; Wed, 23 Mar 2022 08:24:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1B7B41140; Wed, 23 Mar 2022 08:24:01 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 1BD2F41104 for ; Wed, 23 Mar 2022 08:23:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648020240; x=1679556240; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5RikzAqW/pnQDquF5AiZ2T5vbdvqcauLTbvrd15XrWA=; b=XnVNxq22SIELZDnbLua65gvc6Ex0jpULzRQC3AP5VD/A7I943GToccnX XLK+uyAEGPMauYi3IPXnhr5IUHd/H0M0nBDbqZE0DtdBLJ0fX2FnZ7Q55 m+aQliNjJ4mz3TAC3XiQVBxPdEdBxA1gsGZMBIFBxl9FekRF30de1SYoN toFVSLlUIwDYsEnIqOKsz4ebWb2H0CU39j8fWn/YpHYj9VdhUeY9wWFbP walgdfZwCPHp6uvo03px915YroWr531M//5eGe0VA15VusGGd4Z64LxGC v8CFxTyBANyR3NfgFjN7zagDNbkqwsPAuXYXEKqEcI5Ruli7nnozz9xre A==; X-IronPort-AV: E=McAfee;i="6200,9189,10294"; a="257994714" X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="257994714" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 00:23:58 -0700 Message-Id: <8ea9f5$kko90m@fmsmga001-auth.fm.intel.com> Date: 23 Mar 2022 00:23:57 -0700 X-IronPort-AV: E=Sophos;i="5.90,203,1643702400"; d="scan'208";a="692855838" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2022 00:23:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/cvl_advanced_iavf_rss_pppol2tpoudp: add test plan for l2tpv2 control and data From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220315040329.397792-1-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Tue, 15 Mar 2022 12:03:29 +0800, Yaqi Tang wrote: > Support IAVF PPPoL2TPv2oUDP RSS Hash, and required to distribute packets ba= sed on inner IP src+dest address and TCP/UDP src+dest port. >=20 > Signed-off-by: Yaqi Tang > Tested-by: Yaqi Tang < yaqi.tang@intel.com> Applied, thanks