From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B5D76A034F; Fri, 7 May 2021 09:06:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85C9140686; Fri, 7 May 2021 09:06:54 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 587BA40040 for ; Fri, 7 May 2021 09:06:52 +0200 (CEST) IronPort-SDR: aGKnMqy/LpkLrQrmDlQA4Dl3C3MHFtJ1teOl8Jb8fCwCORfr2FD+qvB6Xht838j5cHcp3V473+ CZ6ayylXWhuQ== X-IronPort-AV: E=McAfee;i="6200,9189,9976"; a="185795345" X-IronPort-AV: E=Sophos;i="5.82,280,1613462400"; d="scan'208";a="185795345" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2021 00:06:49 -0700 IronPort-SDR: Vzr3JdIiLgqFY8DRlJy3G6nlYTJYS1fx4T/zIGx1fnJ7Mdi4K4aP+fIEkfCTA+GC+FpdyVdqQh r/os7C6rFqkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,280,1613462400"; d="scan'208";a="390995677" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga006.jf.intel.com with ESMTP; 07 May 2021 00:06:48 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 7 May 2021 00:06:47 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 7 May 2021 15:06:46 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Fri, 7 May 2021 15:06:46 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "dts@dpdk.org" CC: "Fu, Qi" Thread-Topic: [dts] [PATCH V1]test_plans/cvl_ecpri: update negative eCPRI port config cmd Thread-Index: AQHXMn+VAdSdr+jTSky3t13rEL9GM6rXuf4g Date: Fri, 7 May 2021 07:06:46 +0000 Message-ID: <4d157e0369594801b715993c8f213563@intel.com> References: <20210416135802.183132-1-qi.fu@intel.com> In-Reply-To: <20210416135802.183132-1-qi.fu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]test_plans/cvl_ecpri: update negative eCPRI port config cmd X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > the ecpri port config can support udp port form 0 to 0xffff, so delete re= lated > cmds in negative case. >=20 > Signed-off-by: qifu Applied