From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 07C33803E for ; Fri, 5 Dec 2014 22:11:38 +0100 (CET) Received: by mail-wi0-f173.google.com with SMTP id r20so2644398wiv.12 for ; Fri, 05 Dec 2014 13:11:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=PJpWQ/MSUMg/FuOMf3jdaRM/siEFcO2A8P06M89Es2U=; b=Z+CPXP8FYbZ9274AcclcMPusszEW+7v2MIKcSn5K9Amf6eqhjprQloqzyz/D+es4ws dVboPBFt7uQGKrAzhm4P/oURSDIxOAren9fFOCTkxHHzzIetJdiNKQqKBuiK733djHZD 5TG+ucLQe9zirWQk7dthB/Bl28gOkUxwAcNnJ1gE/L25og2nOuUfDTxRjsvRgHlIGC2q 1vJFDYCpyvHxm+oh1uI+OcLTndVvFGgwGQ3rRi5mFG6UgYtPuQni+2svScRtJxOfU1im NqBTz5K0GoXj/76mBQbs1/8wrE4c9DT/HVWIzGrYQ7y8V4iwqbTIPELNNAsQ4vlXX6C5 L1kQ== X-Gm-Message-State: ALoCoQn+AOQk0ecW2d76rF14l786w5j8K3m+DQJ2gknx/riideJjSoliYCmYf2X9Ch7GDHWUiryD X-Received: by 10.180.82.227 with SMTP id l3mr7235901wiy.0.1417813897786; Fri, 05 Dec 2014 13:11:37 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id d16sm3704761wib.4.2014.12.05.13.11.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 13:11:36 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 05 Dec 2014 22:11:12 +0100 Message-ID: <4681016.6ofSph7FDr@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1417795032-23524-1-git-send-email-bruce.richardson@intel.com> References: <1417795032-23524-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] enic fixes for clang compilation 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, 05 Dec 2014 21:11:38 -0000 > Compiling latest DPDK with clang 3.3 on FreeBSD 10 shows up a number of compilation > errors in the enic driver. These two small patches fix those errors. > > Bruce Richardson (2): > enic: fix initialization error with clang > enic: fix error with uninitialized variable. Acked and applied Thanks -- Thomas