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 ADFD3A00C4; Fri, 24 Apr 2020 04:15:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81F111C22D; Fri, 24 Apr 2020 04:15:54 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 849F01C22C for ; Fri, 24 Apr 2020 04:15:52 +0200 (CEST) IronPort-SDR: rjMIhpnE4CAUpSyh0TK4Qh7dK/sQP13cNnu8Kem4yXpUT9grqnx5/R36OG8e2FqKHKnLzkXQpU AV2JmlCX/bTw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 19:15:51 -0700 IronPort-SDR: IubRt1aW+Co+ZgWDIGEJO0e9P6aLfXbYrWv+tyDDfgCH40y7eL45k0mwR/6gD6rnxEi4GUJbua kMxHSdG9VnjQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,310,1583222400"; d="scan'208";a="366199929" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 23 Apr 2020 19:15:51 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 19:15:24 -0700 Received: from cdsmsx152.ccr.corp.intel.com (172.17.4.41) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Apr 2020 19:15:23 -0700 Received: from cdsmsx102.ccr.corp.intel.com ([169.254.2.104]) by CDSMSX152.ccr.corp.intel.com ([169.254.6.50]) with mapi id 14.03.0439.000; Fri, 24 Apr 2020 10:15:21 +0800 From: "Zeng, XiaoxiaoX" To: "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1] conf/test_case_checklist: add flexible_rxd not support double vlan Thread-Index: AQHWFwAtslTterLAJ0WoSIemPh94v6iHjk4g Date: Fri, 24 Apr 2020 02:15:20 +0000 Message-ID: References: <20200420191858.13659-1-xiaoxiaox.zeng@intel.com> In-Reply-To: <20200420191858.13659-1-xiaoxiaox.zeng@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.17.6.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] conf/test_case_checklist: add flexible_rxd not support double vlan 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" Tested-by : Zeng, XiaoxiaoX Best regards, Zeng,xiaoxiao > -----Original Message----- > From: Zeng, XiaoxiaoX > Sent: Tuesday, April 21, 2020 3:19 AM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] conf/test_case_checklist: add flexible_rxd not > support double vlan >=20 > *. CVL kernel driver does`t enable double vlan which cause tester sent a > unexpected packet. >=20 > Signed-off-by: Zeng Xiaoxiao > --- > conf/test_case_checklist.json | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 44bf8af..76811c5 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2749,5 +2749,36 @@ > "Bug ID": "", > "Comments": "niantic not support this case" > } > + ], > + "check_double_VLAN_fields_in_RXD_8021ad": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "CVL_100G kennel not support double VLAN" > + } > + ], > + "check_double_VLAN_fields_in_RXD_8021Q_2_VLAN_tag": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "only i40e and ixgbe driver support this case" > + } > ] > } > -- > 2.17.1