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 509DEA0093; Thu, 17 Mar 2022 13:35:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44190410EC; Thu, 17 Mar 2022 13:35:33 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C41364067B for ; Thu, 17 Mar 2022 13:35:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647520532; x=1679056532; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=P+D1x96pgSD+C+ycp5Z678UJjMVdsO55fzf2AL+nqx4=; b=jJDaPPQs326aFvIieExwfafLCI1umb9NQMQb1LikHXstovLTaFGdn5Pz rj/s3kRFlzGR8rtLF5X4TgCAWEWdCXsR0cv4C51++hpoAa2iS1Lc0dCwm PuBVD3wVkNvxqPZ1Odm+9O0FPz8hGSNIT+vXzPejmJqZKtAjMWjgGaZsy d9IS/Mnz2f3PqYQOfcky7UpmBsGoVUoGwt2dHhpw1dG7/TPAvWJ/+vZvo 1z86FR7gTUxzilKt1Zh9QXeNxrAxKa/FOMH0kpC/NlSozG3maIiJ83g59 VJZWRfEEXD0+lF2Lr/khdXJ0MtOX6OI97Ik0yOjqTDp/D21VW5eajFiBZ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="236798861" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="236798861" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 05:35:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="557911347" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.156]) by orsmga008.jf.intel.com with ESMTP; 17 Mar 2022 05:35:08 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V2 0/3] *** cvl iavf enable fdir for pppol2tpoudp *** Date: Thu, 17 Mar 2022 20:35:03 +0800 Message-Id: <20220317123506.639334-1-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Errors-To: dts-bounces@dpdk.org *** cvl iavf enable fdir for pppol2tpoudp *** Yaqi Tang (3): test_plans/index test_plans/cvl_iavf_fdir_pppol2tpoudp tests/cvl_iavf_fdir_pppol2tpoudp .../cvl_iavf_fdir_pppol2tpoudp_test_plan.rst | 1931 ++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_cvl_iavf_fdir_pppol2tpoudp.py | 2218 +++++++++++++++++ 3 files changed, 4150 insertions(+) create mode 100644 test_plans/cvl_iavf_fdir_pppol2tpoudp_test_plan.rst create mode 100644 tests/TestSuite_cvl_iavf_fdir_pppol2tpoudp.py -- 2.25.1