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 77E79A0032; Tue, 26 Apr 2022 04:59:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 711DC406A2; Tue, 26 Apr 2022 04:59:13 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 2D40A40691 for ; Tue, 26 Apr 2022 04:59:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650941952; x=1682477952; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=35Gfl7pGbjBH/mcOZ353LodQdTDSQWNP6bh94IC+KjM=; b=TXCMNAUt98r3//dUa5cK8stEk4SF7eScQW3DUt+z/lWj6CBXzVnBhqjj rzrL1CldblwVaBiz6KJr1GGJLmMwC5JL6hk3vL8r4COd/IB2X3ivk7z48 WHRm3ooj8eGmGNUSTCSNfei48yKroGcNecXXjZiERAlZWrspgy3GvZosU 0Q9EtPmmf92peZX7gyLuY5L2N5zt4SCVWuWy1Lqc9zEsIrC4PAF2x+jGw B8ZTFSGG9X5p9t2xr10jgXhIW629+BCx3OdXl/Zd1VyAkVV2dniO5GCiI RLecIJD2kGd0QPRCIu7elk/jSg3+VWVpfYueKtAJvy1kkao1eHmR5CTwG A==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="252803687" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="252803687" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:59:10 -0700 Message-Id: <8ea9f5$l060e5@fmsmga001-auth.fm.intel.com> Date: 25 Apr 2022 19:59:09 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="704840136" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 19:59:09 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] Remove unnecessary tx-offloads=0x8fff in test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20220422141731.7348-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Fri, 22 Apr 2022 14:17:31 +0000, Lingli Chen wrot= e: > A lots of test plans start testpmd with =E2=80=9Ctx-offloads=3D0x8fff=E2=80= =9D which is not necessary, and will cause errors, so remove it. >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Applied, thanks