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 DB8A1A0540; Wed, 24 Aug 2022 10:00:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE8B3410DD; Wed, 24 Aug 2022 10:00:01 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7B3AD40DDE for ; Wed, 24 Aug 2022 10:00:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661328000; x=1692864000; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Icm0Fl45Vm8TObXLpGWJF7nbJWjRjaKJP75DT8liP3Y=; b=fxeC7bTbqodfd3Eo9SUJwTg/R2kRmb/N/Ly0oL1eugDw+QT9sFvSbeGL 1QZ4TIfHlk0EIfvSfdpPHWtrvxFSCMn4DbacYbmqEIxPZlRenpAiVui/G gw0xTUZLPYYqSifBOergrjuiOov68iuE+xkRHKV0gHtlkNG9TADQVZyGi pvu78XFVF872LgYYpmGDcSLbWa297vHNed+U4Wi5vXbegnMgZE5E45VlQ SNgo9lMxp0XUsCByrCYe7D/pgI9urJ5AbiUAAIJNJEhnGS0Oh6DgB0auw wkk/mGxYby1LqO5p6n2nv/UbTZyW2IJvmc1SmqqudBEtyuuqXBQmwXXj0 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="291463289" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="291463289" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 00:59:54 -0700 Message-Id: <11ab82$jvap3i@fmsmga008-auth.fm.intel.com> Date: 24 Aug 2022 00:59:51 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="670393464" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 00:59:51 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V4 2/2] tests/vhost_pmd_xstats: modify testsuite by DPDK changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220811055913.385988-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 Thu, 11 Aug 2022 01:59:13 -0400, Wei Ling wrote: > According to DPDK commit be75dc99ea(vhost: support per-virtqueue statistics= ), > the return output of `show port xstats 1` command have changed, so modify t= he=20 > testsuite to send different IP packets to verify the different queues can=20 > receive the packets. >=20 > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks