From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-fw-2101.amazon.com (smtp-fw-2101.amazon.com [72.21.196.25]) by dpdk.org (Postfix) with ESMTP id BA6FD333 for ; Tue, 23 Sep 2014 11:01:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1411463279; x=1442999279; h=from:to:subject:date:message-id:mime-version; bh=WsWXXuKQyNKJZUqYYRFTdnRdg0W7P1T1RoypA4VPulc=; b=eu6s/2z7h/8ODPErOAmV0ICRcCN9j1c6gaaSd63FBQF4yRwxoxL+G9WW IUDwTllWT1GWqkkwVS4Sp6T4vE6OLJ4n++TCIRyhiudr4Kcmd+eiPLruY 0iio+5iZw0OZGIl+QsrIh3T8xn1imisiz+Vs5hVFzgmTNIuSb476CyfcJ 4=; X-IronPort-AV: E=Sophos;i="5.04,578,1406592000"; d="scan'208,217";a="103633451" Received: from email-inbound-relay-62002.pdx2.amazon.com ([10.241.21.79]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Sep 2014 09:07:57 +0000 Received: from ex10-hub-31006.ant.amazon.com (pdx2-ws-svc-lb17-vlan2.amazon.com [10.247.140.66]) by email-inbound-relay-62002.pdx2.amazon.com (8.14.7/8.14.7) with ESMTP id s8N97uaZ003379 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Tue, 23 Sep 2014 09:07:56 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; Tue, 23 Sep 2014 02:07:56 -0700 From: "Saha, Avik (AWS)" To: "dev@dpdk.org" Thread-Topic: DPDK 1.7 crashes on table initialization Thread-Index: Ac/XDZmToN2vyRnFQ3K6KCb/soACeQ== Date: Tue, 23 Sep 2014 09:07:55 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.184.49.70] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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: Tue, 23 Sep 2014 09:01:52 -0000 Hey guys My DPDK application is crashing on a table creation when I specify .acti= on_data_size as greater than 0. I could not find the constraints on this fi= eld in documentation (multiple of 4 or something). Could someone please giv= e some guidance on this issue. Thanks Avik