From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 254E01D0F3 for ; Mon, 11 Jun 2018 07:14:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2018 22:14:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,500,1520924400"; d="scan'208";a="62981699" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2018 22:14:24 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:14:24 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:14:24 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.82]) with mapi id 14.03.0319.002; Mon, 11 Jun 2018 13:14:22 +0800 From: "Liu, Yong" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1] tests/vf daemon fix make queues full fail Thread-Index: AQHT+85jT1u0AlvFYkKbbWYQ8FNgOKRajZGw Date: Mon, 11 Jun 2018 05:14:22 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E630C1711@SHSMSX103.ccr.corp.intel.com> References: <1528094226-38782-1-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1528094226-38782-1-git-send-email-meijuanx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODA2ZDhiMzctMWVjMi00MDZiLThjYTktYWE0ODMwYThhZTQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTU91a2lEdW9ES2JLU0tBZjlTZ25oWTdnSkpwVHk3Y2hcL0xLYk0rRTZDS1hLQzV2NldVNXRIcktSUzZQK3hMVXAifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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] tests/vf daemon fix make queues full fail 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: , X-List-Received-Date: Mon, 11 Jun 2018 05:14:26 -0000 Meijuan, Your git commit is not accurate, the number of descriptors are changed beca= use of testpmd will use driver default setting. This value maybe changed as= different NICs will have different settings.=20 I recommend you to fix this value by testpmd "--rxd" parameters, thus this = value can be aligned between all NICs. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan > Sent: Monday, June 04, 2018 2:37 PM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1] tests/vf daemon fix make queues full fail >=20 > dpdk18.05 change CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE as 512 >=20 > Signed-off-by: zhao,meijuan > --- > tests/TestSuite_vf_daemon.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py > index 56fc4be..b5e9e99 100644 > --- a/tests/TestSuite_vf_daemon.py > +++ b/tests/TestSuite_vf_daemon.py > @@ -464,7 +464,7 @@ class Testvf_daemon(TestCase): > self.vf1_mac =3D self.vm1_testpmd.get_port_mac(0) > out =3D self.send_and_pmdout(self.vf1_mac, 0, 64, 2000) > out =3D self.vm1_testpmd.execute_cmd('show port stats 0') > - self.verify("RX-packets: 1023" in out, > + self.verify("RX-packets: 511" in out, > "Failed to let vf1 full of queues!!!") > out =3D self.send_and_pmdout(self.vf0_mac, 0, 64, 20) > out =3D self.vm0_testpmd.execute_cmd('show port stats 0') > -- > 1.9.3