From patchwork Mon Jun 7 06:31:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang An X-Patchwork-Id: 93945 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EEC41A034F; Mon, 7 Jun 2021 08:21:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2687410EA; Mon, 7 Jun 2021 08:21:22 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 0A88F4003E for ; Mon, 7 Jun 2021 08:21:20 +0200 (CEST) IronPort-SDR: /w8B63qqDkGcOUMMJqy+m2KotERup6Dygdnot5sbXpnl0oGRVGlzvMN8MbVk5a05spRmczKcyX 5mYM461Y40mw== X-IronPort-AV: E=McAfee;i="6200,9189,10007"; a="184249335" X-IronPort-AV: E=Sophos;i="5.83,254,1616482800"; d="scan'208";a="184249335" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2021 23:21:05 -0700 IronPort-SDR: 2WCd6ssrghjuirTXQqFdxjwr9897Ujy0laoAwmhw1Vs5C+xLTgcl2jOn6zS3oPfnHJmwJqmah+ yj2YVchNmo9g== X-IronPort-AV: E=Sophos;i="5.83,254,1616482800"; d="scan'208";a="481400182" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2021 23:21:03 -0700 From: Xiang An To: dts@dpdk.org Cc: yuan.peng@intel.com, Xiang An Date: Mon, 7 Jun 2021 14:31:17 +0800 Message-Id: <1623047479-221222-1-git-send-email-xiangx.an@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V5 0/2] tests/rss_gtpogre: add a new case to PF and VF gtpogre 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 Sender: "dts" v5: - at v4, forget recovery a dpdk file, v5 have fix it v4: - optimize the dts script with add a print for dpdk v3: - Revised title v2: - fix the Trailing blanks in suite: cvl_advanced_rss_gtpogre v1: - add a case 'parse_pfcp_over_gre_packet' Xiang An (2): tests/cvl_advanced_rss_gtpogre: add case parse_pfcp_over_gre_packet tests/cvl_advanced_iavf_rss_gtpogre: add case parse_pfcp_over_gre_packet tests/TestSuite_cvl_advanced_iavf_rss_gtpogre.py | 55 ++++++++++++++++++++++++ tests/TestSuite_cvl_advanced_rss_gtpogre.py | 55 ++++++++++++++++++++++++ 2 files changed, 110 insertions(+)