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 49D3FA00E6 for ; Mon, 2 Sep 2019 10:18:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0F7711D50C; Mon, 2 Sep 2019 10:18:06 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 08C3E1D417 for ; Mon, 2 Sep 2019 10:18:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Sep 2019 01:18:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,457,1559545200"; d="scan'208";a="357425659" Received: from unknown (HELO dpdktestzhiwei.sh.intel.com) ([10.67.119.33]) by orsmga005.jf.intel.com with ESMTP; 02 Sep 2019 01:18:01 -0700 From: "zhiwei.he" To: dts@dpdk.org Cc: "zhiwei.he" Date: Mon, 2 Sep 2019 16:18:13 +0800 Message-Id: <1567412293-41996-1-git-send-email-zhiwei.he@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] conf/test_case_supportlist : add limit for nvgre ipv6 and ipv6 offload only suppor CVL 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" From: "zhiwei.he" Signed-off-by: zhiwei.he --- conf/test_case_supportlist.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index d5cbb01..974552b 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1598,5 +1598,37 @@ "Bug ID": "", "Comments": "This case currently support for niantic " } + ], + "nvgre_ipv6": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for columbiaville " + } + ], + "nvgre_ipv6_checksum_offload": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_25g", + "columbiaville_100g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case currently support for columbiaville " + } ] } -- 1.8.3.1