From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 643F3A0524; Tue, 25 Feb 2020 02:28:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07C441BE85; Tue, 25 Feb 2020 02:28:06 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2AD002C39 for ; Tue, 25 Feb 2020 02:28:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 17:28:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,482,1574150400"; d="scan'208";a="237512545" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 24 Feb 2020 17:28:02 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 17:28:01 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) 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.1713.5; Mon, 24 Feb 2020 17:27:58 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 24 Feb 2020 17:27:58 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.141]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 09:27:56 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] test_plans: add packed ring loopback virtio_user server_mode cases Thread-Index: AQHV6r6N24F+KE0HuU+0aYqD0Ii+K6grIBTw Date: Tue, 25 Feb 2020 01:27:55 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDB6E@SHSMSX101.ccr.corp.intel.com> References: <20200223195426.65978-1-yinan.wang@intel.com> In-Reply-To: <20200223195426.65978-1-yinan.wang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] test_plans: add packed ring loopback virtio_user server_mode cases X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Monday, February 24, 2020 3:54 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] test_plans: add packed ring loopback virtio_use= r > server_mode cases >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > ...back_virtio_user_server_mode_test_plan.rst | 256 ++++++++++++++---- > 1 file changed, 200 insertions(+), 56 deletions(-) >=20 > diff --git a/test_plans/loopback_virtio_user_server_mode_test_plan.rst > b/test_plans/loopback_virtio_user_server_mode_test_plan.rst > index 1dd17d1..ea9442b 100644 > --- a/test_plans/loopback_virtio_user_server_mode_test_plan.rst > +++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst > @@ -36,32 +36,32 @@ vhost/virtio-user loopback server mode test plan >=20 > Virtio-user server mode is a feature to enable virtio-user as the server= , vhost > as the client, thus after vhost-user is killed then relaunched, virtio-u= ser can > reconnect back to vhost-user again; at another hand, virtio-user also can > reconnect back to vhost-user after virtio-user is killed. > -This feature test need cover different rx/tx paths with virtio 1.0 and v= irtio > 1.1, includes virtio 1.0 mergeable, normal, vector_rx, inorder no-mergeab= le, > inorder mergeable path and virtio 1.1 mergeable, normal path. > +This feature test need cover different rx/tx paths with virtio 1.0 and > +virtio 1.1, includes split ring mergeable, non-mergeable, inorder mergea= ble, > inorder non-mergeable, vector_rx path and packed ring mergeable, non- > mergeable, inorder non-mergeable, inorder mergeable path. >=20 > -Test Case 1: Basic test for virtio-user server mode, launch vhost first= - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 1: Basic test for packed ring server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >=20 > -1. Launch vhost as client mode:: > +1. Launch virtio-user as server mode:: >=20 > - rm -rf vhost-net* > - ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvhost \ > - --vdev 'net_vhost0,iface=3D/tmp/sock0,client=3D1,queues=3D1' -- -i -= -rxq=3D1 -- > txq=3D1 --nb-cores=3D1 > + ./testpmd -l 1-2 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,ser= ver=3D1 > + ,queues=3D1,packed_vq=3D1 -- -i --rxq=3D1 --txq=3D1 --no-numa > >set fwd mac > >start >=20 > -2. Launch virtio-user as server mode:: > +2. Launch vhost as client mode:: >=20 > - ./testpmd -l 1-2 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - -- > vdev=3Dnet_virtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/sock0,server= =3D1,qu > eues=3D1 -- -i --rxq=3D1 --txq=3D1 --no-numa > + ./testpmd -l 3-4 -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvhost \ > + --vdev 'net_vhost0,iface=3D/tmp/sock0,client=3D1,queues=3D1' -- -i > + --rxq=3D1 --txq=3D1 --nb-cores=3D1 > >set fwd mac > >start tx_first 32 >=20 > -3. Run below command to get throughput,verify the loopback throughput is > not zero::git git l > +3. Run below command to get throughput,verify the loopback throughput is > not zero:: >=20 > testpmd>show port stats all >=20 > -Test Case 2: Basic test for virtio-user server mode, launch virtio-user= first - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 2: Basic test for split ring server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >=20 > 1. Launch virtio-user as server mode:: >=20 > @@ -81,7 +81,7 @@ Test Case 2: Basic test for virtio-user server mode, > launch virtio-user first >=20 > testpmd>show port stats all >=20 > -Test Case 3: loopback reconnect test with virtio 1.1 mergeable path and > server mode > +Test Case 3: loopback reconnect test with split ring mergeable path and > +server mode >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: > @@ -95,7 +95,7 @@ Test Case 3: loopback reconnect test with virtio 1.1 > mergeable path and server m 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D1,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -130,7 +130,7 @@ Test Case 3: loopback reconnect test with virtio 1.1 > mergeable path and server m 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D1,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -153,8 +153,8 @@ Test Case 3: loopback reconnect test with virtio 1.1 > mergeable path and server m >=20 > testpmd>stop >=20 > -Test Case 4: loopback reconnect test with virtio 1.1 normal path and ser= ver > mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 4: loopback reconnect test with split ring inorder mergeable > +path and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -167,7 +167,7 @@ Test Case 4: loopback reconnect test with virtio 1.1 > normal path and server mode 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D1,in_order=3D1 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -202,7 +202,7 @@ Test Case 4: loopback reconnect test with virtio 1.1 > normal path and server mode 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D1,in_order=3D1\ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -225,8 +225,8 @@ Test Case 4: loopback reconnect test with virtio 1.1 > normal path and server mode >=20 > testpmd>stop >=20 > -Test Case 5: loopback reconnect test with virtio 1.0 mergeable path and > server mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 5: loopback reconnect test with split ring inorder > +non-mergeable path and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -239,7 +239,7 @@ Test Case 5: loopback reconnect test with virtio 1.0 > mergeable path and server m 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D1,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D0,in_order=3D1 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -274,7 +274,7 @@ Test Case 5: loopback reconnect test with virtio 1.0 > mergeable path and server m 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D1,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D0,in_order=3D1 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -297,8 +297,8 @@ Test Case 5: loopback reconnect test with virtio 1.0 > mergeable path and server m >=20 > testpmd>stop >=20 > -Test Case 6: loopback reconnect test with virtio 1.0 inorder mergeable p= ath > and server mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > +Test Case 6: loopback reconnect test with split ring non-mergeable path > +and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -311,7 +311,7 @@ Test Case 6: loopback reconnect test with virtio 1.0 > inorder mergeable path and 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D1,in_order=3D1 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -346,7 +346,7 @@ Test Case 6: loopback reconnect test with virtio 1.0 > inorder mergeable path and 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D1,in_order=3D1\ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -369,8 +369,8 @@ Test Case 6: loopback reconnect test with virtio 1.0 > inorder mergeable path and >=20 > testpmd>stop >=20 > -Test Case 7: loopback reconnect test with virtio 1.0 inorder no-mergeabl= e > path and server mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > +Test Case 7: loopback reconnect test with split ring vector_rx path and > +server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -383,8 +383,8 @@ Test Case 7: loopback reconnect test with virtio 1.0 > inorder no-mergeable path a 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D1 \ > - -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > + -- -i --nb-cores=3D2 --rxq=3D2 --txq=3D2 > >set fwd mac > >start tx_first 32 >=20 > @@ -418,8 +418,8 @@ Test Case 7: loopback reconnect test with virtio 1.0 > inorder no-mergeable path a 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D1 \ > - -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > + -- -i --nb-cores=3D2 --rxq=3D2 --txq=3D2 > >set fwd mac > >start tx_first 32 >=20 > @@ -441,8 +441,8 @@ Test Case 7: loopback reconnect test with virtio 1.0 > inorder no-mergeable path a >=20 > testpmd>stop >=20 > -Test Case 8: loopback reconnect test with virtio 1.0 normal path and ser= ver > mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 8: loopback reconnect test with packed ring mergeable path > +and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -455,7 +455,7 @@ Test Case 8: loopback reconnect test with virtio 1.0 > normal path and server mode 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -490,7 +490,7 @@ Test Case 8: loopback reconnect test with virtio 1.0 > normal path and server mode 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > + > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost-net,se= rver=3D > + 1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D0 \ > -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > >set fwd mac > >start tx_first 32 > @@ -503,18 +503,18 @@ Test Case 8: loopback reconnect test with virtio 1.= 0 > normal path and server mode >=20 > 10. Port restart at vhost side by below command and re-calculate the > average throughput:: >=20 > - testpmd>stop > - testpmd>port stop 0 > - testpmd>port start 0 > - testpmd>start tx_first 32 > - testpmd>show port stats all > + testpmd>stop > + testpmd>port stop 0 > + testpmd>port start 0 > + testpmd>start tx_first 32 > + testpmd>show port stats all >=20 > 11. Check each RX/TX queue has packets:: >=20 > - testpmd>stop > + testpmd>stop >=20 > -Test Case 9: loopback reconnect test with virtio 1.0 vector_rx path and > server mode - > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +Test Case 9: loopback reconnect test with packed ring non-mergeable > +path and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > 1. launch vhost as client mode with 2 queues:: >=20 > @@ -527,8 +527,8 @@ Test Case 9: loopback reconnect test with virtio 1.0 > vector_rx path and server m 2. Launch virtio-user as server mode with 2 > queues:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > - -- -i --nb-cores=3D2 --rxq=3D2 --txq=3D2 > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D0 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip > + --nb-cores=3D2 --rxq=3D2 --txq=3D2 > >set fwd mac > >start tx_first 32 >=20 > @@ -562,8 +562,8 @@ Test Case 9: loopback reconnect test with virtio 1.0 > vector_rx path and server m 8. Relaunch virtio-user and send packets:: >=20 > ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > - --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,mrg_rxbuf=3D0,in_order=3D0 \ > - -- -i --nb-cores=3D2 --rxq=3D2 --txq=3D2 > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D0 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip > + --nb-cores=3D2 --rxq=3D2 --txq=3D2 > >set fwd mac > >start tx_first 32 >=20 > @@ -575,12 +575,156 @@ Test Case 9: loopback reconnect test with virtio > 1.0 vector_rx path and server m >=20 > 10. Port restart at vhost side by below command and re-calculate the > average throughput:: >=20 > - testpmd>stop > - testpmd>port stop 0 > - testpmd>port start 0 > - testpmd>start tx_first 32 > - testpmd>show port stats all > + testpmd>stop > + testpmd>port stop 0 > + testpmd>port start 0 > + testpmd>start tx_first 32 > + testpmd>show port stats all > + > +11. Check each RX/TX queue has packets:: > + > + testpmd>stop > + > +Test Case 10: loopback reconnect test with packed ring inorder > +mergeable path and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +1. launch vhost as client mode with 2 queues:: > + > + rm -rf vhost-net* > + ./testpmd -c 0xe -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= - > file-prefix=3Dvhost \ > + --vdev 'eth_vhost0,iface=3Dvhost-net,client=3D1,queues=3D2' -- -i --= nb-cores=3D2 -- > rxq=3D2 --txq=3D2 > + >set fwd mac > + >start > + > +2. Launch virtio-user as server mode with 2 queues:: > + > + ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D1 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +3. Quit vhost side testpmd, check the virtio-user side link status:: > + > + testpmd> show port info 0 > + #it should show "down" > + > +4. Relaunch vhost and send packets:: > + > + ./testpmd -c 0xe -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= - > file-prefix=3Dvhost \ > + --vdev 'eth_vhost0,iface=3Dvhost-net,client=3D1,queues=3D2' -- -i --= nb-cores=3D2 -- > rxq=3D2 --txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +5. Check the virtio-user side link status and run below command to get > throughput,verify the loopback throughput is not zero:: > + > + testpmd> show port info 0 > + #it should show up" > + testpmd>show port stats all > + > +6. Check each RX/TX queue has packets:: > + > + testpmd>stop > + > +7. Quit virtio-user side testpmd, check the vhost side link status:: > + > + testpmd> show port info 0 > + #it should show "down" > + > +8. Relaunch virtio-user and send packets:: > + > + ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D1,in_order=3D1 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +9. Check the vhost side link status and run below command to get > throughput, verify the loopback throughput is not zero:: > + > + testpmd> show port info 0 > + #it should show up" > + testpmd>show port stats all > + > +10. Port restart at vhost side by below command and re-calculate the > average throughput:: > + > + testpmd>stop > + testpmd>port stop 0 > + testpmd>port start 0 > + testpmd>start tx_first 32 > + testpmd>show port stats all > + > +11. Check each RX/TX queue has packets:: > + > + testpmd>stop > + > +Test Case 11: loopback reconnect test with packed ring inorder > +non-mergeable path and server mode > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +1. launch vhost as client mode with 2 queues:: > + > + rm -rf vhost-net* > + ./testpmd -c 0xe -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= - > file-prefix=3Dvhost \ > + --vdev 'eth_vhost0,iface=3Dvhost-net,client=3D1,queues=3D2' -- -i --= nb-cores=3D2 -- > rxq=3D2 --txq=3D2 > + >set fwd mac > + >start > + > +2. Launch virtio-user as server mode with 2 queues:: > + > + ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D1 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +3. Quit vhost side testpmd, check the virtio-user side link status:: > + > + testpmd> show port info 0 > + #it should show "down" > + > +4. Relaunch vhost and send packets:: > + > + ./testpmd -c 0xe -n 4 --socket-mem 1024,1024 --legacy-mem --no-pci -= - > file-prefix=3Dvhost \ > + --vdev 'eth_vhost0,iface=3Dvhost-net,client=3D1,queues=3D2' -- -i --= nb-cores=3D2 -- > rxq=3D2 --txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +5. Check the virtio-user side link status and run below command to get > throughput,verify the loopback throughput is not zero:: > + > + testpmd> show port info 0 > + #it should show up" > + testpmd>show port stats all > + > +6. Check each RX/TX queue has packets:: > + > + testpmd>stop > + > +7. Quit virtio-user side testpmd, check the vhost side link status:: > + > + testpmd> show port info 0 > + #it should show "down" > + > +8. Relaunch virtio-user and send packets:: > + > + ./testpmd -n 4 -l 5-7 --socket-mem 1024,1024 --legacy-mem --no-pci -= -file- > prefix=3Dvirtio \ > + --vdev=3Dnet_virtio_user0,mac=3D00:01:02:03:04:05,path=3D./vhost- > net,server=3D1,queues=3D2,packed_vq=3D1,mrg_rxbuf=3D0,in_order=3D1 \ > + -- -i --tx-offloads=3D0x0 --enable-hw-vlan-strip --rss-ip --nb-cores= =3D2 --rxq=3D2 - > -txq=3D2 > + >set fwd mac > + >start tx_first 32 > + > +9. Check the vhost side link status and run below command to get > throughput, verify the loopback throughput is not zero:: > + > + testpmd> show port info 0 > + #it should show up" > + testpmd>show port stats all > + > +10. Port restart at vhost side by below command and re-calculate the > average throughput:: > + > + testpmd>stop > + testpmd>port stop 0 > + testpmd>port start 0 > + testpmd>start tx_first 32 > + testpmd>show port stats all >=20 > 11. Check each RX/TX queue has packets:: >=20 > - testpmd>stop > \ No newline at end of file > + testpmd>stop > \ No newline at end of file > -- > 2.17.1