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 4148CA0A0E; Wed, 3 Feb 2021 10:28:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B61624049C; Wed, 3 Feb 2021 10:28:31 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id ECFD8240492 for ; Wed, 3 Feb 2021 10:28:29 +0100 (CET) IronPort-SDR: GD3HEJQgRfspRza78PVVf+yjbybg0GhMI5RRG5yRtc6k7ozDq/nZpj4daOU5nM/p5zpOrIIGOk po0mvazxgfRA== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="181088026" X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="181088026" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2021 01:28:28 -0800 IronPort-SDR: /BxodrR69kzL93286F2Xla/ZJ610bVotbQxpxv0IB/CPmWOTL3CZDi2me84RMFEGOuLLji0fk7 7sDUmfwOouUA== X-IronPort-AV: E=Sophos;i="5.79,398,1602572400"; d="scan'208";a="392351359" Received: from unknown (HELO localhost.localdomain) ([10.240.183.105]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2021 01:28:27 -0800 From: sunqin To: dts@dpdk.org Cc: sunqin Date: Wed, 3 Feb 2021 17:58:54 +0000 Message-Id: <20210203175854.25760-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] tests/iavf_fdir: modify rxq value to adapt verify 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 Sender: "dts" Signed-off-by: sunqin --- tests/TestSuite_iavf_fdir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py index 25aa662b..76a320a3 100644 --- a/tests/TestSuite_iavf_fdir.py +++ b/tests/TestSuite_iavf_fdir.py @@ -3211,7 +3211,7 @@ class TestIAVFFdir(TestCase): self.verify(False, 'The number of ports is not supported') self.dut.send_expect("ip link set {} vf {} mac 00:11:22:33:44:55".format(self.pf0_intf, nex_cnt), '#') - command = self.path + " -c f -n 6 -- -i --rxq=4 --txq=4" + command = self.path + " -c f -n 6 -- -i --rxq=16 --txq=16" self.dut.send_expect(command, "testpmd> ", 360) self.config_testpmd() -- 2.17.1