From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-gw.pt.net (smtp-gw.pt.net [206.210.194.15]) by dpdk.org (Postfix) with ESMTP id 1160329CF for ; Fri, 4 Nov 2016 17:44:51 +0100 (CET) X-ASG-Debug-ID: 1478277830-09411a12c4526c40001-TfluYd Received: from mail.pt.net (mail.pt.net [206.210.194.11]) by smtp-gw.pt.net with ESMTP id tCfnd6yQMbRUjAQA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 04 Nov 2016 11:43:50 -0500 (CDT) X-Barracuda-Envelope-From: lew@perftech.com X-Barracuda-Effective-Source-IP: mail.pt.net[206.210.194.11] X-Barracuda-Apparent-Source-IP: 206.210.194.11 Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id 542F88425BA; Fri, 4 Nov 2016 11:43:50 -0500 (CDT) Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id Af3OtMME_t_r; Fri, 4 Nov 2016 11:43:50 -0500 (CDT) Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id 27E388425D3; Fri, 4 Nov 2016 11:43:50 -0500 (CDT) X-Virus-Scanned: amavisd-new at pt.net Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id GAql3Rv7e-ON; Fri, 4 Nov 2016 11:43:50 -0500 (CDT) Received: from dhcp-221-110.perftech.com (dhcp-221-110.perftech.com [206.210.221.110]) (Authenticated sender: lew@pt.net) by mail.pt.net (Postfix) with ESMTPSA id 16EAF8425BA; Fri, 4 Nov 2016 11:43:50 -0500 (CDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Lewis Donzis X-ASG-Orig-Subj: Re: [dpdk-dev] [dpdk-users] rte_zmalloc() returning non-zeroed memory on FreeBSD In-Reply-To: <112cd7ac-2dde-3e1b-0fc1-f21f3c253982@intel.com> Date: Fri, 4 Nov 2016 11:43:49 -0500 Cc: dev@dpdk.org Content-Transfer-Encoding: quoted-printable Message-Id: <8B6A4BDB-FD30-46FA-9034-29BF7C2D4152@perftech.com> References: <44ECBB6D-0B65-46D0-AAE5-E96E3F8CB59A@perftech.com> <112cd7ac-2dde-3e1b-0fc1-f21f3c253982@intel.com> To: Sergio Gonzalez Monroy X-Mailer: Apple Mail (2.3124) X-Barracuda-Connect: mail.pt.net[206.210.194.11] X-Barracuda-Start-Time: 1478277830 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://smtp-gw.pt.net:443/cgi-mod/mark.cgi X-Barracuda-Scan-Msg-Size: 941 X-Virus-Scanned: by bsmtpd at pt.net X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=BSF_SC0_MISMATCH_TO X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.34259 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.00 BSF_SC0_MISMATCH_TO Envelope rcpt doesn't match header Subject: Re: [dpdk-dev] [dpdk-users] rte_zmalloc() returning non-zeroed memory on FreeBSD 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: Fri, 04 Nov 2016 16:44:52 -0000 > On Nov 4, 2016, at 11:38 AM, Sergio Gonzalez Monroy = wrote: >=20 > On 03/11/2016 20:04, Lewis Donzis wrote: >> I=E2=80=99m curious about how/whether this got resolved. The 16.07.1 = code doesn=E2=80=99t appear to have this fixed. >>=20 >> Is it still forthcoming? >>=20 >> Thanks, >> lew >=20 > It should have been fixed in 16.07.1. > = http://dpdk.org/browse/dpdk-stable/commit/?id=3D82f931805506efbb8b5046e904= 5bec8f04bbabf6 >=20 > Do you have an easy test to reproduce? can you reproduce it with any = of the app/examples? Oh, sorry, I was looking at the rte_zmalloc() code, assuming it would be = changed there, but it looks like the commit was to change contigmem = instead, which seems perfectly logical and reasonable. It=E2=80=99s entirely possible that the folks here who tested 16.07.1 = forgot to replace the contigmem driver, so perhaps that is the problem. We=E2=80=99ll check it out and report back. Thanks! lew=