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 8E31FA0C45; Tue, 16 Nov 2021 07:50:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80C9C40DF5; Tue, 16 Nov 2021 07:50:18 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 53F9A40040 for ; Tue, 16 Nov 2021 07:50:16 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10169"; a="220843018" X-IronPort-AV: E=Sophos;i="5.87,238,1631602800"; d="scan'208";a="220843018" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 22:50:15 -0800 X-IronPort-AV: E=Sophos;i="5.87,238,1631602800"; d="scan'208";a="585948378" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 22:50:13 -0800 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Subject: [dts][PATCH V1 1/7] test_plans/vhost_event_idx_interrupt: Delete modify l3fwd-power example code Date: Tue, 16 Nov 2021 14:51:24 +0000 Message-Id: <20211116145130.113807-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211116145130.113807-1-linglix.chen@intel.com> References: <20211116145130.113807-1-linglix.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit 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 Delete Prerequisites Signed-off-by: Lingli Chen --- .../vhost_event_idx_interrupt_test_plan.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test_plans/vhost_event_idx_interrupt_test_plan.rst b/test_plans/vhost_event_idx_interrupt_test_plan.rst index 13ed7a9c..fe38292b 100644 --- a/test_plans/vhost_event_idx_interrupt_test_plan.rst +++ b/test_plans/vhost_event_idx_interrupt_test_plan.rst @@ -42,21 +42,6 @@ from virtio-net to vhost side,check vhost-user cores can be wakeup status,an vhost-user cores should be sleep status after stop sending packets from virtio side.For packed virtqueue test, need using qemu version > 4.2.0. -Prerequisites -============= - -Modify l3fwd-power example code and recompile:: - - --- a/examples/l3fwd-power/main.c - +++ b/examples/l3fwd-power/main.c - @@ -248,7 +248,6 @@ static struct rte_eth_conf port_conf = { - .mq_mode = ETH_MQ_RX_RSS, - .max_rx_pkt_len = RTE_ETHER_MAX_LEN, - .split_hdr_size = 0, - - .offloads = DEV_RX_OFFLOAD_CHECKSUM, - }, - .rx_adv_conf = { - .rss_conf = { Test flow ========= -- 2.33.1