From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8446F37A6 for ; Mon, 14 Mar 2016 17:56:48 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 14 Mar 2016 09:56:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,336,1455004800"; d="scan'208,217";a="669373223" Received: from fanzhan2-mobl.ger.corp.intel.com (HELO [10.237.220.173]) ([10.237.220.173]) by FMSMGA003.fm.intel.com with ESMTP; 14 Mar 2016 09:56:45 -0700 To: dev@dpdk.org, michalx.kobylinski@intel.com Cc: cristian.dumitrescu@intel.com, "Singh, Jasvinder" , thomas.monjalon@6wind.com, michael.j.glynn@intel.com From: "Zhang, Roy Fan" Message-ID: <56E6ED4B.9080703@intel.com> Date: Mon, 14 Mar 2016 16:56:43 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Patch "Increased number of next hops for LPM IPv4" break IP Pipeline application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 16:56:49 -0000 Hi Michal, Your patch "Increased number of next hops for LPM IPv4" (http://dpdk.org/ml/archives/dev/2016-March/035269.html) is breaking the IP Pipeline application. Without this patch, the application runs successfully. The IP Pipeline failed on executing the following command: ./build/ip_pipeline -f ./config/edge_router_downstream.cfg -s ./config/edge_router_downstream.sh -p 0xf The error messages: [PIPELINE1] Routing TABLE: rte_table_lpm_create: Invalid number_tbl8s PIPELINE: rte_pipeline_table_create: Table creation failed PANIC in app_init_pipelines(): Pipeline instance "PIPELINE1" back-end init error Regards, Fan