From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F3A9AA046B for ; Sat, 29 Jun 2019 14:54:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C569D49DF; Sat, 29 Jun 2019 14:54:10 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1020237B0 for ; Sat, 29 Jun 2019 14:54:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8C19522007; Sat, 29 Jun 2019 08:54:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 29 Jun 2019 08:54:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=JI/GjSWu9V6RjDEXpXgiUix6WUP4gtDSaUUoRZQcl/k=; b=gmbl/PWoV42C nuJIUhChujhxCr/JjTGUQsltRGQ7eR+8N4s9cnhf0cAvUjgde+VX/5I96LwOdVel MMmh6x25bHrwoEbjjxPXEGkytxFVgKQX/0mt7twgmWYlCDZ8TLaTRsggeWb3GOWM zhX7Owk+s46/m5ThhTJwcCRvqzIoVc0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=JI/GjSWu9V6RjDEXpXgiUix6WUP4gtDSaUUoRZQcl /k=; b=DFBURTBBMOG/3RORTPGNZIVz8w0gDBaiNnQNOiEIqpzHUGBrX18ghzkTm +ygfcticgss3BKf8aWHEdCS1sOFg58pieQNhIdTQn3CiZeHBFZda2I3/HK76HeE1 HdtWFNXd/K8fMjPSzq3CkduS8iN1Gd0AnAeyuoKwK9oez5qQqst2Y/j475NXidZ6 vVKX3epmMWzfBsRy7m29m0DZIwTFSyEWYS56ATloyFq3gXRG0YsdKVCcMdn9mpaW 1+uexj3JBkQ+kRt1Wu2axEdpMaLJy+SPgWfyMMr+IcQa+AvoMV64NW8PDU5xuBwb uHgo+CVwbQn7d0ajoIHP6PzGzSZew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvddvgdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtudenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 76CC2380087; Sat, 29 Jun 2019 08:54:07 -0400 (EDT) From: Thomas Monjalon To: Mattias =?ISO-8859-1?Q?R=F6nnblom?= Cc: dev@dpdk.org, bruce.richardson@intel.com, ferruh.yigit@intel.com Date: Sat, 29 Jun 2019 14:54:04 +0200 Message-ID: <2325600.5oJp4obNEv@xps> In-Reply-To: <20190628210846.20717-1-mattias.ronnblom@ericsson.com> References: <20190628210846.20717-1-mattias.ronnblom@ericsson.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] eal: use 32-bit RDSEED to allow 32-bit x86 usage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/06/2019 23:08, Mattias R=F6nnblom: > When seeding the pseudo-random number generator, replace the 64-bit > RDSEED with two 32-bit RDSEED instructions to allow building and > running on 32-bit x86. >=20 > Fixes: faf8fd252785 ("eal: improve entropy for initial PRNG seed") >=20 > Reported-by: Ferruh Yigit > Signed-off-by: Mattias R=F6nnblom Applied, thanks