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 D3B77A034F; Mon, 7 Feb 2022 09:01:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A748540DDA; Mon, 7 Feb 2022 09:01:39 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 225B540691 for ; Mon, 7 Feb 2022 09:01:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644220897; x=1675756897; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=haGbUkzqwwg6wksSdOaqJ3IhSkJW4QOEo8lsKzCi9V8=; b=JsSPjOubWkb9RWPJqfIj68MgqxThnjDO/Ydg4n2yLlJnwQvSTK/xeBPU sEJ/+3FJwJt3YMR4zi/ggRTDoiI1Z7EISt4+gNHR1ln2MGyyRJNNXuB3C iOhKK2mgIGtQqTb6Ivw5Kf9TueG6vpjchixUlSxjmuxzEMO8EVO725/o9 NrTOon/3dhB9tx1q6fo7VswGwm3pBUEsEFUCOBPLQKhNFRC+u5Kg6UbIm 5OnZ+foANxgeLH6IsuwZQA0Xi2a0LwN6XI+Rt9Jj/Ij8VAatzTBgBXqvq PY4tlMXjXov5O+k8Vo7W+RcPHSouUoUZBafG15JQZgoqf6ztSZypR9N6B A==; X-IronPort-AV: E=McAfee;i="6200,9189,10250"; a="228636497" X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="228636497" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2022 00:01:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="525042376" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 07 Feb 2022 00:01:35 -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 00:01:35 -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 16:01:33 +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 16:01:33 +0800 From: "Tu, Lijuan" To: "Li, WeiyuanX" , "dts@dpdk.org" CC: "Li, WeiyuanX" Subject: RE: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure. Thread-Topic: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure. Thread-Index: AQHYG+Yd9u0uv2xa7E+Mi/mrZ+dlb6yHuehQ Date: Mon, 7 Feb 2022 08:01:33 +0000 Message-ID: References: <20220207053451.2042608-1-weiyuanx.li@intel.com> In-Reply-To: <20220207053451.2042608-1-weiyuanx.li@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: Weiyuan Li > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B7=1B$BF|=1B(B 13:35 > To: dts@dpdk.org > Cc: Li, WeiyuanX > Subject: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes c= ase > failure. >=20 > Synchronous correction of writeback spelling mistake. > Refer to dpdk commit: 7be78d027918dbc846e502780faf94d5acdf5f75 >=20 > Signed-off-by: Weiyuan Li Applied, thanks