From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EE963A058A; Fri, 17 Apr 2020 05:57:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 810111DDA7; Fri, 17 Apr 2020 05:57:54 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1E9331DD7D for ; Fri, 17 Apr 2020 05:57:52 +0200 (CEST) IronPort-SDR: wRjRi4CEoUuuj4L3Gy/dw0VVfx3uQ3+kJ4reV42temKPou/pgUrFy6L6xAa0kjGG+HlOorpIG/ bUAc5tL92/Zg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 20:57:45 -0700 IronPort-SDR: ow6IsyoKlSbyRPI56AbVA3FylvL6zoUjdcYhOrB7DQqQoRhbD7LoXrvOMT3ESwAfZLPnVyDKUB SnqlhYBWKgHg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,393,1580803200"; d="scan'208";a="272294482" Received: from unknown (HELO localhost.localdomain) ([10.239.255.70]) by orsmga002.jf.intel.com with ESMTP; 16 Apr 2020 20:57:43 -0700 From: Chenxu Di To: dts@dpdk.org Cc: yuan.peng@intel.com, Chenxu Di Date: Fri, 17 Apr 2020 03:33:32 +0000 Message-Id: <20200417033334.62166-1-chenxux.di@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v6 0/2] add fortville rss input test X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" add fortville rss input test plan add fortville rss input test suite -- v6: -Fixed mistake about validate rule v5: -Fixed bug about ipv4-udp and ipv4-sctp packet v4: -Updated the test plan and test suite about hash function v3: -Update the test plan about all input set v2: -Updated the test plan and test suite about all inputset -Added test suite about hash global configuration Chenxu Di (2): test_plans/fortville_rss_input: add fortville rss input test plan tests/fortville_rss_input: add fortville rss input test_plans/fortville_rss_input_test_plan.rst | 600 +++ tests/TestSuite_fortville_rss_input.py | 3987 ++++++++++++++++++ 2 files changed, 4587 insertions(+) create mode 100644 test_plans/fortville_rss_input_test_plan.rst create mode 100644 tests/TestSuite_fortville_rss_input.py -- 2.17.1