From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-fw-9101.amazon.com (smtp-fw-9101.amazon.com [207.171.184.25]) by dpdk.org (Postfix) with ESMTP id 90372B39B for ; Wed, 24 Sep 2014 11:31:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1411551434; x=1443087434; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=NuSI2oELLrNxIE8ICS0an6i3nJ0954igq0Sz5duO2ek=; b=XrPAZn2oM8bL5UXmTDiYGhAhEBdtczONndenGUdA04IkHqVAIi7MmHQU 8kqyskGpZb9lvbYWHkpF5rgiEB7a7lkibgzkFMOi3qf1EoMSnNf30iboF gsswF/oGTz4WkX3bDA3ClwLDlCJMbLVWJJhb9qmHYAY4CnOT9oUqwWOov E=; X-IronPort-AV: E=Sophos;i="5.04,587,1406592000"; d="scan'208";a="110596147" Received: from email-inbound-relay-6002.iad6.amazon.com ([10.219.219.179]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Sep 2014 09:37:11 +0000 Received: from ex10-hub-31006.ant.amazon.com (iad1-ws-svc-lb91-vlan2.amazon.com [10.0.103.146]) by email-inbound-relay-6002.iad6.amazon.com (8.14.7/8.14.7) with ESMTP id s8O9b93f016236 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK); Wed, 24 Sep 2014 09:37:10 GMT Received: from EX10-MBX-9001.ant.amazon.com ([fe80::1023:3a45:4674:52c6]) by ex10-hub-31006.ant.amazon.com ([::1]) with mapi id 14.03.0181.006; Wed, 24 Sep 2014 02:37:08 -0700 From: "Saha, Avik (AWS)" To: Neil Horman Thread-Topic: [dpdk-dev] DPDK 1.7 crashes on table initialization Thread-Index: Ac/XDZmToN2vyRnFQ3K6KCb/soACeQARSt2AAB7yAJA= Date: Wed, 24 Sep 2014 09:37:07 +0000 Message-ID: References: <20140923102111.GA12884@hmsreliant.think-freely.org> In-Reply-To: <20140923102111.GA12884@hmsreliant.think-freely.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.184.49.70] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] DPDK 1.7 crashes on table initialization 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: Wed, 24 Sep 2014 09:31:02 -0000 I am not getting a useful core -=20 I just get the error message -PIPELINE: rte_pipeline_table_create: Table c= reation failed on the command line So I played around with the action_data_size and for some reason, the appli= cation comes up fine if it I specify it as sizeof(struct rtre_pipeline_tabl= e_entry). Sorry I do not have any more detail but is there any way I can d= ebug this? Avik -----Original Message----- From: Neil Horman [mailto:nhorman@tuxdriver.com]=20 Sent: Tuesday, September 23, 2014 3:21 AM To: Saha, Avik (AWS) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] DPDK 1.7 crashes on table initialization On Tue, Sep 23, 2014 at 09:07:55AM +0000, Saha, Avik (AWS) wrote: > Hey guys > My DPDK application is crashing on a table creation when I specify .ac= tion_data_size as greater than 0. I could not find the constraints on this = field in documentation (multiple of 4 or something). Could someone please g= ive some guidance on this issue. >=20 Post the backtrace when the error occurs? Neil > Thanks > Avik >=20