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 6DCEAA0548; Wed, 15 Jun 2022 10:34:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 62A9C40221; Wed, 15 Jun 2022 10:34:08 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 24E7140220 for ; Wed, 15 Jun 2022 10:34:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655282047; x=1686818047; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3ny8CZmdpXbWwWNQ/0FT3pGupgbEwjz3S72JVL3sMoo=; b=Q1fyWjz1u3b4WKAtzbWKkckf4Ioyr38GRUdF1ViB1mILiY1+ECnEJee/ PjyvANoBSbf7cMSY80/fSoFuvZnTej1bdkBzWw7HuTkVXYgR5QkHFDmS7 QUmQxjTUSgCr5IkK+MXNrn6hgkvL24D02nD9OlYNkXTkjt13aSU/kjt2o zt+WdomjI85db/XjhM2Z/1CMJJWkULy6gjUeA2FSCw2dn2XdgYl6HZ8n+ kplIQExA191FD5WFellzls+lHW9fyFsDnVpShcK/yV68rrgBICnp+6BT4 UCm259Y65MxlgF5bSjsh9mOexktoq/NnvTdTrQhbmagteXpdaeTCpNiNc A==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="261911939" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="261911939" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:34:05 -0700 Message-Id: Date: 15 Jun 2022 01:34:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="588988433" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 01:34:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: delete -P parameter when start l3fwd-power From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220602081643.1191228-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Thu, 2 Jun 2022 04:16:43 -0400, Wei Ling wrote: > Becauset the virtio-user side not support promiscuous mode, > so delete -P parameter when start l3fwd-power. > > Signed-off-by: Wei Ling Series applied, thanks