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 55E35427EB; Tue, 28 Mar 2023 02:56:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D9CD40EDF; Tue, 28 Mar 2023 02:56:46 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 7138D40A87 for ; Tue, 28 Mar 2023 02:56:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965004; x=1711501004; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=yb50WGVJdU7jP6WAUnNZm86JocIBOz/5VwNkeD+BuEQ=; b=DUHtebBj0AqvrW2xBCkr8K0QF8MHnMLdONbHWeCJ7pMv23zQsSVcUdfc rL/d96WYiATQJ6S0ilIVdCRklKhVZvH7DlwklRGbe2rQjghNhA3Ok3lye pEnhPazkzZgRh4VrwV2FJBGvBBmfXQCgQwgLfMdk+8nCV5dL77IypZGk7 Le+hXE/6d++PCEYKU1YzXg2ErsLEehCKES8ref6vFvCfao3wmUXfHmu+x nQXreGsTXrcN81sv7nT0rjEw74uC2hAeVLp59zvYwQropItAReaZJQoz3 Q7k1YinQnjSDGoZ1gnR9RznZ2jmRrfx4yn2Qz2H11AZeZcOHTdw4/lLYx A==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="324319619" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="324319619" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:56:43 -0700 Message-Id: <374626$jmc2sv@orsmga006-auth.jf.intel.com> Date: 27 Mar 2023 17:56:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="660999079" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="660999079" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:56:42 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V1] tests/vf_offload: fix wrong value assigned for VxLAN packet under DCF. From: lijuan.tu@intel.com To: dts@dpdk.org,Ke Xu Cc: songx.jiale@intel.com,Ke Xu In-Reply-To: <20230315092843.85005-1-ke1.xu@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: Ke Xu Errors-To: dts-bounces@dpdk.org On Wed, 15 Mar 2023 17:28:43 +0800, Ke Xu wrote: > There are several mis-placed parameters in vf_offload updating and not cove= red > due to an known issue blocking dcf enabling of this case. These mistakes m= ay cause > unexpected verifying result. This patch fixes these errors. >=20 > Signed-off-by: Ke Xu Applied, thanks