From patchwork Thu Feb 24 11:23:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 108223 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33A39A0353; Thu, 24 Feb 2022 04:24:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92F0741168; Thu, 24 Feb 2022 04:24:04 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0783740DF6 for ; Thu, 24 Feb 2022 04:24:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645673043; x=1677209043; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8TFHGlkDIXox+8Kn3EGeLVHmUplfWDU9xNhi78MwIGY=; b=F1xiT09Orc2TdnRkCqJ/KjZSu+e66mi3hEa6Xhux07X5HB6NTGrYOa1C ym9iuJCULqIMLlVL+gOLdoXgOZq1sZ0uEPucHbhhhNQiAolrImxC+AhM/ dp3S976XXtbDc21LkMSDxt7ftGNRRuhcFVkYLspFEXUqFw6bZ3p1ZxQpd CMnexYs/CN6Riw2XGjtY0RzEPrHWBZi77RfA9lgx0uLAsOhVd+xivTGXX +Gu8AYAjB1t4AIM/O5rqGAogCuIXt2Mu6N/8xHE/Cz9upA8m56kJ3SriE TFFiEmWjfql86vqlyMfATwLvZKGVYPzJZ1EblIhLqFItM4F2/NsZEczlS w==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="252059819" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="252059819" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:24:02 -0800 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="639567210" Received: from unknown (HELO localhost.localdomain) ([10.239.251.226]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:24:01 -0800 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V2 6/6] test_plans/sw_hw_thash_consistence: modify test plan to adapt meson build Date: Thu, 24 Feb 2022 11:23:25 +0000 Message-Id: <20220224112325.1488073-7-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220224112325.1488073-1-yux.jiang@intel.com> References: <20220224112325.1488073-1-yux.jiang@intel.com> MIME-Version: 1.0 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 sw_hw_thash_consistence: modify test plan to adapt meson build Signed-off-by: Yu Jiang --- test_plans/sw_hw_thash_consistence_test_plan.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test_plans/sw_hw_thash_consistence_test_plan.rst b/test_plans/sw_hw_thash_consistence_test_plan.rst index a263b3d2..979b21fc 100644 --- a/test_plans/sw_hw_thash_consistence_test_plan.rst +++ b/test_plans/sw_hw_thash_consistence_test_plan.rst @@ -44,13 +44,14 @@ First apply a DPDK patch, which provide an example for calling rte_hash :: Compile the example :: - export RTE_SDK= - cd /examples/thash - make + CC=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=static + ninja -C + meson configure -Dexamples=thash + ninja -C Run thash example, which supported format: thash_test TYPE(ipv4|ipv4-udp|ipv4-tcp) IP_DST IP_SRC PORT_DST PORT_SRC :: - ./build/thash_test ipv6 ::22 ::11 1234 4321 + .//examples/dpdk-thash_test ipv6 ::22 ::11 1234 4321 # The output ipv6 ::22