Message ID | 20200903095746.32389-1-weix.xie@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AFBC7A04D7; Thu, 3 Sep 2020 11:59:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6927D1C0AE; Thu, 3 Sep 2020 11:59:00 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 343E3DE0 for <dts@dpdk.org>; Thu, 3 Sep 2020 11:58:58 +0200 (CEST) IronPort-SDR: VAgZsHV4EH+Dp2vqDFI3mvVoR52vKvl9xaE9QPd/a+Fn2ompDV6mHHivifQS8pmt2WwHAw8l0J PdHuwUtcBfFA== X-IronPort-AV: E=McAfee;i="6000,8403,9732"; a="219101831" X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="219101831" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2020 02:58:54 -0700 IronPort-SDR: v4cu/g+WVTU/aWeDmXThrgNuBDz8oeJBDAFbKzXz33dQVfWL6hpm8a18DHq30cZ2L8k3lUtIAz zDwx2n7ieNUw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="405434579" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 03 Sep 2020 02:58:53 -0700 From: Xie wei <weix.xie@intel.com> To: dts@dpdk.org Cc: Xie wei <weix.xie@intel.com> Date: Thu, 3 Sep 2020 17:57:39 +0800 Message-Id: <20200903095746.32389-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/7] update test plan to sync with testsuite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Series |
update test plan to sync with testsuite
|
|
Message
Xie, WeiX
Sept. 3, 2020, 9:57 a.m. UTC
update test plan to sync with testsuite. Xie wei (7): test_plans/unit_tests_kni_test_plan:update test plan to sync with testsuite test_plans/pmdpcap_test_plan:update test plan to sync with testsuite test_plans/multicast_test_plan:update test plan to sync with testsuite test_plans/kni_test_plan:update test plan to sync with testsuite test_plans/ipv4_reassembly_test_plan:update test plan to sync with testsuite test_plans/ipfrag_test_plan:update test plan to sync with testsuite test_plans/efd_test_plan:update test plan to sync with testsuite test_plans/efd_test_plan.rst | 3 +++ test_plans/ipfrag_test_plan.rst | 28 ++++++++++++++++++++++++ test_plans/ipv4_reassembly_test_plan.rst | 4 +++- test_plans/kni_test_plan.rst | 3 +++ test_plans/multicast_test_plan.rst | 23 +++++++++++++++++++ test_plans/pmdpcap_test_plan.rst | 3 +++ test_plans/unit_tests_kni_test_plan.rst | 4 ++++ 7 files changed, 67 insertions(+), 1 deletion(-)
Comments
Acked-by: lihong Ma<lihongx.ma@intel.com> Regards, Ma,lihong > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Xie wei > Sent: Thursday, September 3, 2020 5:58 PM > To: dts@dpdk.org > Cc: Xie, WeiX <weix.xie@intel.com> > Subject: [dts] [PATCH V1 0/7] update test plan to sync with testsuite > > update test plan to sync with testsuite. > > Xie wei (7): > test_plans/unit_tests_kni_test_plan:update test plan to sync with > testsuite > test_plans/pmdpcap_test_plan:update test plan to sync with testsuite > test_plans/multicast_test_plan:update test plan to sync with testsuite > test_plans/kni_test_plan:update test plan to sync with testsuite > test_plans/ipv4_reassembly_test_plan:update test plan to sync with > testsuite > test_plans/ipfrag_test_plan:update test plan to sync with testsuite > test_plans/efd_test_plan:update test plan to sync with testsuite > > test_plans/efd_test_plan.rst | 3 +++ > test_plans/ipfrag_test_plan.rst | 28 ++++++++++++++++++++++++ > test_plans/ipv4_reassembly_test_plan.rst | 4 +++- > test_plans/kni_test_plan.rst | 3 +++ > test_plans/multicast_test_plan.rst | 23 +++++++++++++++++++ > test_plans/pmdpcap_test_plan.rst | 3 +++ > test_plans/unit_tests_kni_test_plan.rst | 4 ++++ > 7 files changed, 67 insertions(+), 1 deletion(-) > > -- > 2.17.1
Applied > Subject: [dts] [PATCH V1 0/7] update test plan to sync with testsuite > > update test plan to sync with testsuite. > > Xie wei (7): > test_plans/unit_tests_kni_test_plan:update test plan to sync with > testsuite > test_plans/pmdpcap_test_plan:update test plan to sync with testsuite > test_plans/multicast_test_plan:update test plan to sync with testsuite > test_plans/kni_test_plan:update test plan to sync with testsuite > test_plans/ipv4_reassembly_test_plan:update test plan to sync with > testsuite > test_plans/ipfrag_test_plan:update test plan to sync with testsuite > test_plans/efd_test_plan:update test plan to sync with testsuite > > test_plans/efd_test_plan.rst | 3 +++ > test_plans/ipfrag_test_plan.rst | 28 ++++++++++++++++++++++++ > test_plans/ipv4_reassembly_test_plan.rst | 4 +++- > test_plans/kni_test_plan.rst | 3 +++ > test_plans/multicast_test_plan.rst | 23 +++++++++++++++++++ > test_plans/pmdpcap_test_plan.rst | 3 +++ > test_plans/unit_tests_kni_test_plan.rst | 4 ++++ > 7 files changed, 67 insertions(+), 1 deletion(-) > > -- > 2.17.1