From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3B43A2C5 for ; Mon, 20 Aug 2018 03:39:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Aug 2018 18:39:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,263,1531810800"; d="scan'208";a="67488960" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by orsmga006.jf.intel.com with ESMTP; 19 Aug 2018 18:39:36 -0700 Message-ID: <5B7A889E.1070502@intel.com> Date: Mon, 20 Aug 2018 17:23:42 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Xueqin Lin , dts@dpdk.org References: <1533615807-108447-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1533615807-108447-1-git-send-email-xueqin.lin@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] test_plan/dynamic_queue: add dynamic queue test plan 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, 20 Aug 2018 01:39:38 -0000 On 08/07/2018 12:23 PM, Xueqin Lin wrote: > +Test Case: Rx queue configure at runtime > +======================================== > +Stop some Rx queues on port 0:: > + > + testpmd> port 0 rxq stop > + > +Set rxonly forward, start testpmd > + > +Send different src or dst IPv4 packets:: > + > + p=Ether()/IP(src="192.168.0.1", dst="192.168.0.1")/Raw("x"*20) > + > +Stop testpmd, find stopped queues can't receive packets, but other queues > +could receive packets Hi Xueqin, In the introduction chapter of this test plan, you have mentioned that no need to call dev_stop when configuring queue. Is here queue stop is must? If it is yes, please add some note for difference between device stop and queue stop. Thanks, Marvin