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 7FC8342995; Thu, 20 Apr 2023 10:16:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79FE341141; Thu, 20 Apr 2023 10:16:14 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 99DEC40A4B for ; Thu, 20 Apr 2023 10:16:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681978571; x=1713514571; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=VohEE4kSrsUDDbTJQt2BC/CL7/pUHJe6uyyH7rCotNE=; b=CnMvoDuz4AQ/D0u1XXAIsUxY4c96olmgDfeK7ogoIHeR6NRgC7+oJiFx ZNTuD0TBfS/OjynWtvYoSf1HGjADBwBtjXNNhbO3ajTTziYOEcBgygAGr rpuzqZl9RFNt6JwZGzXHoSTXZGdXZ/LDxj+UmPhou2gf4gg5r07wUFzSJ y2BoFJrd3b7lm9x6zAZOkthdAUBAeaJgQ42OAQuuFpuHP8knouk8v1x0l YmGsUCZw7tUkkoHt0Q6LOkOZ8rZTznjxBTC4FXRuaRC0imDZObtxcOomP hWvAq4kUGFrZnxHfXGHK87LzHWUQemlUGmnhkZHCCaDfnz9hunzavXDNe w==; X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="325998509" X-IronPort-AV: E=Sophos;i="5.99,212,1677571200"; d="scan'208";a="325998509" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2023 01:16:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="642061692" X-IronPort-AV: E=Sophos;i="5.99,212,1677571200"; d="scan'208";a="642061692" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2023 01:16:00 -0700 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 2/5] test_plans/ddp_gtp: add note Date: Thu, 20 Apr 2023 03:05:03 -0400 Message-Id: <20230420070506.10015-3-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230420070506.10015-1-linglix.chen@intel.com> References: <20230420070506.10015-1-linglix.chen@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: , Errors-To: dts-bounces@dpdk.org add bind port note Signed-off-by: Lingli Chen --- test_plans/ddp_gtp_test_plan.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_plans/ddp_gtp_test_plan.rst b/test_plans/ddp_gtp_test_plan.rst index 2dd44640..8275e355 100644 --- a/test_plans/ddp_gtp_test_plan.rst +++ b/test_plans/ddp_gtp_test_plan.rst @@ -55,6 +55,10 @@ Prerequisites .//app/dpdk-testpmd -c f -n 4 -- -i --port-topology=chained --txq=64 --rxq=64 +.. note:: + + if test DPDK PF + DPDK VF, bind port to igb_uio, + if only test PF, bind pf port to vfio-pci or igb_uio. Test Case: Load dynamic device personalization ================================================ -- 2.17.1