From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id B4B85803D for ; Thu, 18 Dec 2014 23:13:31 +0100 (CET) Received: by mail-wg0-f51.google.com with SMTP id x12so2815462wgg.24 for ; Thu, 18 Dec 2014 14:13:31 -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=S9kCtxG/uzwsMF4zZJsBLwaoTFlCYtbrMU+Jkyak240=; b=T8onpED0BqbAyf5KEFWlZ4GcJVebRon5ejQIZ05EQj9JdofCQusE06MypDIAUgcYn3 M6gQ+1Co3mkZfgzyp82dvdQtVXWVpkEgMP6Kq/rs4ggBD+cL7TeopC+GDIOx91Ey9cYt 9bIe/9wkum9FwUuPp96I3dmjdfhYhZtwvEiBqN1nzRsvAZIW9LgafRlV6/0RFr9uexZQ 4UUN+O0R23WTaBe0R1CoWMgk2gpaENLYmTQUN+dxHa89tCYrdt0VxoyG680//4ukvFs3 VgxA9fHeKxLwL7Z7Afx3drrQLpGSCGnr/+PmxvfjOxzOEadVsNQKzxt11oVnU6P3F6ir hvpw== X-Gm-Message-State: ALoCoQl/qVClFHsd8e0Dnwzp1G+mATnM1Src+KHGnX1for8V1Gd0XhpG4eILXbsX3soPITw0cQnu X-Received: by 10.180.88.165 with SMTP id bh5mr9057140wib.77.1418940811582; Thu, 18 Dec 2014 14:13:31 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ud1sm10511638wjc.7.2014.12.18.14.13.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 14:13:30 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Thu, 18 Dec 2014 23:13:04 +0100 Message-ID: <83471559.AGjHUnlRsM@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418902316-30266-1-git-send-email-nhorman@tuxdriver.com> References: <1418835808-18803-1-git-send-email-nhorman@tuxdriver.com> <1418902316-30266-1-git-send-email-nhorman@tuxdriver.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 v2] xenvirt: Fix build break on cmdline_parse_etheraddr call 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: Thu, 18 Dec 2014 22:13:31 -0000 2014-12-18 06:31, Neil Horman: > Back in: > > commit aaa662e75c23c61a1d79bd4d1f9f35b4967c39db > Author: Alan Carew > Date: Fri Dec 5 15:19:07 2014 +0100 > > cmdline: fix overflow on bsd > > The author failed to fixup a call to cmdline_parse_etheraddr in xenvirt. This > patch makes the needed correction to avoid a build break > > Signed-off-by: Neil Horman > CC: Thomas Monjalon > CC: Olivier Matz > > --- > Change notes > > v2: Changed sizeof(struct ether_addr) to sizeof(dict->addr) Applied Thanks -- Thomas