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 34D80A0501; Thu, 31 Mar 2022 08:36:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B9D6410FF; Thu, 31 Mar 2022 08:36:48 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 14E9840DF6 for ; Thu, 31 Mar 2022 08:36:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648708606; x=1680244606; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=do2Dqerfj+SyLCYljxy7yo87tS3bAsYDxiDZ3r4rSEI=; b=SXZRzqYdqBoZAnvD3B70FAbSn8DblqZBK651odudpkigaIad17r3QM68 HKl29xcTtxG1EokfCHJS7PfqOtRd1cXBTuXz+mRJN+PXjrnf+PucYtBjm NLFRMDCkbwz/CGK8FeaWLhpAIouguj6WSzl0p57akphIAQNu4+Q05dtbM PPVbJBS2E2vaCpBvQpvlPtOf7/x8aBNuivAmNux6l1IFj07hh/Jvd16t0 pceUl1hlTBZ6bbZoZFY1PPTs/etb2+aact+i0fpIl+qo+LC6BMuELEMu5 HIspT8Gh5MynnzPAQBQpGz919uLowVzcDcNt+teQ/iIARATmwRn6uSYMA Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10302"; a="346171181" X-IronPort-AV: E=Sophos;i="5.90,224,1643702400"; d="scan'208";a="346171181" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2022 23:36:45 -0700 Message-Id: <8ea9f5$kn4s41@fmsmga001-auth.fm.intel.com> Date: 30 Mar 2022 23:36:44 -0700 X-IronPort-AV: E=Sophos;i="5.90,224,1643702400"; d="scan'208";a="695365766" 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; 30 Mar 2022 23:36:44 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2] tests/distributor: remove dpdk modification From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220331124320.4774-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Thu, 31 Mar 2022 12:43:20 +0000, Jiale Song wrote: > According to dpdk commit e7f6d1289bc2 ("examples/distributor: reduce Tx que= ue number to 1"). > remove the modification of dpdk code. >=20 > Signed-off-by: Jiale Song Applied, thanks