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 648CFA00C5; Thu, 15 Sep 2022 08:35:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CC204021D; Thu, 15 Sep 2022 08:35:04 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 90D7E40156 for ; Thu, 15 Sep 2022 08:35:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663223702; x=1694759702; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=w56CXBST/vfeJQMRJEGWsmQiWpcN9tvf5mEhfAy+Gkk=; b=bCYc/4orMXobf9or+06kYcfZvgUB1XDDb74EUirSc0y5xy7OfaxrGo/E azVm1QvkB8e59tTSP53239oALLD3jDsEnRmuhzKKyVSNCkAVtMWmRyXq4 PU5lUlF5Do7cpX6I6SHj3Pil0pJ15HXwl7uSISDsvodLkzRFIIU3ir1v4 ni+KMQCgzqVY6He8/XtGAntCL+S7UXt31stFvmsnnPFF/OIyrgmGn6XHx 8lDxNFDU9ei+KpTyLdqsPgzqhQ7WOagwA+wxu6pWDpcd/8CFJTKzToAgh 0qpWJJDbB5GpcXjxOkFGPi//y5YU8crmZlvRKfoKAqfZit6MZptUfqAzU g==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="299985989" X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="299985989" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 23:35:00 -0700 Message-Id: <11ab82$k7st7j@fmsmga008-auth.fm.intel.com> Date: 14 Sep 2022 23:34:59 -0700 X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="679376119" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 23:34:59 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/checksum_offload: optimize test plan highlight the check ptypes and flag From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220815102432.7306-1-weiyuanx.li@intel.com> 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: , Reply-To: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Mon, 15 Aug 2022 18:24:32 +0800, Weiyuan Li wrote: > Optimize test plan list the check ptypes(IP+UDP/TCP/SCTP) and highlight the= flag checked. >=20 > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Applied, thanks