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 18FFCA034F; Mon, 7 Feb 2022 10:23:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B116410FB; Mon, 7 Feb 2022 10:23:31 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id F1D8240DDA for ; Mon, 7 Feb 2022 10:23:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644225810; x=1675761810; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=F5ybN2lmKPjMyy7XaeWsuWZFfV0pgHNy45YP1UL31Cg=; b=NGKMka3jZpmNnHISe1PvJCc8LmCJfbRjqHGNdpu2JCR4u1glPO/RHEAX 4S4kROj4fpeH5mKlLITVZ2J65QXQ0yYOpwoj89emXWBj5H6xFrceMrF0g VLGSRGd035PWt2JQDfuKHRXbLGsP+e0QmXVKrWs7lRmlZHGH4jubxcAMT KvnWJgcA/tUAGMAM56MT411OjM6gIZEutnUurglb20OW6frLcHcG3Dq2T 4B0ADFhiJSFK5q0mVjgCFzjhAHocm/vw3Oz15zDlojMBDlwMU+jtHXWBA r/SsbEHy9kJ80m4jtgRGYOyNU/hawL058hLISvbI7gL6N4iNES0q9sgum Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10250"; a="229327754" X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="229327754" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2022 01:23:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="628464142" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga002.fm.intel.com with ESMTP; 07 Feb 2022 01:23:29 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 7 Feb 2022 01:23:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 7 Feb 2022 17:23:26 +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.2308.020; Mon, 7 Feb 2022 17:23:26 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" , "Lin, Xueqin" CC: "Xu, HailinX" Subject: RE: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule Thread-Topic: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule Thread-Index: AQHYC3pFe3x3FKvDpke7ubHS5MJXYKyH8bUQ Date: Mon, 7 Feb 2022 09:23:26 +0000 Message-ID: <7981eb5a71814cdb9046dcec854caaf3@intel.com> References: <20220117154243.26488-1-hailinx.xu@intel.com> In-Reply-To: <20220117154243.26488-1-hailinx.xu@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.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Hailin Xu > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B17=1B$BF|=1B(B 23:43 > To: dts@dpdk.org; Lin, Xueqin > Cc: Xu, HailinX > Subject: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix in= valid > argument rule >=20 > fix invalid argument rule. > example: > 1. change 'l3-dst-only' to 'ipv4 l3-dst-only' > 2. change '/ gtp_psc is 1 /' to '/ gtp_psc pdu_t is 1 /' >=20 > Signed-off-by: Hailin Xu Applied