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 EAA85A00C5; Mon, 26 Dec 2022 06:00:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D157440146; Mon, 26 Dec 2022 06:00:02 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id CD6E640143 for ; Mon, 26 Dec 2022 06:00:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030801; x=1703566801; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=9haSJT8GbTGvN4/o9xcK/LrCHFnXKBlrhXmvfpmNfS8=; b=Y4tYv1jdJ0cTge0WR0N5qFFSE+BS/XnBeiguFyG7+ijJhXyH+vICm4rB +qk5gb1By/pUdNQrRzLNEE3kh7Y+OtYU+SgfW8iRh6FE6yQCglpz4XWJR +pJdgNoPldqdx77YtGItwFqplZGWz5H/BOYkVX0iPY5lYwvP/lXBQfPbL Wt7Dt1bYULS3VJSOXS+De98yKD604dS7n/CNw66sLLLynnw5SQGkxCT/b YQwrgch0QnHwoeDcNr9Lz5T47AA1lpJTzJtSgpyp4suq7OVAZU6pEyCg1 nTCu78/DG8i+i75JNYzRIqM9H3HCB8bvZkbqI9KOWaxrXRRNvq5Nr3Xue g==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="300215880" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="300215880" 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 20:59:59 -0800 Message-Id: <665c30$okfcpd@orsmga005-auth.jf.intel.com> Date: 25 Dec 2022 20:59:58 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="826782515" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="826782515" 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 20:59:58 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/dpdk_gro_lib_cbdma: modify dmas parameter by DPDK chaneged From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221223021434.751141-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Fri, 23 Dec 2022 10:14:34 +0800, Wei Ling wrote: > 1.Modify dmas parameter by the local patch changed. > 2.As DPDK commit 236bc417(app/testpmd: fix MAC header in checksum > forward engine),need to add `csum mac-swap off ` steps. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks