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 3F934A00C5; Mon, 26 Dec 2022 06:01:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A5BD40146; Mon, 26 Dec 2022 06:01:44 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D711D40143 for ; Mon, 26 Dec 2022 06:01:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030902; x=1703566902; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=cMh7jyr5qdL/dHYZaHX7cVzehYjYaBvu8v1azjtAF2s=; b=RpMgBKRifOKSiZBbXkap6cRMzTz/wRlXJCCpLE/PxS5n76YxMQVu+tbC HtLkAGITFvpNYPlegGsq1Uuq5kpo1/L9wmzu3t5cxhkcSmpD6LzW7GT6Z ttlaLcVesBJtY5YbxfRyM30/4Ywa8PYEWBjR/myY9k18ehsve8evFG87J ZUhK4nN7taaSPOM6UYcz2PILym+BWYnqqQxGEhW6hKTA0SyqNKVgOWWyq NnBRWkgD/cCR3+KpvowNCopa87QgBPKkuonCY70SCVLqIsScChC8CXYXv P2itZDVlG8jKk703eIwf1CrsIXKXgBCP3i+Cnu/CGz2cqn6ry7D7VXZY1 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="300216220" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="300216220" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:01:22 -0800 Message-Id: <665c30$okfdmb@orsmga005-auth.jf.intel.com> Date: 25 Dec 2022 21:01:20 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="826783460" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="826783460" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 21:01:20 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] pmd/checksum_checking: supplement the test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20221206073659.385898-1-hongbox.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: Hongbo Li Errors-To: dts-bounces@dpdk.org On Tue, 6 Dec 2022 07:36:59 +0000, Hongbo Li wrote: > the case of pmd/checksum_checking only cover in testcase not in test plan. = so supplement the test plan. >=20 > Signed-off-by: Hongbo Li Acked-by: Lijuan Tu Applied, thanks