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 65930A0506; Wed, 18 May 2022 08:20:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F61D41157; Wed, 18 May 2022 08:20:48 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 8BA1D40685 for ; Wed, 18 May 2022 08:20:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652854847; x=1684390847; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YWB9fKw55xyCOoULOzSxhZhxvAmeusrUt0Y2lR14SH0=; b=Z82uR12iGlfjDh3WVWCTyKszJFL1tQ7b+8qqrOOITuTm5akyV0bW1Hwp WyLQ2Kqyh/G2Ht9qcwiUBbLO1MVIrVHmPpPY7RrbejQL8XqsPyuwaT55C 3u0Ct91Dx0TFOkYkwn11ScRFWTT7lmTPWzCkFwy9WqLMeGbQcuBExli/G fEvvEcTlORUr5YfyJe7nLYpIo3PrByc59s7sC2LVaVoCQICSYBzgN8vkH 04QfDAvdjqroZ3o09/f9P+cUVIjqHRSVx3CT7kjnUvD28/1YHA5WxtgpV JrOpNyFXkk/ECVZoKzqlrVjrwWkeJp8mGNhyoP9/e/wPTng/HrgPZTZ3M g==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="296791183" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="296791183" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2022 23:20:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="556159034" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.118.178]) by orsmga002.jf.intel.com with ESMTP; 17 May 2022 23:20:45 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PTACH V1 2/3]test_plan/l3fwd: remove invalid compilation Date: Wed, 18 May 2022 14:20:38 +0800 Message-Id: <20220518062039.2234504-3-yingyax.han@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220518062039.2234504-1-yingyax.han@intel.com> References: <20220518062039.2234504-1-yingyax.han@intel.com> MIME-Version: 1.0 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 remove makefile compilation Signed-off-by: Yingya Han --- test_plans/l3fwd_test_plan.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test_plans/l3fwd_test_plan.rst b/test_plans/l3fwd_test_plan.rst index efd761dd..768782af 100644 --- a/test_plans/l3fwd_test_plan.rst +++ b/test_plans/l3fwd_test_plan.rst @@ -76,16 +76,6 @@ Prerequisites 4. Software application requirements - - Configuration for mode - - -The following Settings are required when using exact mode:: - - sed -i '/^APP\>/a\\CFLAGS += -DAPP_LOOKUP_METHOD=APP_LOOKUP_EXACT_MATCH' examples/l3fwd/Makefile - - -The following Settings are required when using LPM mode:: - - sed -i '/^APP\>/a\\CFLAGS += -DAPP_LOOKUP_METHOD=APP_LOOKUP_LPM' examples/l3fwd/Makefile - - Routing table for IPv4 packets - In LPM mode, the LPM table used for packet routing is: -- 2.25.1