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 B7DEFA00C2; Fri, 11 Mar 2022 12:44:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 810CE40140; Fri, 11 Mar 2022 12:44:05 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id E6F0F40042 for ; Fri, 11 Mar 2022 12:44:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646999044; x=1678535044; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=A1WipwUzFof7pHuKIaEvOHy5oTcaBIr3rMGIzUHD2IY=; b=DVYrG1aMma88ETWTjMzvz+uRZNWze3ViLS1OZ1dbAz+uraQjKyJ5uPYm FXIFRLkTH/ei2ze0DNC8IVOb+nTGfd9zcOJccdPmv8ZH5lmYS0kFLeSyK NmLQywjGXCrZW+qeqY1eXT1xN20Tcfd+aQFzL849Gp9iCQcV/MfZh2YQU /08B4jdddFMtWAr5kHGQvZmADc+AQD3AfdrgOqLvsP9NPEoWIIYAYYuzY x3OlTX5LE3JR6c6yd4ih6UK4H/6fAf0VfPvX+hPkb91ofOx8Xbhr07QDP QZduZxosMg3Hqk4WXrcfVddW6hB4GI2g8QOSpHmX7fAzzqoLCyvtJ0p48 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="255506564" X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="255506564" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2022 03:44:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="511366846" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga002.jf.intel.com with ESMTP; 11 Mar 2022 03:44:03 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 03:44:02 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 19:44:00 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Fri, 11 Mar 2022 19:44:00 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Subject: RE: [dts][PATCH V1 2/2] tests/vswitch_sample_cbdma: modify testsuite by DPDK change Thread-Topic: [dts][PATCH V1 2/2] tests/vswitch_sample_cbdma: modify testsuite by DPDK change Thread-Index: AQHYNOmlwF0IdpSWM0aONNgi2ZcflKy6EKtQ Date: Fri, 11 Mar 2022 11:43:59 +0000 Message-ID: <2b0cab4daa864f1ca761927b43e16dc5@intel.com> References: <20220311014444.974780-1-weix.ling@intel.com> In-Reply-To: <20220311014444.974780-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Wei Ling > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B11=1B$BF|=1B(B 9:45 > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts][PATCH V1 2/2] tests/vswitch_sample_cbdma: modify testsuite= by > DPDK change >=20 > By DPDK commit 917229c24e, no need to modify DPDK code to test. > 1.Delete modify DPDK code steps. > 2.Add --total-num-mbufs 600000 params when start dpdk-vhost. > 3.Modify verify the test result expect value. >=20 > Signed-off-by: Wei Ling Series applied.