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 01AF8A00C2; Thu, 5 Jan 2023 15:30:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1609400D4; Thu, 5 Jan 2023 15:30:32 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 3384040041 for ; Thu, 5 Jan 2023 15:30:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672929031; x=1704465031; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5KC1H4BQr8rVSac9zNpQbdEj6XkX1JsG/OD5gR2gM3w=; b=iehDHmBc6DWx0DanFc0jbXSktQDoZFmGGE0vLUSYn4jdgyiGC/3g5mvt H8++MCS/PYbBEXvGB5d1L3DMSom7UuLjTiRAJid3/XNDNSADobBN3tLXj N5X2TMnwWOedB3DMEn0MxE1MpiLQnfYK+a5TKy8O3HqsYbdYsbbOZ2RyB f03PvZOdrI1MDmReBBp19pYxOpMbCAeC6g/UudxJa+cUDgtFB7nScv4gh Kwt2F+PJLF1kOTGvrnhdfCja6l52FUQKde2RfvA+KVsd/2ekWTpf+KxGI vdBd2PdRvNrpF5fJFNjRCbBvutarSJR4M9bfjSU/EENS3kHSlUZ9quyPW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="301911039" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="301911039" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 06:30:30 -0800 Message-Id: Date: 05 Jan 2023 06:30:28 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="655597994" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="655597994" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 06:30:28 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/virtio_user_for_container_networking: modify hard code From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230104053257.580253-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 Wed, 4 Jan 2023 13:32:57 +0800, Wei Ling wrote: > The hugepage path is not fixed /mnt/huge, maybe /dev/hugepages, so use > self.dut.hugepage_path to get the right hugepage path. > > Signed-off-by: Wei Ling Applied, thanks