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 C5869A0352; Wed, 6 May 2020 05:28:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE0C31D66A; Wed, 6 May 2020 05:28:10 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3F2931C0B6 for ; Wed, 6 May 2020 05:28:08 +0200 (CEST) IronPort-SDR: uwD1SXj9q1k09MkxH1cW0dA4SrfLqwncQtbuN9XKLZ8FkruPF30S/vTRA5V4XyufWlozjIxMAX ynGDjBkTcFWw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 20:28:07 -0700 IronPort-SDR: MlbDiJhmdbiMf/3KfcvECuI/MDOYZtcMUvPhEr6kXLxjmkG8IcVi77Aypm6ynyq6yeZ1aqNUFw 41LgYVbP/6kw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="284471321" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 05 May 2020 20:28:07 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:28:06 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:28:06 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.248]) with mapi id 14.03.0439.000; Wed, 6 May 2020 11:28:03 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1] conf/test_case_checklist: update 32bit unsupported cases Thread-Index: AQHWHrQo6H7/60YMmEeSrcuht8bxxKiab0dw Date: Wed, 6 May 2020 03:28:03 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2203E@SHSMSX101.ccr.corp.intel.com> References: <1588225698-139616-1-git-send-email-haiyangx.zhao@intel.com> In-Reply-To: <1588225698-139616-1-git-send-email-haiyangx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] 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: update 32bit unsupported cases 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao > Sent: Thursday, April 30, 2020 1:48 PM > To: dts@dpdk.org > Cc: Zhao, HaiyangX > Subject: [dts] [PATCH V1] conf/test_case_checklist: update 32bit > unsupported cases >=20 > *.flags/qinq_packet_filter_VF_queues are unsupported > in 32bit OS due to address space limited. >=20 > Signed-off-by: Haiyang Zhao > --- > conf/test_case_checklist.json | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index 0434f07..2e0a081 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -1988,6 +1988,40 @@ > "Comments": "" > } > ], > + "flags": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "ALL" > + ], > + "Target": [ > + "i686-native-linuxapp-gcc", > + "i686-native-linuxapp-icc", > + "i686-native-linuxapp-clang" > + ], > + "Bug ID": "", > + "Comments": "32 bit address space limited" > + } > + ], > + "qinq_packet_filter_VF_queues": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "ALL" > + ], > + "Target": [ > + "i686-native-linuxapp-gcc", > + "i686-native-linuxapp-icc", > + "i686-native-linuxapp-clang" > + ], > + "Bug ID": "", > + "Comments": "32 bit address space limited" > + } > + ], > "multiprocess": [ > { > "OS": [ > -- > 2.18.2