From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 434F61B487 for ; Fri, 23 Nov 2018 01:26:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6F4B721F05; Thu, 22 Nov 2018 19:26:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 19:26:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=hgAEIB7MQBcnnvYxk6KGN9/T8qpDN4HeZQmHbS2iKk0=; b=mOc86v0lzSD5 qy8Ud6EYDOseLFMqw/bq5CX03hTdFpcIkR9VNLREXr7osZK2J4apNophzaWxdoJu o+A2ZiaiJDSut0eEPzG1tPlYufIVyEyCz3SngwGyT9nIU6NbMY6RAq8c0dNlc9Fz aI2ly3iMqcjmPBoz1qqK/m59iB8//FE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=fm1; bh=hgAEIB7MQBcnnvYxk6KGN9/T8qpDN4HeZQmHbS2iK k0=; b=KFiX323loEhWQihZRBlHoT/woDt1ET3u2A29aG/EARHFY7Xv2m1fae3eA 78/1eLmwIKXgTy5m83JiXMU/3d4qEqlB+0QOH2UbqhXIOOVF51qn5intdJJEWfrD BjJl1QvAjY0FF5yggAJqY2zBF/Fr/xGQZfTA5kzWBTZ17/o+tGlExr3kxtz2y05Y muvNhAIqGznozuEFQriQm1xUoY9+0hIlalvt8NQuavymvMGT9CNl8dNO+xNlsKdR i6IpGl3O7DT+nesHSLkUWXkvkXxsHMmVrl4Nbpv1Ouemm9fILqlgVHg4gzEPhxD4 yUtpJlhQWSW6G0Gnn25GUByVEF2yQ== X-ME-Sender: 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 8A04BE47C4 for ; Thu, 22 Nov 2018 19:26:08 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 23 Nov 2018 01:26:07 +0100 Message-ID: <33543453.EoLRodfYgn@xps> In-Reply-To: <20181116165854.24017-1-thomas@monjalon.net> References: <20181116165854.24017-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] fix build with option -O1 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: , X-List-Received-Date: Fri, 23 Nov 2018 00:26:10 -0000 > Thomas Monjalon (5): > eal: fix build with -O1 > kni: fix possible uninitialized variable > net/mlx4: fix possible uninitialized variable > eventdev: fix possible uninitialized variable > app/eventdev: fix possible uninitialized variable Applied